From 06f05c4f1f407bbbea213c64d02ff500f6af256c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 04:42:58 +0200 Subject: Adding debian version 1.15~pre1-1. Signed-off-by: Daniel Baumann --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f588d52..d845b62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +lzlib (1.15~pre1-1) sid; urgency=medium + + * Uploading to sid. + * Updating to standards-version 4.7.0. + * Merging upstream version 1.15~pre1. + * Updating rules to adjust for not building minilzip by default anymore. + + -- Daniel Baumann Sat, 27 Apr 2024 04:41:16 +0200 + lzlib (1.14-1) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index 0148641..9e60ca8 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13), texinfo, Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: http://www.nongnu.org/lzip/lzlib.html Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/lzlib Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/lzlib diff --git a/debian/rules b/debian/rules index 9f84bd9..678933d 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,9 @@ endif override_dh_auto_configure: dh_auto_configure -- --enable-shared --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) 'CC=$(CC)' +override_dh_auto_build: + dh_auto_build -- bin + override_dh_auto_install: dh_auto_install -- LDCONFIG=/bin/true -- cgit v1.2.3