Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package debhelper for openSUSE:Factory 
checked in at 2022-05-03 21:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/debhelper (Old)
 and      /work/SRC/openSUSE:Factory/.debhelper.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "debhelper"

Tue May  3 21:19:00 2022 rev:10 rq:974435 version:13.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/debhelper/debhelper.changes      2022-01-04 
19:37:46.333952245 +0100
+++ /work/SRC/openSUSE:Factory/.debhelper.new.1538/debhelper.changes    
2022-05-03 21:19:03.721005477 +0200
@@ -1,0 +2,53 @@
+Mon May  2 14:33:58 UTC 2022 - Jan Baier <jba...@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 <jba...@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.
+
+
+-------------------------------------------------------------------

Old:
----
  debhelper-debian-13.6.tar.gz

New:
----
  debhelper-debian-13.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ debhelper.spec ++++++
--- /var/tmp/diff_new_pack.5mmMZV/_old  2022-05-03 21:19:04.249006138 +0200
+++ /var/tmp/diff_new_pack.5mmMZV/_new  2022-05-03 21:19:04.253006142 +0200
@@ -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

++++++ debhelper-debian-13.6.tar.gz -> debhelper-debian-13.7.1.tar.gz ++++++
++++ 26101 lines of diff (skipped)

++++++ debhelper-no-localized-manpages.patch ++++++
--- /var/tmp/diff_new_pack.5mmMZV/_old  2022-05-03 21:19:04.597006573 +0200
+++ /var/tmp/diff_new_pack.5mmMZV/_new  2022-05-03 21:19:04.601006578 +0200
@@ -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,7 +26,7 @@
 -      for lang in $(LANGS); do \
 -              if [ -e man/$$lang ]; then rmdir man/$$lang; fi; \
 -      done;
- 
+
  install:
        install -d $(DESTDIR)$(PREFIX)/bin \
 

Reply via email to