Changeset 1246

Show
Ignore:
Timestamp:
03/29/06 21:04:22 (3 years ago)
Author:
benjamin
Message:

now using po-debconf and corrections on lintian override

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/changelog

    r1245 r1246  
     1alternc-mailman (1.4.10) stable; urgency=low 
     2 
     3  * Now using po-debconf for template translation 
     4  * Changing from pre-depend on alternc to depend only (and update depend version) 
     5 
     6 -- Benjamin Sonntag <benjamin@alternc.org>  Wed, 29 Mar 2006 20:53:50 +0200 
     7 
    18alternc-mailman (1.4.9.UNRELEASED) stable; urgency=low 
    29 
  • trunk/debian/control

    r1237 r1246  
    22Section: admin 
    33Priority: optional 
    4 Maintainer: Antoine Beaupré <anarcat@koumbit.org> 
    5 Build-Depends: debhelper (>= 4.0.2) 
    6 Standards-Version: 3.6.1 
     4Maintainer: Benjamin Sonntag <benjamin@alternc.org> 
     5Build-Depends: debhelper (>= 4.0.2), po-debconf 
     6Standards-Version: 3.6.2.2 
    77 
    88Package: alternc-mailman 
     
    1010Section: admin 
    1111Architecture: any 
    12 Pre-Depends: alternc (>= 0.9.4) 
    13 Depends: mailman (>= 2.1), mysql-client 
     12Depends: mailman (>= 2.1), mysql-client, alternc (>= 0.9.4), debconf 
    1413Description: Mailman module for AlternC 
    1514 AlternC is a hosting software suite based on Valentin 
  • trunk/debian/lintian-override

    r1243 r1246  
    1414alternc-mailman: file-in-unusual-dir var/alternc/bureau/locales/fr_FR/LC_MESSAGES/mailman.po 
    1515alternc-mailman: file-in-unusual-dir var/alternc/bureau/locales/fr_LU/LC_MESSAGES/mailman.po 
     16alternc-mailman: no-debconf-config 
     17alternc-mailman: postinst-does-not-load-confmodule 
     18 
  • trunk/debian/rules

    r1243 r1246  
    4040        install -m 0644 debian/lintian-override \ 
    4141            debian/alternc-mailman/usr/share/lintian/overrides/alternc-mailman 
    42         # Remove any remaining CVS dir ;) 
    43         find debian/alternc-mailman/ -depth -name "CVS" -exec rm -rf {} \; 
    44  
     42        # remove CVS / SVN entries :  
     43        find debian/alternc-mailman/ -depth \( -name CVS -o -name .svn \) -type d -exec rm -rf {} \; 
    4544binary-common: build install 
    4645        dh_testdir 
     
    4948        dh_installdocs 
    5049        dh_strip 
     50        dh_installdebconf 
    5151        dh_link 
    5252        dh_compress 
  • trunk/debian/templates

    r1151 r1246  
    11Template: alternc-mailman/errorinstall 
    22Type: note 
    3 Description: Error installing AlternC-Mailman 
    4  AlternC-Mailman requires a complete installed AlternC system to get installed properly ! 
     3_Description: Error installing AlternC-Mailman 
     4 AlternC-Mailman requires a complete installed AlternC system to get 
     5 installed properly ! 
    56 . 
    6  Please install AlternC and CONFIGURE IT before installing alternc-mailman or additional 
    7  modules (don't forget to launch 'alternc.install'). 
     7 Please install AlternC and CONFIGURE IT before installing alternc-mailman 
     8 or additional modules (don't forget to launch 'alternc.install'). 
    89 . 
    910 Please check out the AlternC installation documentation before proceeding. 
    10 Description-fr: Erreur à l'installation d'AlternC-Mailman 
    11  AlternC-Mailman nécessite qu'AlternC soit installé pour pouvoir continuer ! 
    12  . 
    13  Veuillez installer ET CONFIGURER AlternC avant d'installer alternc-mailman ou tout autre 
    14  module additionnel (ne pas oublier de lancer 'alternc.install'). 
    15  . 
    16  Merci de consulter la documentation d'installation d'AlternC avant de continuer.