From f69bc5d7364d46c3c9d87ad79deed7a74fd4dd663abf0f6899b8d772b9c2fdb9 Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Thu, 5 Jan 2023 11:24:46 +0000 Subject: [PATCH] Accepting request 1056127 from home:dirkmueller:Factory - update to 13.11.4: * meson.pm: Pass --destdir to `meson install`. (Closes: #1027014) * Dh_Lib.pm: Have addsubstvars check the value for newlines (Closes: #1026014) * Stop using (fake)root for mkdirs again. Should have been removed as a part of the clean up in the previous upload but was overlooked causing breakage in packages still having `Rules-Requires-Root: binary-targets`. (Closes: #1026125) * PROGRAMMING.md: Fix typos * Dh_Lib.pm: Remove unused third parameter from install_dh_config_file * makefile.pm: Provide hook for subclasses to reuse cross-build support * Dh_Lib.pm: Revert change where `install_{file,prog,lib}` would use chown. The problem that prompted this change was not caused by debhelper but by fakeroot (#1024544) and the change in debhelper would not even function as a work around in this case. Accordingly, the extra complexity is not worth it and has been reverted. * Dh_Lib.pm: Fix typo in warning message about dherroron OBS-URL: https://build.opensuse.org/request/show/1056127 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/debhelper?expand=0&rev=27 --- debhelper-debian-13.11.1.tar.gz | 3 --- debhelper-debian-13.11.4.tar.gz | 3 +++ debhelper.changes | 20 ++++++++++++++++++++ debhelper.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 debhelper-debian-13.11.1.tar.gz create mode 100644 debhelper-debian-13.11.4.tar.gz diff --git a/debhelper-debian-13.11.1.tar.gz b/debhelper-debian-13.11.1.tar.gz deleted file mode 100644 index 3d994e8..0000000 --- a/debhelper-debian-13.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:699fb0727bc8a5e3d2bbda56e80d14eb9c5e7279b8d239c50a732b4234aeb076 -size 1118893 diff --git a/debhelper-debian-13.11.4.tar.gz b/debhelper-debian-13.11.4.tar.gz new file mode 100644 index 0000000..782189f --- /dev/null +++ b/debhelper-debian-13.11.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2734f4bddc096654ac80cf171ec846774fa2bfe9f15b4f7243d84192951228 +size 1119145 diff --git a/debhelper.changes b/debhelper.changes index 5369f03..d25b262 100644 --- a/debhelper.changes +++ b/debhelper.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Jan 5 07:13:31 UTC 2023 - Dirk Müller + +- update to 13.11.4: + * meson.pm: Pass --destdir to `meson install`. (Closes: #1027014) + * Dh_Lib.pm: Have addsubstvars check the value for newlines (Closes: #1026014) + * Stop using (fake)root for mkdirs again. + Should have been removed as a part of the clean up in the previous + upload but was overlooked causing breakage in packages still having + `Rules-Requires-Root: binary-targets`. (Closes: #1026125) + * PROGRAMMING.md: Fix typos + * Dh_Lib.pm: Remove unused third parameter from install_dh_config_file + * makefile.pm: Provide hook for subclasses to reuse cross-build support + * Dh_Lib.pm: Revert change where `install_{file,prog,lib}` would use chown. + The problem that prompted this change was not caused by debhelper but + by fakeroot (#1024544) and the change in debhelper would not even + function as a work around in this case. Accordingly, the extra + complexity is not worth it and has been reverted. + * Dh_Lib.pm: Fix typo in warning message about dherroron + ------------------------------------------------------------------- Mon Dec 12 09:17:57 UTC 2022 - Jan Baier diff --git a/debhelper.spec b/debhelper.spec index 2b92346..70236de 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -1,7 +1,7 @@ # # spec file for package debhelper # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: debhelper -Version: 13.11.1 +Version: 13.11.4 Release: 0 Summary: Helper programs for debian/rules License: GPL-2.0-or-later