tags 634526 + patch
tags 634526 + pending
thanks

Dear maintainer,

I've prepared an NMU for ssldump (versioned as 0.9b3-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Simon Paillard
diffstat for ssldump-0.9b3 ssldump-0.9b3

 changelog |    7 +++++++
 rules     |    4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff -Nru ssldump-0.9b3/debian/changelog ssldump-0.9b3/debian/changelog
--- ssldump-0.9b3/debian/changelog	2010-07-05 22:36:13.000000000 +0200
+++ ssldump-0.9b3/debian/changelog	2011-12-06 21:26:06.000000000 +0100
@@ -1,3 +1,10 @@
+ssldump (0.9b3-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: add multiarch support (Closes: #634526)
+
+ -- Simon Paillard <spaill...@debian.org>  Tue, 06 Dec 2011 21:25:41 +0100
+
 ssldump (0.9b3-4) unstable; urgency=low
 
   * Bumped Standards-Version to 3.9.0.
diff -Nru ssldump-0.9b3/debian/rules ssldump-0.9b3/debian/rules
--- ssldump-0.9b3/debian/rules	2010-07-05 22:17:47.000000000 +0200
+++ ssldump-0.9b3/debian/rules	2011-12-06 21:58:04.000000000 +0100
@@ -2,6 +2,7 @@
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 CFLAGS = -Wall -g
 LDFLAGS = -Wl,--as-needed
@@ -15,7 +16,8 @@
 
 config.status: configure
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
+		--mandir=\$${prefix}/share/man --with-pcap-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 
 build: build-stamp

Reply via email to