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

Jan Dittberner jandd-guest at alioth.debian.org
Fri Jul 17 22:39:41 UTC 2009


Author: jandd-guest
Date: 2009-07-17 22:39:40 +0000 (Fri, 17 Jul 2009)
New Revision: 93

Modified:
   cracklib2/trunk/debian/changelog
   cracklib2/trunk/debian/rules
Log:
fix lintian warning


Modified: cracklib2/trunk/debian/changelog
===================================================================
--- cracklib2/trunk/debian/changelog	2009-06-25 08:04:56 UTC (rev 92)
+++ cracklib2/trunk/debian/changelog	2009-07-17 22:39:40 UTC (rev 93)
@@ -1,3 +1,11 @@
+cracklib2 (2.8.13-11) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - remove more autogenerated files in debian/rules (fixes
+      Lintian warning)
+
+ -- Jan Dittberner <jan at dittberner.info>  Sat, 18 Jul 2009 00:35:21 +0200
+
 cracklib2 (2.8.13-10) unstable; urgency=low
 
   * debian/control:

Modified: cracklib2/trunk/debian/rules
===================================================================
--- cracklib2/trunk/debian/rules	2009-06-25 08:04:56 UTC (rev 92)
+++ cracklib2/trunk/debian/rules	2009-07-17 22:39:40 UTC (rev 93)
@@ -51,9 +51,10 @@
 	if [ -f Makefile ]; then $(MAKE) distclean; fi
 	dh_clean
 	# remove files created or modified by autogen.sh
-	rm -f Makefile.in aclocal.m4 configure dicts/Makefile.in doc/Makefile.in \
-	 lib/Makefile.in m4/Makefile.in py-compile python/Makefile.in \
-	 util/Makefile.in
+	rm -f Makefile.in aclocal.m4 configure dicts/Makefile.in		\
+	 doc/Makefile.in lib/Makefile.in m4/Makefile.in py-compile		\
+	 python/Makefile.in util/Makefile.in ltmain.sh m4/ltoptions.m4	\
+	 m4/ltversion.m4 m4/libtool.m4 m4/ltsugar.m4 m4/lt~obsolete.m4
 
 install: DH_OPTIONS=
 install: build




More information about the Pkg-cracklib-commits mailing list