From c6a69baa80dc21a16cf9bb0bf3d57e0feccdb61a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 15:48:03 +0100 Subject: Adding debian version 1.4-1. Signed-off-by: Daniel Baumann --- debian/changelog | 7 +++++++ debian/patches/0001-build.patch | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2194a82..9ca074e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pdlzip (1.4-1) experimental; urgency=low + + * Merging upstream version 1.4. + * Rediffing build.patch. + + -- Daniel Baumann Tue, 28 May 2013 17:12:39 +0200 + pdlzip (1.4~rc2-2) experimental; urgency=low * Correcting spelling typo in comment in rules. diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index 64b6720..12df0de 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -4,7 +4,7 @@ Description: Avoid overwriting build-environment. diff -Naurp pdlzip.orig/configure pdlzip/configure --- pdlzip.orig/configure +++ pdlzip/configure -@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' +@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' CC=gcc @@ -16,4 +16,4 @@ diff -Naurp pdlzip.orig/configure pdlzip/configure +#LDFLAGS= # checking whether we are using GNU C. - if [ ! -x /bin/gcc ] && + ${CC} --version > /dev/null 2>&1 -- cgit v1.2.3