From 3d6741f9f1f1b55521656e414cd94fcdca624d93 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 10:59:38 +0100 Subject: Adding debian version 1.15~pre3-1. Signed-off-by: Daniel Baumann --- debian/changelog | 7 +++++++ debian/patches/0001-build.patch | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 91269c1..f8f6fe8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lzip (1.15~pre3-1) experimental; urgency=low + + * Merging upstream version 1.15~pre3. + * Rediffing build.patch. + + -- Daniel Baumann Wed, 17 Jul 2013 18:46:09 +0200 + lzip (1.15~pre2-4) experimental; urgency=low * Adding vcs fields. diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index ceb9848..8914a48 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -4,16 +4,18 @@ Description: Avoid overwriting build-environment. diff -Naurp lzip.orig/configure lzip/configure --- lzip.orig/configure +++ lzip/configure -@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' +@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin' + datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' - CXX=g++ +-CXX=g++ -CPPFLAGS= -CXXFLAGS='-Wall -W -O2' -LDFLAGS= ++#CXX=g++ +#CPPFLAGS= +#CXXFLAGS='-Wall -W -O2' +#LDFLAGS= # checking whether we are using GNU C++. - if [ ! -x /bin/g++ ] && + ${CXX} --version > /dev/null 2>&1 -- cgit v1.2.3