Changeset 877


Ignore:
Timestamp:
03/15/06 15:08:53 (7 years ago)
Author:
pierre-gilles
Message:

Fusion des paquets alternc-admintools et alternc dans alternc

Location:
trunk
Files:
23 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/control

    r860 r877  
    33Priority: optional 
    44Maintainer: Antoine Beaupré <anarcat@koumbit.org> 
    5 Build-Depends: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4) 
     5Build-Depends: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4), gettext (>= 0.10.40-5) 
    66Standards-Version: 3.6.1 
    77 
    88Package: alternc 
    99Architecture: 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 
     10Depends: 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) 
     11Conflicts: alternc-admintools 
    1112Suggests: screen, alternc-awstats, alternc-mailman, alternc-changepass, pop-before-smtp 
    1213Description: hosting software managment suite for Debian 
  • trunk/debian/dirs

    r724 r877  
    1414etc/postfix 
    1515etc/squirrelmail 
     16usr/bin 
    1617usr/lib/alternc 
    1718usr/sbin 
    1819usr/share/alternc/install 
     20usr/share/locale/fr/LC_MESSAGES 
    1921usr/share/lintian/overrides/ 
    2022var/alternc/apacheconf 
  • trunk/debian/rules

    r875 r877  
    7272        chmod a+x debian/alternc/usr/share/alternc/install/upgrades/0.9.1.sh 
    7373        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 
    7482 
    7583        # Remove helpers files from l18n dir 
     
    100108#       dh_installmime 
    101109#       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 
    103111        dh_installcron 
    104112#       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 
    107118        dh_strip 
    108119        dh_link 
     
    113124        dh_installdeb 
    114125        dh_perl 
    115 #       dh_shlibdeps 
     126        dh_shlibdeps 
    116127        dh_gencontrol -- -cdebian/control 
    117128        dh_md5sums 
Note: See TracChangeset for help on using the changeset viewer.