diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:09:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:09:07 +0000 |
commit | 77cb0980899128192b66fe162af02c3798583b09 (patch) | |
tree | 61001c9ad2b3dc50282695c63a6c43f498e5c46a | |
parent | Adding debian version 5.6.2-1. (diff) | |
download | xz-utils-debian.tar.xz xz-utils-debian.zip |
Adding debian version 5.6.2-2.debian/5.6.2-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/symbols | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3fb8202..51acdf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xz-utils (5.6.2-2) unstable; urgency=medium + + * Increase symbol dependency on 5.6.0 symbols to 5.6.2 due to the revert. + Thanks to Ben Hutchings (Closes: #1074602). + * Correct the `terse' build. Thanks to Ben Hutchings (Closes: #1074604). + + -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Wed, 03 Jul 2024 21:51:43 +0200 + xz-utils (5.6.2-1) unstable; urgency=medium * Import 5.6.2 diff --git a/debian/control b/debian/control index d2f58a8..8fd4834 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Jonathan Nieder <jrnieder@gmail.com> Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.2), autoconf (>= 2.64~), automake, libtool (>= 2.2), gettext, autopoint | gettext (<< 0.18-1), autopoint | cvs, po4a -Build-Depends-Indep: doxygen +Build-Depends-Indep: doxygen, graphviz Build-Conflicts: automake1.4 Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian/xz-utils diff --git a/debian/rules b/debian/rules index 04c3c29..f6a7736 100755 --- a/debian/rules +++ b/debian/rules @@ -102,7 +102,7 @@ ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) opt_optimize_small += --disable-assembler endif -ifneq (,$(findstring n,$(MAKEFLAGS))) +ifneq (,$(findstring n,$(firstword -$(MAKEFLAGS)))) opt_no_act = --no-act endif diff --git a/debian/symbols b/debian/symbols index d19cdc3..ee1e249 100644 --- a/debian/symbols +++ b/debian/symbols @@ -24,5 +24,5 @@ liblzma.so.5 liblzma5 #MINVER# (arch=linux-any)lzma_stream_encoder_mt@XZ_5.2.2 5.2.2 (arch=linux-any)lzma_stream_encoder_mt_memusage@XZ_5.1.2alpha 5.4 (arch=linux-any)lzma_stream_encoder_mt_memusage@XZ_5.2.2 5.2.2 - XZ_5.6.0@XZ_5.6.0 5.6.0 - lzma_mt_block_size@XZ_5.6.0 5.6.0 + XZ_5.6.0@XZ_5.6.0 5.6.2 + lzma_mt_block_size@XZ_5.6.0 5.6.2 |