[Pkg-cracklib-commits] r61 - cracklib2/trunk/debian

jandd-guest at alioth.debian.org jandd-guest at alioth.debian.org
Thu Sep 25 15:41:19 UTC 2008


Author: jandd-guest
Date: 2008-09-25 15:41:16 +0000 (Thu, 25 Sep 2008)
New Revision: 61

Modified:
   cracklib2/trunk/debian/changelog
   cracklib2/trunk/debian/cracklib-runtime.preinst
Log:
fix for lintian warning

Modified: cracklib2/trunk/debian/changelog
===================================================================
--- cracklib2/trunk/debian/changelog	2008-09-24 20:49:01 UTC (rev 60)
+++ cracklib2/trunk/debian/changelog	2008-09-25 15:41:16 UTC (rev 61)
@@ -5,8 +5,10 @@
     included upstream
   * refreshed debian/patchs/02-ccwarnings.patch
   * change debian/rules to use lib in top_builddir
+  * use set -e in debian/cracklib-runtime.preinst to fix lintian warning
+    maintainer-script-ignores-errors
 
- -- Jan Dittberner <jan at dittberner.info>  Wed, 24 Sep 2008 21:28:23 +0200
+ -- Jan Dittberner <jan at dittberner.info>  Thu, 25 Sep 2008 17:40:14 +0200
 
 cracklib2 (2.8.12-8) unstable; urgency=low
 

Modified: cracklib2/trunk/debian/cracklib-runtime.preinst
===================================================================
--- cracklib2/trunk/debian/cracklib-runtime.preinst	2008-09-24 20:49:01 UTC (rev 60)
+++ cracklib2/trunk/debian/cracklib-runtime.preinst	2008-09-25 15:41:16 UTC (rev 61)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 case "$1" in
 install|upgrade)
     # /etc/cron.daily/cracklib -> cracklib-runtime transition




More information about the Pkg-cracklib-commits mailing list