tags 372273 patch kthxbye On Fri, Jun 9, 2006 at 10:39:50 +0200, Julien Danjou wrote:
> There was a problem while autobuilding your package: > > > Automatic build of cracklib2_2.7-18 on avidan by sbuild/i386 0.46 > > Build started at 20060609-0619 > ... > > make[1]: Entering directory `/build/buildd/cracklib2-2.7' > > make[1]: Nothing to be done for `update-config'. > > make[1]: Leaving directory `/build/buildd/cracklib2-2.7' > > CFLAGS="-g -Wall -O2" make all > > make[1]: Entering directory `/build/buildd/cracklib2-2.7' > > ( cd cracklib && make && exit $? ) > > make[2]: Entering directory `/build/buildd/cracklib2-2.7/cracklib' > > gcc -g -Wall -O2 -Wall -W -pedantic -D_REENTRANT -fPIC -DIN_CRACKLIB -c > > -o fascist.o fascist.c > > fascist.c:11:19: error: crack.h: No such file or directory Due to a change in cdbs, the crack.h header gets created at toplevel instead of in the cracklib directory. The attached patch fixes this issue. Cheers, Julien
diff -u cracklib2-2.7/debian/changelog cracklib2-2.7/debian/changelog
--- cracklib2-2.7/debian/changelog
+++ cracklib2-2.7/debian/changelog
@@ -1,3 +1,11 @@
+cracklib2 (2.7-18.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Modify 01-crack-h.patch to apply at level 1, because cdbs 0.4.40 tries to
+ do that, and thus broke the build (Closes: #372273).
+
+ -- Julien Cristau <[EMAIL PROTECTED]> Sat, 10 Jun 2006 11:48:25 +0200
+
cracklib2 (2.7-18) unstable; urgency=low
* debian/cracklib-runtime.{preinst,postinst}: Properly handle the
diff -u cracklib2-2.7/debian/patches/01-crack-h.patch
cracklib2-2.7/debian/patches/01-crack-h.patch
--- cracklib2-2.7/debian/patches/01-crack-h.patch
+++ cracklib2-2.7/debian/patches/01-crack-h.patch
@@ -1,5 +1,5 @@
---- cracklib/crack.h
-+++ cracklib/crack.h
+--- a/cracklib/crack.h
++++ b/cracklib/crack.h
@@ -0,0 +1,39 @@
+#ifndef _CRACK_H
+#define _CRACK_H
signature.asc
Description: Digital signature

