Changeset 1246
- Timestamp:
- 03/29/06 21:04:22 (7 years ago)
- Location:
- trunk/debian
- Files:
-
- 4 added
- 5 edited
-
changelog (modified) (1 diff)
-
control (modified) (2 diffs)
-
lintian-override (modified) (1 diff)
-
po (added)
-
po/POTFILES.in (added)
-
po/fr.po (added)
-
po/templates.pot (added)
-
rules (modified) (2 diffs)
-
templates (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/changelog
r1245 r1246 1 alternc-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 1 8 alternc-mailman (1.4.9.UNRELEASED) stable; urgency=low 2 9 -
trunk/debian/control
r1237 r1246 2 2 Section: admin 3 3 Priority: optional 4 Maintainer: Antoine Beaupré <anarcat@koumbit.org>5 Build-Depends: debhelper (>= 4.0.2) 6 Standards-Version: 3.6. 14 Maintainer: Benjamin Sonntag <benjamin@alternc.org> 5 Build-Depends: debhelper (>= 4.0.2), po-debconf 6 Standards-Version: 3.6.2.2 7 7 8 8 Package: alternc-mailman … … 10 10 Section: admin 11 11 Architecture: any 12 Pre-Depends: alternc (>= 0.9.4) 13 Depends: mailman (>= 2.1), mysql-client 12 Depends: mailman (>= 2.1), mysql-client, alternc (>= 0.9.4), debconf 14 13 Description: Mailman module for AlternC 15 14 AlternC is a hosting software suite based on Valentin -
trunk/debian/lintian-override
r1243 r1246 14 14 alternc-mailman: file-in-unusual-dir var/alternc/bureau/locales/fr_FR/LC_MESSAGES/mailman.po 15 15 alternc-mailman: file-in-unusual-dir var/alternc/bureau/locales/fr_LU/LC_MESSAGES/mailman.po 16 alternc-mailman: no-debconf-config 17 alternc-mailman: postinst-does-not-load-confmodule 18 -
trunk/debian/rules
r1243 r1246 40 40 install -m 0644 debian/lintian-override \ 41 41 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 {} \; 45 44 binary-common: build install 46 45 dh_testdir … … 49 48 dh_installdocs 50 49 dh_strip 50 dh_installdebconf 51 51 dh_link 52 52 dh_compress -
trunk/debian/templates
r1151 r1246 1 1 Template: alternc-mailman/errorinstall 2 2 Type: 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 ! 5 6 . 6 Please install AlternC and CONFIGURE IT before installing alternc-mailman or additional7 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'). 8 9 . 9 10 Please check out the AlternC installation documentation before proceeding. 10 Description-fr: Erreur à l'installation d'AlternC-Mailman11 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 autre14 module additionnel (ne pas oublier de lancer 'alternc.install').15 .16 Merci de consulter la documentation d'installation d'AlternC avant de continuer.
Note: See TracChangeset
for help on using the changeset viewer.
