Changeset 1447
- Timestamp:
- 05/20/04 11:07:03 (5 years ago)
- Files:
-
- trunk/debian/control (modified) (2 diffs)
- trunk/debian/copyright (modified) (1 diff)
- trunk/debian/postinst (modified) (1 diff)
- trunk/debian/postrm (modified) (1 diff)
- trunk/debian/preinst (modified) (1 diff)
- trunk/debian/prerm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/control
r1439 r1447 13 13 Description: Webalizer module for AlternC. 14 14 AlternC is a hosting software suite based on Valentin 15 Lacambre's altern.org french hosting service.15 Lacambre's altern.org French hosting service. 16 16 . 17 17 This package is an optional module that add webalizer statistics … … 20 20 . 21 21 More information on http://www.alternc.org/ 22 Description-fr: Modules de gestion de statistiques webalizer pour AlternC 22 Description-fr: Modules de gestion de statistiques webalizer pour AlternC. 23 23 Alternc est un logiciel d'hébergement intégral basé sur le 24 24 projet français de Valentin Lacambre « altern.org ». trunk/debian/copyright
r1444 r1447 4 4 It was downloaded from http://www.alternc.org 5 5 6 Upstream Author (s): AlternC Development team <dev@alternc.org>6 Upstream Author: AlternC Development team <dev@alternc.org> 7 7 8 8 Copyright: trunk/debian/postinst
r1446 r1447 35 35 36 36 *) 37 echo "postinst called with unknown argument \`$1'" >&237 echo "postinst called with unknown argument '$1'" >&2 38 38 exit 1 39 39 ;; trunk/debian/postrm
r1446 r1447 23 23 24 24 *) 25 echo "postrm called with unknown argument \`$1'" >&225 echo "postrm called with unknown argument '$1'" >&2 26 26 exit 1 27 27 ;; trunk/debian/preinst
r1446 r1447 34 34 35 35 *) 36 echo "preinst called with unknown argument \`$1'" >&236 echo "preinst called with unknown argument '$1'" >&2 37 37 exit 1 38 38 ;; trunk/debian/prerm
r1446 r1447 24 24 25 25 *) 26 echo "prerm called with unknown argument \`$1'" >&226 echo "prerm called with unknown argument '$1'" >&2 27 27 exit 1 28 28 ;;
