From 77cb0980899128192b66fe162af02c3798583b09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 5 Aug 2024 11:09:07 +0200 Subject: Adding debian version 5.6.2-2. Signed-off-by: Daniel Baumann --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 2 +- debian/symbols | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) (limited to 'debian') 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 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 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 -- cgit v1.2.3