Code

Some more debian cleanup
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Dec 2008 09:14:20 +0000 (09:14 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Dec 2008 09:14:20 +0000 (09:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13175 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/debian/control
gosa-core/debian/gosa-dev.install
gosa-core/debian/rules

index 0c708f2b530c6d0736c5f57ff5778eb15b3df825..2d4f913f555e67ac6914aa132a2d698d01be77d3 100644 (file)
@@ -3,11 +3,11 @@ Section: web
 Priority: optional
 Maintainer: Cajus Pollmeier <cajus@debian.org>
 Build-Depends: debhelper (>= 5), dpatch, po-debconf
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 
 Package: gosa
 Architecture: all
-Depends: php5, php5-cli, apache2-mpm-worker | apache2-mpm-threadpool | apache2-mpm-prefork | apache2-mpm-perchild, exim4 | mail-transport-agent, php5-gd, php5-imap, php5-ldap, php5-mhash, php5-mcrypt, php5-mysql, php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat, libcrypt-smbhash-perl, smarty, php5-recode, smarty-gettext, smarty-acl-render, gettext, libapache2-mod-php5
+Depends: ${misc:Depends}, php5, php5-cli, apache2-mpm-worker | apache2-mpm-threadpool | apache2-mpm-prefork | apache2-mpm-perchild, exim4 | mail-transport-agent, php5-gd, php5-imap, php5-ldap, php5-mhash, php5-mcrypt, php5-mysql, php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat, libcrypt-smbhash-perl, smarty, php5-recode, smarty-gettext, smarty-acl-render, gettext, libapache2-mod-php5
 Suggests: gosa-si-server, cyrus21-imapd (>= 2.1.11), postfix-ldap, slapd, gosa-schema, php5-suhosin, php-apc
 Description: Web Based LDAP Administration Program
  Provided is access to posix, shadow, samba, proxy, fax, pureftp and
@@ -19,7 +19,7 @@ Description: Web Based LDAP Administration Program
 
 Package: gosa-dev
 Architecture: all
-Depends: gosa, php5-cli, latex2html, lyx
+Depends: ${misc:Depends}, gosa, php5-cli, lyx
 Description: GOsa development utiles
  This package contains a couple of tools to generate online
  help, extract localisations and aid developing.
@@ -29,7 +29,7 @@ Description: GOsa development utiles
 
 Package: gosa-desktop
 Architecture: all
-Depends: konqueror | iceweasel | mozilla | firefox, debconf
+Depends: ${misc:Depends}, konqueror | iceweasel | mozilla | firefox, debconf
 Description: Desktop integration for GOsa
  This package includes a menu definition for your desktop
  environment.
@@ -40,6 +40,7 @@ Description: Desktop integration for GOsa
 Package: gosa-schema
 Architecture: all
 Recommends: slapd
+Depends: ${misc:Depends}
 Description: LDAP schema for GOsa
  This package includes the LDAP schema needed by GOsa.
  .
@@ -48,7 +49,7 @@ Description: LDAP schema for GOsa
 
 Package: gosa-help-en
 Architecture: all
-Depends: gosa
+Depends: ${misc:Depends}, gosa
 Description: English online help for GOsa
  This package includes the English online documentation for GOsa
  .
@@ -57,7 +58,7 @@ Description: English online help for GOsa
 
 Package: gosa-help-de
 Architecture: all
-Depends: gosa
+Depends: ${misc:Depends}, gosa
 Description: German online help for GOsa
  This package includes the German online documentation for GOsa
  .
@@ -66,7 +67,7 @@ Description: German online help for GOsa
 
 Package: gosa-help-fr
 Architecture: all
-Depends: gosa
+Depends: ${misc:Depends}, gosa
 Description: French online help for GOsa
  This package includes the French online documentation for GOsa
  .
@@ -75,7 +76,7 @@ Description: French online help for GOsa
 
 Package: gosa-help-nl
 Architecture: all
-Depends: gosa
+Depends: ${misc:Depends}, gosa
 Description: Dutch online help for GOsa
  This package includes the Dutch online documentation for GOsa
  .
@@ -84,7 +85,7 @@ Description: Dutch online help for GOsa
 
 Package: smarty-acl-render
 Architecture: all
-Depends: smarty
+Depends: ${misc:Depends}, smarty
 Suggests: gosa
 Description: Provide ACL based rendering for Smarty
  smarty-acl-render provides acl based rendering support for Smarty,
index 8892a030190c01953b3d42e2f23f5f9a19257e92..1e2645c98846a937580716f020e8122cb1570164 100644 (file)
@@ -1,4 +1,3 @@
 update-locale       /usr/bin
-update-online-help  /usr/bin
 update-pdf-help     /usr/bin
 dh-make-gosa        /usr/bin
index e67d1410ebe21f445aacec2606f7f903e4b6a84a..cc4af94a7eac61149475206a80cbf1f2ff1f6f10 100755 (executable)
@@ -24,6 +24,7 @@ build: patch build-indep
         #*                please stand by                *
         #*************************************************
 
+
 build-indep: build-indep-stamp
 build-indep-stamp: configure-stamp 
        touch $@
@@ -60,6 +61,7 @@ binary-common:
        dh_installman
        rm -rf debian/gosa/usr/share/gosa/include/smarty
        dh_strip
+       dh_desktop
        dh_compress
        # This is an ugly workaround to preserve gosa.conf from beeing compressed. Excluding it
        # above does not work, because the manual page will match the expression, too.
@@ -79,4 +81,6 @@ binary-indep: build-indep install-indep
        $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
 binary: binary-indep
+
+binary-arch:
 .PHONY: build clean binary-indep binary install install-indep configure