[Pkg-cracklib-commits] r97 - cracklib2/trunk/debian
Jan Dittberner
jandd at alioth.debian.org
Sat Aug 1 20:53:08 UTC 2009
Author: jandd
Date: 2009-08-01 20:53:08 +0000 (Sat, 01 Aug 2009)
New Revision: 97
Modified:
cracklib2/trunk/debian/changelog
cracklib2/trunk/debian/rules
Log:
fix FTBFS on avr32
Modified: cracklib2/trunk/debian/changelog
===================================================================
--- cracklib2/trunk/debian/changelog 2009-07-23 22:49:07 UTC (rev 96)
+++ cracklib2/trunk/debian/changelog 2009-08-01 20:53:08 UTC (rev 97)
@@ -1,3 +1,10 @@
+cracklib2 (2.8.13-12) unstable; urgency=low
+
+ * debian/rules: remove config.guess and config.sub in clean target
+ (fixes #539550)
+
+ -- Jan Dittberner <jandd at debian.org> Sat, 01 Aug 2009 22:52:31 +0200
+
cracklib2 (2.8.13-11) unstable; urgency=low
* debian/rules:
Modified: cracklib2/trunk/debian/rules
===================================================================
--- cracklib2/trunk/debian/rules 2009-07-23 22:49:07 UTC (rev 96)
+++ cracklib2/trunk/debian/rules 2009-08-01 20:53:08 UTC (rev 97)
@@ -51,10 +51,11 @@
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 ltmain.sh m4/ltoptions.m4 \
- m4/ltversion.m4 m4/libtool.m4 m4/ltsugar.m4 m4/lt~obsolete.m4
+ 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 \
+ 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