-Update to version 13.5.2
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/debhelper?expand=0&rev=16
This commit is contained in:
parent
bb6c720197
commit
8a9689ef15
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:196c46757c8bf321fcc74cc087c2e92ec20905cd0afccf01d60aa2765e806b9a
|
||||
size 1062358
|
3
debhelper-debian-13.5.2.tar.gz
Normal file
3
debhelper-debian-13.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66a6a9ffeafb95c483e6a2688fc41e05f3811a722dbd59dd489b3eb21b88da0b
|
||||
size 1081293
|
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 18 10:28:08 UTC 2021 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
-Update to version 13.5.2
|
||||
* dh_installsystemd: Revert change to deploy systemd files into
|
||||
usr/lib/systemd. (Closes: #993316, #993759)
|
||||
* dh_installinit: Ditto.
|
||||
* dh_systemd_enable: Ditto.
|
||||
* dh_systemd_start: Ditto.
|
||||
* SequencerUtil.pm: Remove duplicate "-a" option to some commands.
|
||||
Thanks to Christoph Berg for reporting the issue.
|
||||
(Closes: #971761)
|
||||
* dh_installdeb: Revert the change to rewrite `rm_conffiles` into
|
||||
`remove-on-upgrade` due to it causing bugs in non-trivial cases.
|
||||
(Closes: #994919)
|
||||
* dh_installtmpfiles: Add missing option name in POD documentation.
|
||||
* cmake.pm: make it possible to override dh provided ctest arguments
|
||||
* cmake.pm: Add missing import which broke cmake related builds.
|
||||
Thanks to Boyuan Yang for reporting the issue.
|
||||
(Closes: #993345)
|
||||
* dh_installdeb: Install debian/conffiles in compat 12+ again
|
||||
(undoing the compat 12 change saying dh_installdeb would ignore
|
||||
this file). The file can now be using for the activating the
|
||||
`remove-on-upgrade` feature from dpkg 1.20.
|
||||
* dh_installdeb: Automatically rewrite `rm_conffiles` into the
|
||||
new `remove-on-upgrade` feature from dpkg when possible.
|
||||
* cmake.pm: Pass `ARGS+=--verbose` to make when running tests
|
||||
in the cmake+make variant except when "terse" is in
|
||||
DEB_BUILD_OPTIONS. Thanks to Paul Wise for the suggestion.
|
||||
(Closes: #992623)
|
||||
* python_support.pm: Remove obsolete dh addon. It did nothing
|
||||
but warn and nothing used it anymore.
|
||||
* dh: Document debhelper provided dh addon sequences.
|
||||
* single_binary.pm: New dh addon ("single-binary") that explicitly
|
||||
activates the "single binary" work flow, where dh_auto_install
|
||||
uses debian/<pkg> as default --destdir when there is only a
|
||||
single binary package. It will error out if used in a
|
||||
source package building multiple binary packages.
|
||||
* dh: Activate "single-binary" addon by default in compat levels
|
||||
up to and including compat 14 when the source package only lists
|
||||
one binary package in debian/control. In compat 14, emit a warning
|
||||
when this happens implicitly requesting users to explicitly enable
|
||||
or disable the addon for single binary source packages to avoid
|
||||
surprises in compat 15.
|
||||
* dh_auto_install: In compat 15, remove special-case default for
|
||||
--destdir for single binary source packages. If the previous
|
||||
default is desired, please use the "single-binary" dh addon or
|
||||
explicitly pass --destdir to dh_auto_install.
|
||||
(Closes: #971432)
|
||||
* debian/control: Provide dh-sequence-single-binary.
|
||||
* debhelper.pod: Document the dh_auto_install will change behaviour
|
||||
in compat 15 for single binary packages and dh will warning about
|
||||
that in compat 14.
|
||||
* dh_assistant: New tool for assisting third-party tools. At the
|
||||
moment, it primarily supports introspection related features but
|
||||
will hopefully be extended to support more use cases.
|
||||
(Closes: #984900)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 18 09:14:43 UTC 2021 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: debhelper
|
||||
Version: 13.4.1
|
||||
Version: 13.5.2
|
||||
Release: 0
|
||||
Summary: Helper programs for debian/rules
|
||||
License: GPL-2.0-or-later
|
||||
@ -28,8 +28,8 @@ Source0: https://salsa.debian.org/debian/debhelper/-/archive/debian/%{ver
|
||||
Patch0: debhelper-no-localized-manpages.patch
|
||||
# PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
|
||||
Patch1: debhelper-pod2man-no-utf8.patch
|
||||
Requires: dh-autoreconf > 10
|
||||
Requires: dpkg
|
||||
Requires: dh-autoreconf >= 17
|
||||
Requires: dpkg >= 1.18
|
||||
Requires: strip-nondeterminism
|
||||
Provides: deb:%{_bindir}/dh_install
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user