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
This commit is contained in:
Jan Baier 2023-01-05 11:24:46 +00:00 committed by Git OBS Bridge
parent 982a371dc3
commit f69bc5d736
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:699fb0727bc8a5e3d2bbda56e80d14eb9c5e7279b8d239c50a732b4234aeb076
size 1118893

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c2734f4bddc096654ac80cf171ec846774fa2bfe9f15b4f7243d84192951228
size 1119145

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jan 5 07:13:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <jbaier@suse.com>

View File

@ -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