diff --git a/debhelper-debian-13.16.tar.gz b/debhelper-debian-13.16.tar.gz deleted file mode 100644 index 4ef34b9..0000000 --- a/debhelper-debian-13.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8b8e7938bc69aa865744dcc3d0b5bf8703b4a4bc58b55ef7018f2319714a8e0 -size 1167547 diff --git a/debhelper-debian-13.19.tar.gz b/debhelper-debian-13.19.tar.gz new file mode 100644 index 0000000..f2e4c27 --- /dev/null +++ b/debhelper-debian-13.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aff3e394ab29bc37c9bbdfc2ee4f5d16beff24371a9f10beca702de144623bd +size 1182410 diff --git a/debhelper.changes b/debhelper.changes index dd6481f..47b43e9 100644 --- a/debhelper.changes +++ b/debhelper.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Aug 19 13:35:03 UTC 2024 - Jan Baier + +- update to 13.19: + * Fix regression in pkgfile where compat 14 semantics were always active. + Thanks to Salvatore Bonaccorso + * dh_lintian: Reject architecture specific overrides files for M-A: same [c14] + Thanks to Salvatore Bonaccorso (Closes: #1078830) + * perl_makemaker: Fix missing import that broke cross-builds. + Thanks to Helmut Grohne (Closes: #1078707) + * perl-build: Set PKG_CONFIG during cross builds like perl-makemaker. + Thanks to gregor herrmann + * Update on Portuguese translation of man pages + * Reorder default sequence around dh_fixperms and nearby tools in + compat 14. (Closes: #981783, #982457). This should also avoid + future issues like LP#1928381 where Ubuntu's modifications to + `dh_strip` cause differences not visible in Debian. + * dh_assistant: Fix bug the config introspection could be wrong. + * debhelper-documentation.json: Associate with `substvars` with + `dh_gencontrol`. + * Add some config hints to `dh_makeshlibs` and `dh_gencontrol`. + * Bump Standards-Version to 4.7.0 - no changes required + * Dh_Lib.pm: Change `pkgfile` lookup to have opt-in features + rather than always-on in compat 14. Third-party debhelper tools + should update their `pkgfile` calls if they need `named` or/and + architecture specifc configuration files. + * Set PKG_CONFIG when calling Makefile.pl (makemaker) if not already set + * Make `dh_auto_install --destdir` change a pure compat 14 change. + Thanks to Jeremy BĂ­cha . + (Closes: #1074322) +- enable test suite during build + +------------------------------------------------------------------- +Thu Aug 8 08:23:09 UTC 2024 - Jan Baier + +- fix perl compatibility for Leap (bsc#1228955) + ------------------------------------------------------------------- Mon Jul 22 11:04:43 UTC 2024 - Jan Baier diff --git a/debhelper.spec b/debhelper.spec index 23e2027..7f97367 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -17,7 +17,7 @@ Name: debhelper -Version: 13.16 +Version: 13.19 Release: 0 Summary: Helper programs for debian/rules License: GPL-2.0-or-later @@ -30,6 +30,8 @@ Patch0: debhelper-no-localized-manpages.patch Patch1: debhelper-pod2man-no-utf8.patch # PATCH-FIX-UPSTREAM debhelper-fix-perl-version-requirement.patch https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001403 Patch2: debhelper-fix-perl-version-requirement.patch +BuildRequires: dpkg-devel >= 1.18 +BuildRequires: perl-Test-Pod Requires: dh-autoreconf >= 17 Requires: dpkg >= 1.18 Requires: strip-nondeterminism @@ -54,13 +56,16 @@ as part of their build process. %if 0%{?suse_version} && 0%{?suse_version} < 1130 %patch -P 1 -p1 %endif -%if 0%{?sle_version} == 150500 +%if 0%{?suse_version} < 1600 %patch -P 2 -p0 %endif %build %make_build VERSION='%{version}' +%check +%make_build test + %install %make_install