From 5aa9a67e1dfa125c046609bd1c5f9898d1533f13 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:34:55 +0100 Subject: Adding debian version 1.0-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 df56aa2..2d09d9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plzip (1.0-1) experimental; urgency=low + + * Merging upstream version 1.0. + * Rediffing build.patch. + + -- Daniel Baumann Tue, 04 Jun 2013 19:23:37 +0200 + plzip (1.0~rc1-3) experimental; urgency=low * Adding lzip-alternative provides. diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index 45559d7..d699e6d 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -4,7 +4,7 @@ Description: Avoid overwriting build-environment. diff -Naurp plzip.orig/configure plzip/configure --- plzip.orig/configure +++ plzip/configure -@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' +@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' CXX=g++ @@ -16,4 +16,4 @@ diff -Naurp plzip.orig/configure plzip/configure +#LDFLAGS= # checking whether we are using GNU C++. - if [ ! -x /bin/g++ ] && + ${CXX} --version > /dev/null 2>&1 -- cgit v1.2.3