From 31ffe2f470d9e18637660e62f8e9d6065a2c51e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 2 Jan 2017 10:35:24 +0100 Subject: Moving debian specific patches to subdirectory within patches directory. Signed-off-by: Daniel Baumann --- debian/patches/0001-build.patch | 21 --------------------- debian/patches/debian/0001-build.patch | 21 +++++++++++++++++++++ debian/patches/series | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 debian/patches/0001-build.patch create mode 100644 debian/patches/debian/0001-build.patch diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch deleted file mode 100644 index dd4ede3..0000000 --- a/debian/patches/0001-build.patch +++ /dev/null @@ -1,21 +0,0 @@ -Author: Daniel Baumann -Description: Avoid overwriting build-environment. - -diff -Naurp lzip.orig/configure lzip/configure ---- lzip.orig/configure -+++ lzip/configure -@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin' - datarootdir='$(prefix)/share' - infodir='$(datarootdir)/info' - mandir='$(datarootdir)/man' --CXX=g++ --CPPFLAGS= --CXXFLAGS='-Wall -W -O2' --LDFLAGS= -+#CXX=g++ -+#CPPFLAGS= -+#CXXFLAGS='-Wall -W -O2' -+#LDFLAGS= - - # checking whether we are using GNU C++. - if /bin/sh -c "${CXX} --version" > /dev/null 2>&1 ; then true diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch new file mode 100644 index 0000000..dd4ede3 --- /dev/null +++ b/debian/patches/debian/0001-build.patch @@ -0,0 +1,21 @@ +Author: Daniel Baumann +Description: Avoid overwriting build-environment. + +diff -Naurp lzip.orig/configure lzip/configure +--- lzip.orig/configure ++++ lzip/configure +@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin' + datarootdir='$(prefix)/share' + infodir='$(datarootdir)/info' + mandir='$(datarootdir)/man' +-CXX=g++ +-CPPFLAGS= +-CXXFLAGS='-Wall -W -O2' +-LDFLAGS= ++#CXX=g++ ++#CPPFLAGS= ++#CXXFLAGS='-Wall -W -O2' ++#LDFLAGS= + + # checking whether we are using GNU C++. + if /bin/sh -c "${CXX} --version" > /dev/null 2>&1 ; then true diff --git a/debian/patches/series b/debian/patches/series index 58cf314..655df63 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -0001-build.patch +debian/0001-build.patch -- cgit v1.2.3