[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1109462: unblock: sbuild/0.89.4 [pre-approval]



On Fri, Jul 18, 2025 at 01:24:02PM +0200, Chris Hofstädtler wrote:
>   [x] attach debdiff against the package in testing

Now! (Thanks Aurelien.)


diff -Nru sbuild-0.89.3/debian/changelog sbuild-0.89.4/debian/changelog
--- sbuild-0.89.3/debian/changelog	2025-06-07 16:14:00.000000000 +0200
+++ sbuild-0.89.4/debian/changelog	2025-07-18 11:42:26.000000000 +0200
@@ -1,3 +1,15 @@
+sbuild (0.89.4) unstable; urgency=medium
+
+  [ Richard Lewis ]
+  * man/sbuild.1.in: fix typo in markup
+
+  [ Jochen Sprickerhof ]
+  * Downgrade gnupg dependency to Recommends. The unshare backend
+    works without gnupg, and default setups will still get it from
+    Recommends:.
+
+ -- Chris Hofstaedtler <zeha@debian.org>  Fri, 18 Jul 2025 11:42:26 +0200
+
 sbuild (0.89.3) unstable; urgency=medium
 
   [ Jochen Sprickerhof ]
diff -Nru sbuild-0.89.3/debian/control sbuild-0.89.4/debian/control
--- sbuild-0.89.3/debian/control	2025-06-07 16:14:00.000000000 +0200
+++ sbuild-0.89.4/debian/control	2025-07-18 11:42:26.000000000 +0200
@@ -33,14 +33,13 @@
 Depends: apt,
          apt-utils,
          dpkg-dev,
-         gnupg (>= 2.1),
          libdpkg-perl (>= 1.21.14),
          libexception-class-perl,
          libfilesys-df-perl,
          libmime-lite-perl,
          ${misc:Depends},
          ${perl:Depends}
-Recommends: autopkgtest (>= 4.0.4), schroot (>= 1.6.0)
+Recommends: autopkgtest (>= 4.0.4), schroot (>= 1.6.0), gnupg (>= 2.1),
 Suggests: default-mta | mail-transport-agent, libwww-perl
 Replaces: sbuild (<= 0.58.4-1)
 Description: Library for building Debian binary packages from Debian sources
diff -Nru sbuild-0.89.3/lib/Sbuild/Conf.pm sbuild-0.89.4/lib/Sbuild/Conf.pm
--- sbuild-0.89.3/lib/Sbuild/Conf.pm	2025-06-07 16:14:00.000000000 +0200
+++ sbuild-0.89.4/lib/Sbuild/Conf.pm	2025-07-18 11:42:26.000000000 +0200
@@ -982,7 +982,7 @@
 			GROUP   => 'Build options',
 			DEFAULT => 0,
 			HELP    =>
-'Run apt-get distclean before the build to clean the apt package cache if the command is available. This makes sure that the build environment is not polluted by extra information but means that you need to run apt update before manually installing packages for debugging. You can disable this to save the extra call but remember to not use the information from the apt cache. Also note that this silently files when the command is not available to be compatible with older releases.'
+'Run apt-get distclean before the build to clean the apt package cache if the command is available. This makes sure that the build environment is not polluted by extra information but means that you need to run apt update before manually installing packages for debugging. You can disable this to save the extra call but remember to not use the information from the apt cache. Also note that this silently fails when the command is not available to be compatible with older releases.'
 		},
 		'CHECK_SPACE' => {
 			TYPE    => 'BOOL',
diff -Nru sbuild-0.89.3/man/sbuild.1.in sbuild-0.89.4/man/sbuild.1.in
--- sbuild-0.89.3/man/sbuild.1.in	2025-06-07 16:14:00.000000000 +0200
+++ sbuild-0.89.4/man/sbuild.1.in	2025-07-18 11:42:26.000000000 +0200
@@ -510,7 +510,7 @@
 .BR sbuild.conf (5)
 for more information.
 .TP
-.BR "--log-filename-ts-format=\fformat\fP"
+.BR "--log-filename-ts-format=\fIformat\fP"
 Set the format of the timestamp used in the build log filename in the format
 used by strftime.
 .TP

Reply to: