summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43bb041)
raw | patch | inline | side by side (parent: 43bb041)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Dec 2008 09:14:20 +0000 (09:14 +0000) | ||
committer | cajus <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 | patch | blob | history | |
gosa-core/debian/gosa-dev.install | patch | blob | history | |
gosa-core/debian/rules | patch | blob | history |
index 0c708f2b530c6d0736c5f57ff5778eb15b3df825..2d4f913f555e67ac6914aa132a2d698d01be77d3 100644 (file)
--- a/gosa-core/debian/control
+++ b/gosa-core/debian/control
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
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.
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.
Package: gosa-schema
Architecture: all
Recommends: slapd
+Depends: ${misc:Depends}
Description: LDAP schema for GOsa
This package includes the LDAP schema needed by 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
.
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
.
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
.
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
.
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)
update-locale /usr/bin
-update-online-help /usr/bin
update-pdf-help /usr/bin
dh-make-gosa /usr/bin
diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules
index e67d1410ebe21f445aacec2606f7f903e4b6a84a..cc4af94a7eac61149475206a80cbf1f2ff1f6f10 100755 (executable)
--- a/gosa-core/debian/rules
+++ b/gosa-core/debian/rules
#* please stand by *
#*************************************************
+
build-indep: build-indep-stamp
build-indep-stamp: configure-stamp
touch $@
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.
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
binary: binary-indep
+
+binary-arch:
.PHONY: build clean binary-indep binary install install-indep configure