[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.18-2-17-g7291918

Jan Dittberner jandd at debian.org
Sat May 19 22:52:22 UTC 2012


The following commit has been merged in the master branch:
commit d3b9d603b6eb1dd1b2a8bf914fa0ba6b8a5ebf48
Author: Jan Dittberner <jandd at debian.org>
Date:   Fri May 18 20:53:56 2012 +0200

    do not remove config.h.in

diff --git a/debian/changelog b/debian/changelog
index b6ba8a7..a8438bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ cracklib2 (2.8.19-1) UNRELEASED; urgency=low
   * New upstream version
   * remove debian/patches/top-500-worst-passwords.patch, applied
     upstream
-  * debian/rules: use aclocal, automake and autoreconf instead of
-    autogen.sh
+  * debian/rules:
+    - use aclocal, automake and autoreconf instead of autogen.sh
+    - do not remove config.h.in
 
  -- Jan Dittberner <jandd at debian.org>  Fri, 18 May 2012 20:25:36 +0200
 
diff --git a/debian/rules b/debian/rules
index 2b7c714..777354d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,9 +41,9 @@ override_dh_auto_clean:
 	# remove files created or modified by autogen.sh
 	rm -f config.guess config.sub 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			\
+	 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 config.h.in
+	 m4/lt~obsolete.m4
 
 override_dh_auto_install:
 	$(MAKE) -C debian/tmpbuild DESTDIR=`pwd`/debian/tmp install

-- 
Git repository for pkg-cracklib



More information about the Pkg-cracklib-commits mailing list