Changeset 1447

Show
Ignore:
Timestamp:
05/20/04 11:07:03 (5 years ago)
Author:
benjamin
Message:

divers modif pour lintian

Files:

Legend:

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

    r1439 r1447  
    1313Description: Webalizer module for AlternC. 
    1414 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. 
    1616 . 
    1717 This package is an optional module that add webalizer statistics 
     
    2020 . 
    2121 More information on http://www.alternc.org/ 
    22 Description-fr: Modules de gestion de statistiques webalizer pour AlternC 
     22Description-fr: Modules de gestion de statistiques webalizer pour AlternC. 
    2323 Alternc est un logiciel d'hébergement intégral basé sur le 
    2424 projet français de Valentin Lacambre « altern.org ». 
  • trunk/debian/copyright

    r1444 r1447  
    44It was downloaded from http://www.alternc.org 
    55 
    6 Upstream Author(s): AlternC Development team <dev@alternc.org> 
     6Upstream Author: AlternC Development team <dev@alternc.org> 
    77 
    88Copyright: 
  • trunk/debian/postinst

    r1446 r1447  
    3535 
    3636*) 
    37     echo "postinst called with unknown argument \`$1'" >&2 
     37    echo "postinst called with unknown argument '$1'" >&2 
    3838    exit 1 
    3939    ;; 
  • trunk/debian/postrm

    r1446 r1447  
    2323 
    2424*) 
    25     echo "postrm called with unknown argument \`$1'" >&2 
     25    echo "postrm called with unknown argument '$1'" >&2 
    2626    exit 1 
    2727    ;; 
  • trunk/debian/preinst

    r1446 r1447  
    3434 
    3535*) 
    36     echo "preinst called with unknown argument \`$1'" >&2 
     36    echo "preinst called with unknown argument '$1'" >&2 
    3737    exit 1 
    3838    ;; 
  • trunk/debian/prerm

    r1446 r1447  
    2424 
    2525*) 
    26     echo "prerm called with unknown argument \`$1'" >&2 
     26    echo "prerm called with unknown argument '$1'" >&2 
    2727    exit 1 
    2828    ;;