summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:46:43 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:46:43 +0000
commit180846772b15df88c3b5f03d68348776428ecd6c (patch)
treecc7ee105ca628887bf9960b0293fbd3848899d33
parentAdding debian version 1.3-2. (diff)
downloadlzlib-180846772b15df88c3b5f03d68348776428ecd6c.tar.xz
lzlib-180846772b15df88c3b5f03d68348776428ecd6c.zip
Adding debian version 1.3-3.debian/1.3-3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ccff777..38d7185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lzlib (1.3-3) unstable; urgency=low
+
+ * Updating to standards version 3.9.4.
+ * Adding dpkg-source local options.
+
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 16 Dec 2012 10:43:22 +0100
+
lzlib (1.3-2) unstable; urgency=low
* Adding patch to avoid overwriting build-environment.
diff --git a/debian/control b/debian/control
index acc16e8..20a6c4e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
Build-Depends: debhelper (>= 9), texinfo
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/lzip/lzlib.html
Package: liblz1
diff --git a/debian/rules b/debian/rules
index 8451ed8..9dcfcaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
dh ${@}
override_dh_auto_configure:
- dh_auto_configure -- --enable-shared --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) CFLAGS="$(CFLAGS CPPFLAGS)" LDFLAGS="$(LDFLAGS)"
+ dh_auto_configure -- --enable-shared --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
dh_auto_install -- LDCONFIG=/bin/true