Accepting request 974435 from system:packagemanager
Update debhelper to version 13.7.1 OBS-URL: https://build.opensuse.org/request/show/974435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debhelper?expand=0&rev=10
This commit is contained in:
commit
9b3fe539e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6be74ac92874b4450e3b35ef22ca6468f148bacdb53b7c2df066f1060f9038b0
|
||||
size 1085403
|
3
debhelper-debian-13.7.1.tar.gz
Normal file
3
debhelper-debian-13.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6227704f1b27e1e82371e4b8910f2e99100e2a7aab3d3b3578178a512015c2f
|
||||
size 1100859
|
@ -1,9 +1,9 @@
|
||||
--- debhelper-debian-10.10.9.orig/Makefile 2017-11-19 12:06:36.000000000 +0100
|
||||
+++ debhelper-debian-10.10.9/Makefile 2021-03-16 15:28:10.188324493 +0100
|
||||
@@ -56,14 +56,8 @@
|
||||
|
||||
|
||||
POD2MAN_FLAGS=--utf8 -c Debhelper -r "$(VERSION)"
|
||||
|
||||
|
||||
-ifneq ($(USE_NLS),no)
|
||||
-# l10n to be built is determined from .po files
|
||||
-LANGS?=$(notdir $(basename $(wildcard man/po4a/po/*.po)))
|
||||
@ -12,11 +12,12 @@
|
||||
LANGS=
|
||||
LANG_TARGETS =
|
||||
-endif
|
||||
|
||||
build: $(LANG_TARGETS) version debhelper.7 debhelper-obsolete-compat.7 $(MANPAGES)
|
||||
|
||||
@@ -110,12 +104,6 @@
|
||||
|
||||
|
||||
build: $(LANG_TARGETS) version debhelper.7 debhelper-compat-upgrade-checklist.7 debhelper-obsolete-compat.7 $(MANPAGES)
|
||||
|
||||
|
||||
@@ -113,12 +107,6 @@
|
||||
|
||||
clean:
|
||||
rm -f *-stamp *.1 *.7 lib/Debian/Debhelper/Dh_Version.pm
|
||||
-ifneq ($(USE_NLS),no)
|
||||
@ -25,6 +26,6 @@
|
||||
- for lang in $(LANGS); do \
|
||||
- if [ -e man/$$lang ]; then rmdir man/$$lang; fi; \
|
||||
- done;
|
||||
|
||||
|
||||
install:
|
||||
install -d $(DESTDIR)$(PREFIX)/bin \
|
||||
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 14:33:58 UTC 2022 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
- Update to version 13.7.1
|
||||
* debhelper.pod: Fix several typos. Thanks to Guillem Jover
|
||||
for pointing them out and proposing corrections.
|
||||
* dh_installalternatives: Correct a file check that caused
|
||||
false-positive rejections of valid alternatives files. Thanks to
|
||||
Hiroyuki YAMAMORI for reporting the bug and providing an initial
|
||||
patch. (Closes: #1009844)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 14:24:56 UTC 2022 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
- Update to version 13.7
|
||||
* dh_installalternatives: Improve validation of alternative files to
|
||||
catch some "obvious" copy-waste mistakes.
|
||||
* dh: Invoke dh_installalternatives after dh_link in compat 14 or
|
||||
later. Thanks to Colin Watson for the suggestion.
|
||||
(Closes: #1002800)
|
||||
* cmake.pm: Drop -DCMAKE_SKIP_RPATH=on in compat v14. Thanks to
|
||||
Vagrant Cascadian for the suggestion and the investigative work on
|
||||
this topic. (Closes: #1004939)
|
||||
* debhelper-compat-upgrade-checklist.pod: New file.
|
||||
* debhelper.pod: Move list of supported compat levels and the related
|
||||
upgrade checklist into debhelper-compat-upgrade-checklist.pod.
|
||||
This means you now need `man 7 debhelper-compat-upgrade-checklist`
|
||||
to see the upgrade checklist.
|
||||
* dh_installdebconf: Support -D/--define command line parameters
|
||||
(mirroring those from dh_installdeb).
|
||||
* Dh_Lib.pm: Cope with "?=" as assignment operator in substvars files
|
||||
to be future proof with (possible) planned addition of "optional
|
||||
substvars. At the moment, debhelper will still always use "=" when
|
||||
adding a substvar but it will now preserve "?=" operator if an
|
||||
existing substvar is modified.
|
||||
* autoconf.pm: Add support for autotest test suites by passing the
|
||||
TESTSUITEFLAGS environment variable to `make test`.
|
||||
* Rewrite handling of stop services to use the `preinst` when using
|
||||
--no-restart-after-upgrade. This fixes a regression caused by
|
||||
the fix for #989155. (Closes: #994204)
|
||||
* dh_installmenu: Respect DPKG_ROOT when checking for update-menus.
|
||||
Note this implementation assumes update-menus is present both
|
||||
inside and outside the chroot to activate. If it is absent on
|
||||
either side, the update-menus call is skipped.
|
||||
* dh_installsysusers: Invoke systemd-sysusers even when DPKG_ROOT
|
||||
is set (relying on `--root`).
|
||||
* dh_installpam: In compat 14, install pam snippets into
|
||||
`/usr/lib/pam.d` instead of `/etc/pam.d`. Remember to remove
|
||||
(now) obsolete conffiles when you bump to compat 14.
|
||||
* debhelper.pod: Correct spelling of DEB_BUILD_MAINT_OPTIONS.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 10:46:23 UTC 2022 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: debhelper
|
||||
Version: 13.6
|
||||
Version: 13.7.1
|
||||
Release: 0
|
||||
Summary: Helper programs for debian/rules
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user