tags 556335 + patch tags 556335 + pending thanks Dear maintainer,
I've prepared an NMU for samdump2 (versioned as 1.1.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u samdump2-1.1.1/debian/changelog samdump2-1.1.1/debian/changelog --- samdump2-1.1.1/debian/changelog +++ samdump2-1.1.1/debian/changelog @@ -1,3 +1,11 @@ +samdump2 (1.1.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Link with -lcrypto instead of -lssl. (Closes: #556335) + * debian/rules: Use dh_prep instead of dh_clean -k. + + -- Ansgar Burchardt <ans...@debian.org> Sat, 04 Jun 2011 09:56:51 +0200 + samdump2 (1.1.1-1) unstable; urgency=low * New upstream release. diff -u samdump2-1.1.1/debian/rules samdump2-1.1.1/debian/rules --- samdump2-1.1.1/debian/rules +++ samdump2-1.1.1/debian/rules @@ -26,7 +26,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install PREFIX=/usr DESTDIR=$(CURDIR)/debian/samdump2 only in patch2: unchanged: --- samdump2-1.1.1.orig/Makefile +++ samdump2-1.1.1/Makefile @@ -23,7 +23,7 @@ INSTALL = $(shell which install) CC = $(shell which gcc) CFLAGS = -LIBS = -lssl +LIBS = -lcrypto # Default target all: build -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org