diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:48:03 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:48:03 +0000 |
commit | c6a69baa80dc21a16cf9bb0bf3d57e0feccdb61a (patch) | |
tree | 522ae3b7bc834c3f061fa6e8a699d7fbbf0a36b8 | |
parent | Merging upstream version 1.4. (diff) | |
download | pdlzip-c6a69baa80dc21a16cf9bb0bf3d57e0feccdb61a.tar.xz pdlzip-c6a69baa80dc21a16cf9bb0bf3d57e0feccdb61a.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 2194a82..9ca074e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pdlzip (1.4-1) experimental; urgency=low + + * Merging upstream version 1.4. + * Rediffing build.patch. + + -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 28 May 2013 17:12:39 +0200 + pdlzip (1.4~rc2-2) experimental; urgency=low * Correcting spelling typo in comment in rules. diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index 64b6720..12df0de 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -4,7 +4,7 @@ Description: Avoid overwriting build-environment. diff -Naurp pdlzip.orig/configure pdlzip/configure --- pdlzip.orig/configure +++ pdlzip/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 pdlzip.orig/configure pdlzip/configure +#LDFLAGS= # checking whether we are using GNU C. - if [ ! -x /bin/gcc ] && + ${CC} --version > /dev/null 2>&1 |