diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:48:34 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:48:34 +0000 |
commit | ee45ce50e44dcb7062a70be120448efaff6d9c00 (patch) | |
tree | f24c28e73ed1f15e4430752380f88f783037f31c | |
parent | Merging upstream version 1.4. (diff) | |
download | lzlib-ee45ce50e44dcb7062a70be120448efaff6d9c00.tar.xz lzlib-ee45ce50e44dcb7062a70be120448efaff6d9c00.zip |
Adding debian version 1.4-1.debian/1.4-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/patches/0001-build.patch | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 09ce853..4c1db3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lzlib (1.4-1) experimental; urgency=low + + * Merging upstream version 1.4. + * Rediffing build.patch. + + -- Daniel Baumann <mail@daniel-baumann.ch> Fri, 31 May 2013 17:35:10 +0200 + lzlib (1.4~rc2-1) experimental; urgency=low * Merging upstream version 1.4~rc2. diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index 7a358f3..45e323c 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -4,7 +4,7 @@ Description: Avoid overwriting build-environment. diff -Naurp lzlib.orig/configure lzlib/configure --- lzlib.orig/configure +++ lzlib/configure -@@ -28,9 +28,9 @@ infodir='$(datarootdir)/info' +@@ -26,9 +26,9 @@ infodir='$(datarootdir)/info' libdir='$(exec_prefix)/lib' mandir='$(datarootdir)/man' CC=gcc @@ -16,4 +16,4 @@ diff -Naurp lzlib.orig/configure lzlib/configure +#LDFLAGS= # checking whether we are using GNU C. - if [ ! -x /bin/gcc ] && + ${CC} --version > /dev/null 2>&1 |