Changeset 877
- Timestamp:
- 03/15/06 15:08:53 (2 years ago)
- Files:
-
- trunk/debian/control (modified) (1 diff)
- trunk/debian/dirs (modified) (1 diff)
- trunk/debian/rules (modified) (3 diffs)
- trunk/debian/tools (added)
- trunk/man (added)
- trunk/man/alternc-admintools.8 (added)
- trunk/man/alternc-admintools.fr.8 (added)
- trunk/man/top_ftp_users.8 (added)
- trunk/man/top_ftp_users.fr.8 (added)
- trunk/man/top_http_users.8 (added)
- trunk/man/top_http_users.fr.8 (added)
- trunk/man/top_mysql_users.8 (added)
- trunk/man/top_mysql_users.fr.8 (added)
- trunk/po (added)
- trunk/po/alternc-admintools.fr.po (added)
- trunk/po/fr (added)
- trunk/po/fr/LC_MESSAGES (added)
- trunk/po/fr/LC_MESSAGES/alternc-admintools.mo (added)
- trunk/po/make_po (added)
- trunk/tools (added)
- trunk/tools/get_account_by_domain (added)
- trunk/tools/get_domains_by_account (added)
- trunk/tools/get_mail_for_account (added)
- trunk/tools/top_ftp_users (added)
- trunk/tools/top_http_users (added)
- trunk/tools/top_mysql_users (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/control
r860 r877 3 3 Priority: optional 4 4 Maintainer: Antoine Beaupré <anarcat@koumbit.org> 5 Build-Depends: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4) 5 Build-Depends: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4), gettext (>= 0.10.40-5) 6 6 Standards-Version: 3.6.1 7 7 8 8 Package: alternc 9 9 Architecture: any 10 Depends: debianutils (>= 1.13.1), debconf (>= 0.5.00) | debconf-2.0, libapache-mod-php4 | libapache-mod-php5, apache, apache-ssl, courier-ssl, courier-imap-ssl, courier-pop-ssl, gettext (>= 0.14.1), mysql-server, php5-mysql | php4-mysql, phpmyadmin, proftpd-mysql, squirrelmail, postfix, postfix-tls, bind9, wget, libapache-mod-gzip, rsync, quota, courier-authmysql, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, alternc-admintools, sasl2-bin, libsasl2-modules, php4-cli | php5-cli, php4-mysql | php5-mysql 10 Depends: debianutils (>= 1.13.1), debconf (>= 0.5.00) | debconf-2.0, libapache-mod-php4 | libapache-mod-php5, apache, apache-ssl, courier-ssl, courier-imap-ssl, courier-pop-ssl, gettext (>= 0.14.1), mysql-server, php5-mysql | php4-mysql, phpmyadmin, proftpd-mysql, squirrelmail, postfix, postfix-tls, bind9, wget, libapache-mod-gzip, rsync, quota, courier-authmysql, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, sasl2-bin, libsasl2-modules, php4-cli | php5-cli, php4-mysql | php5-mysql, lockfile-progs (>= 0.1.9), gettext (>= 0.10.40-5), pdksh (>= 5.2.14-6) 11 Conflicts: alternc-admintools 11 12 Suggests: screen, alternc-awstats, alternc-mailman, alternc-changepass, pop-before-smtp 12 13 Description: hosting software managment suite for Debian trunk/debian/dirs
r724 r877 14 14 etc/postfix 15 15 etc/squirrelmail 16 usr/bin 16 17 usr/lib/alternc 17 18 usr/sbin 18 19 usr/share/alternc/install 20 usr/share/locale/fr/LC_MESSAGES 19 21 usr/share/lintian/overrides/ 20 22 var/alternc/apacheconf trunk/debian/rules
r875 r877 72 72 chmod a+x debian/alternc/usr/share/alternc/install/upgrades/0.9.1.sh 73 73 chmod a+x debian/alternc/usr/share/alternc/install/upgrades/0.9.2.php 74 # Ex old alternc-admintools 75 install tools/top_http_users `pwd`/debian/alternc/usr/bin 76 install tools/top_mysql_users `pwd`/debian/alternc/usr/bin 77 install tools/top_ftp_users `pwd`/debian/alternc/usr/bin 78 install tools/get_mail_for_account `pwd`/debian/alternc/usr/bin 79 install tools/get_domains_by_account `pwd`/debian/alternc/usr/bin 80 install tools/get_account_by_domain `pwd`/debian/alternc/usr/bin 81 74 82 75 83 # Remove helpers files from l18n dir … … 100 108 # dh_installmime 101 109 # dh_installinit 102 # dh_installman 110 dh_installman man/alternc-admintools.8 man/alternc-admintools.fr.8 man/top_http_users.8 man/top_mysql_users.8 man/top_ftp_users.8 man/top_http_users.fr.8 man/top_mysql_users.fr.8 man/top_ftp_users.fr.8 103 111 dh_installcron 104 112 # dh_installinfo 105 # dh_undocumented 106 # dh_installman 113 dh_undocumented get_domains_by_account.8 get_account_by_domain.8 get_mail_for_account.8 114 /usr/bin/msgfmt po/alternc-admintools.fr.po -o alternc-admintools.mo 115 install -m 644 alternc-admintools.mo `pwd`/debian/alternc-admintools/usr/share/locale/fr/LC_MESSAGES 116 rm -f alternc-admintools.mo 117 107 118 dh_strip 108 119 dh_link … … 113 124 dh_installdeb 114 125 dh_perl 115 #dh_shlibdeps126 dh_shlibdeps 116 127 dh_gencontrol -- -cdebian/control 117 128 dh_md5sums
