diff -Nru webfs-1.21+ds1/debian/changelog webfs-1.21+ds1/debian/changelog --- webfs-1.21+ds1/debian/changelog 2010-10-20 09:15:37.000000000 +0100 +++ webfs-1.21+ds1/debian/changelog 2010-10-22 19:42:51.000000000 +0100 @@ -1,3 +1,10 @@ +webfs (1.21+ds1-6ubuntu1) natty; urgency=low + + * 99_binutils_gold.diff: Add -lgcrypt to LDFLAGS for binutils-gold, + fixes FTBFS (LP: #665276) + + -- Roy Jamison Fri, 22 Oct 2010 19:34:59 +0100 + webfs (1.21+ds1-6) unstable; urgency=low * Upgrade standard from 3.8.4 to 3.9.1: No changes. diff -Nru webfs-1.21+ds1/debian/control webfs-1.21+ds1/debian/control --- webfs-1.21+ds1/debian/control 2010-10-20 08:31:20.000000000 +0100 +++ webfs-1.21+ds1/debian/control 2010-10-22 19:35:59.000000000 +0100 @@ -2,7 +2,8 @@ Section: httpd Priority: optional Build-Depends: debhelper (>= 7), po-debconf, libgnutls-dev -Maintainer: Mats Erik Andersson +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Mats Erik Andersson Standards-Version: 3.9.1 Homepage: http://linux.bytesex.org/misc/webfs.html diff -Nru webfs-1.21+ds1/debian/patches/99_binutils_gold.diff webfs-1.21+ds1/debian/patches/99_binutils_gold.diff --- webfs-1.21+ds1/debian/patches/99_binutils_gold.diff 1970-01-01 01:00:00.000000000 +0100 +++ webfs-1.21+ds1/debian/patches/99_binutils_gold.diff 2010-10-22 20:16:09.000000000 +0100 @@ -0,0 +1,14 @@ +Description: Adds -lgcrypt to LDFLAGS in GNUmakefile for binutils-gold +Author: Roy Jamison +Bug-Ubuntu: https://bugs.launchpad.net/bugs/665276 +--- webfs-1.21+ds1.orig/GNUmakefile 2010-10-22 19:34:04.978312580 +0100 ++++ webfs-1.21+ds1/GNUmakefile 2010-10-22 19:34:39.000000000 +0100 +@@ -47,7 +47,7 @@ + USE_SSL = no + CFLAGS += -DUSE_GNUTLS=1 + OBJS += ssl.o +-LDLIBS += -lgnutls ++LDLIBS += -lgnutls -lgcrypt + endif + + diff -Nru webfs-1.21+ds1/debian/patches/series webfs-1.21+ds1/debian/patches/series --- webfs-1.21+ds1/debian/patches/series 2010-04-22 14:12:47.000000000 +0100 +++ webfs-1.21+ds1/debian/patches/series 2010-10-22 19:33:41.000000000 +0100 @@ -9,3 +9,4 @@ 63_gnutls.diff 66_further_gnutls.diff 70_group_access.diff +99_binutils_gold.diff