diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |