summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:02:04 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:02:04 +0000
commita0f3a8113cf3bba63d3b29e01479ffa4e8e5fb3e (patch)
tree617448dbe42e4b7cfe8909d845ab416f7c341272
parentMerging upstream version 1.3. (diff)
downloadlunzip-a0f3a8113cf3bba63d3b29e01479ffa4e8e5fb3e.tar.xz
lunzip-a0f3a8113cf3bba63d3b29e01479ffa4e8e5fb3e.zip
Adding debian version 1.3-1.debian/1.3-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0001-build.patch4
2 files changed, 9 insertions, 2 deletions
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 <mail@daniel-baumann.ch> 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