On Wed, Jul 06, 2011 at 11:27:55AM +0200, Martin Pitt wrote:
> Hello,
> 
> Didier Raboud [2011-06-08 16:05 +0200]:
> > During a rebuild of all packages in sid, your package failed to build on
> > amd64.
> 
> FYI, Jean-Louis Dupond sent a patch for this to the Ubuntu bug
> tracker: https://launchpadlibrarian.net/74612310/dnprogs.debdiff
> 

I have just uploaded an NMU to fix this bug to DELAYED/2. Please find
the diff below.

diff -Nru dnprogs-2.56/debian/changelog dnprogs-2.56.1/debian/changelog
--- dnprogs-2.56/debian/changelog       2011-02-22 11:38:47.000000000 +0100
+++ dnprogs-2.56.1/debian/changelog     2011-08-09 12:03:17.000000000 +0200
@@ -1,3 +1,11 @@
+dnprogs (2.56.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch from Ubuntu to fix FTBFS with libcrypt moved to the
+    multiarch path.
+
+ -- Aurelien Jarno <aure...@debian.org>  Tue, 09 Aug 2011 11:58:06 +0200
+
 dnprogs (2.56) unstable; urgency=low
 
   * Search for libgcrypt in 64bit library paths, too. (thanks to Kamil)
diff -Nru dnprogs-2.56/Makefile.common dnprogs-2.56.1/Makefile.common
--- dnprogs-2.56/Makefile.common        2011-02-18 15:22:29.000000000 +0100
+++ dnprogs-2.56.1/Makefile.common      2011-08-09 11:58:05.000000000 +0200
@@ -94,21 +94,7 @@
 #
 # Look for optional files (who needs autoconf!)
 #
-ifneq ($(wildcard /lib/libcrypt.*),)
 LIBCRYPT=-lcrypt
-endif
-
-ifneq ($(wildcard /lib64/libcrypt.*),)
-LIBCRYPT=-lcrypt
-endif
- 
-ifneq ($(wildcard /usr/lib/libcrypt.*),)
-LIBCRYPT=-lcrypt
-endif
-
-ifneq ($(wildcard /usr/lib64/libcrypt.*),)
-LIBCRYPT=-lcrypt
-endif
 
 ifeq (/usr/include/shadow.h,$(wildcard /usr/include/shadow.h))
 SHADOWDEFS=-DSHADOW_PWD
 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to