From a0f3a8113cf3bba63d3b29e01479ffa4e8e5fb3e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 06:02:04 +0100 Subject: Adding debian version 1.3-1. Signed-off-by: Daniel Baumann --- debian/changelog | 7 +++++++ debian/patches/0001-build.patch | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bf76a14..b0e69a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lunzip (1.3-1) experimental; urgency=low + + * Merging upstream version 1.3. + * Rediffing build.patch. + + -- Daniel Baumann Thu, 20 Jun 2013 07:42:05 +0200 + lunzip (1.3~rc1-2) experimental; urgency=low * Adding lzip-alternative provides. diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index fcf8e07..fb463b0 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -4,7 +4,7 @@ Description: Avoid overwriting build-environment. diff -Naurp lunzip.orig/configure lunzip/configure --- lunzip.orig/configure +++ lunzip/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 lunzip.orig/configure lunzip/configure +#LDFLAGS= # checking whether we are using GNU C. - if [ ! -x /bin/gcc ] && + ${CC} --version > /dev/null 2>&1 -- cgit v1.2.3