From 3048d515d86ac558beacbc84a6f89276d29343b2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 12:39:08 +0100 Subject: Adding debian version 1.5~pre2-1. Signed-off-by: Daniel Baumann --- debian/changelog | 7 +++++++ debian/patches/0001-build.patch | 12 +++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 538a52e..eb81363 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +clzip (1.5~pre2-1) experimental; urgency=low + + * Merging upstream version 1.5~pre2. + * Rediffing build.patch. + + -- Daniel Baumann Fri, 19 Jul 2013 17:25:20 +0200 + clzip (1.5~pre1-3) experimental; urgency=low * Adding vcs fields. diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index d4943fd..ee24c86 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -2,18 +2,20 @@ Author: Daniel Baumann Description: Avoid overwriting build-environment. diff -Naurp clzip.orig/configure clzip/configure ---- clzip.orig/configure -+++ clzip/configure -@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' +--- clzip.orig/configure 2013-07-19 17:24:58.332735484 +0200 ++++ clzip/configure 2013-07-19 17:30:30.803563946 +0200 +@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin' + datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' - CC=gcc +-CC=gcc -CPPFLAGS= -CFLAGS='-Wall -W -O2' -LDFLAGS= ++#CC=gcc +#CPPFLAGS= +#CFLAGS='-Wall -W -O2' +#LDFLAGS= # checking whether we are using GNU C. - if [ ! -x /bin/gcc ] && + ${CC} --version > /dev/null 2>&1 -- cgit v1.2.3