Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package debhelper for openSUSE:Factory checked in at 2025-08-18 16:56:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/debhelper (Old) and /work/SRC/openSUSE:Factory/.debhelper.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "debhelper" Mon Aug 18 16:56:09 2025 rev:29 rq:1300084 version:13.25 Changes: -------- --- /work/SRC/openSUSE:Factory/debhelper/debhelper.changes 2025-04-14 16:08:19.018604927 +0200 +++ /work/SRC/openSUSE:Factory/.debhelper.new.1085/debhelper.changes 2025-08-18 16:56:11.446740410 +0200 @@ -1,0 +2,22 @@ +Mon Aug 18 11:40:47 UTC 2025 - Jan Baier <jba...@suse.com> + +- update to 13.25 + * debhelper-documentation.json: Correct command for `.ucf` files + * dh: Support `DH_OVERRIDDEN_COMMAND` variable for `override` targets + for cases where the original command is useful as a base. + * debhelper.pod: Update description on automated dependencies + * dh_gencontrol: Fix off-by-one compat guard affecting compat 14. + * In compat 14: Add `Commands` field to binaries to aid `command-not-found` + (Closes: #638517) + * dh_assistant: Explicitly use `JSON::PP::{true,false}` + * dh_assistant: Provide a compat upgrade checklist when upgrading from + compat 7 and on. This can be done via the command + `dh_assistant compat-upgrade-checklist`. + * No longer run `dh_dwz` by default in compat 14+ (Closes: 1016563) + * dh_installmodules: install .modprobe files in /usr/lib with compat 14+ + (Closes: #1107373) + * dh_assistant: Improve wording + * dh_installsystemd: Always stop the service on remove (Closes: #1079181) +- list all installed scripts explicitly in spec to avoid shared-dir-glob-in-files + +------------------------------------------------------------------- Old: ---- debhelper-debian-13.24.2.tar.gz New: ---- debhelper-debian-13.25.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debhelper.spec ++++++ --- /var/tmp/diff_new_pack.UlOo9i/_old 2025-08-18 16:56:12.350778032 +0200 +++ /var/tmp/diff_new_pack.UlOo9i/_new 2025-08-18 16:56:12.350778032 +0200 @@ -17,7 +17,7 @@ Name: debhelper -Version: 13.24.2 +Version: 13.25 Release: 0 Summary: Helper programs for debian/rules License: GPL-2.0-or-later @@ -57,7 +57,7 @@ %patch -P 1 -p1 %endif %if 0%{?suse_version} < 1600 -%patch -P 2 -p0 +%patch -P 2 %endif %build @@ -78,7 +78,73 @@ %files %doc doc/* examples/* debian/changelog debian/copyright %{_mandir}/man*/* -%{_bindir}/* +%{_bindir}/dh +%{_bindir}/dh_installdirs +%{_bindir}/dh_installwm +%{_bindir}/dh_assistant +%{_bindir}/dh_installdocs +%{_bindir}/dh_installxfonts +%{_bindir}/dh_auto_build +%{_bindir}/dh_installemacsen +%{_bindir}/dh_link +%{_bindir}/dh_auto_clean +%{_bindir}/dh_installexamples +%{_bindir}/dh_lintian +%{_bindir}/dh_auto_configure +%{_bindir}/dh_installgsettings +%{_bindir}/dh_listpackages +%{_bindir}/dh_auto_install +%{_bindir}/dh_installifupdown +%{_bindir}/dh_makeshlibs +%{_bindir}/dh_auto_test +%{_bindir}/dh_installinfo +%{_bindir}/dh_md5sums +%{_bindir}/dh_bugfiles +%{_bindir}/dh_installinit +%{_bindir}/dh_missing +%{_bindir}/dh_builddeb +%{_bindir}/dh_installinitramfs +%{_bindir}/dh_movefiles +%{_bindir}/dh_clean +%{_bindir}/dh_installlogcheck +%{_bindir}/dh_movetousr +%{_bindir}/dh_compress +%{_bindir}/dh_installlogrotate +%{_bindir}/dh_perl +%{_bindir}/dh_computeautosubstvars +%{_bindir}/dh_installman +%{_bindir}/dh_prep +%{_bindir}/dh_dwz +%{_bindir}/dh_installmanpages +%{_bindir}/dh_shlibdeps +%{_bindir}/dh_fixperms +%{_bindir}/dh_installmenu +%{_bindir}/dh_strip +%{_bindir}/dh_gencontrol +%{_bindir}/dh_installmime +%{_bindir}/dh_systemd_enable +%{_bindir}/dh_icons +%{_bindir}/dh_installmodules +%{_bindir}/dh_systemd_start +%{_bindir}/dh_install +%{_bindir}/dh_installpam +%{_bindir}/dh_testdir +%{_bindir}/dh_installalternatives +%{_bindir}/dh_installppp +%{_bindir}/dh_testroot +%{_bindir}/dh_installcatalogs +%{_bindir}/dh_installsystemd +%{_bindir}/dh_ucf +%{_bindir}/dh_installchangelogs +%{_bindir}/dh_installsystemduser +%{_bindir}/dh_update_autotools_config +%{_bindir}/dh_installcron +%{_bindir}/dh_installsysusers +%{_bindir}/dh_usrlocal +%{_bindir}/dh_installdeb +%{_bindir}/dh_installtmpfiles +%{_bindir}/dh_installdebconf +%{_bindir}/dh_installudev %{_datadir}/debhelper %{perl_vendorlib}/Debian ++++++ _service ++++++ --- /var/tmp/diff_new_pack.UlOo9i/_old 2025-08-18 16:56:12.378779198 +0200 +++ /var/tmp/diff_new_pack.UlOo9i/_new 2025-08-18 16:56:12.382779364 +0200 @@ -1,4 +1,4 @@ <services> - <service name="download_files" mode="localonly"/> + <service name="download_files" mode="manual" /> </services> ++++++ debhelper-debian-13.24.2.tar.gz -> debhelper-debian-13.25.tar.gz ++++++ ++++ 25182 lines of diff (skipped)