Accepting request 1194724 from system:packagemanager
Update to 13.19, enable test suite during build. OBS-URL: https://build.opensuse.org/request/show/1194724 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debhelper?expand=0&rev=24
This commit is contained in:
commit
4dcc400aa6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8b8e7938bc69aa865744dcc3d0b5bf8703b4a4bc58b55ef7018f2319714a8e0
|
||||
size 1167547
|
3
debhelper-debian-13.19.tar.gz
Normal file
3
debhelper-debian-13.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aff3e394ab29bc37c9bbdfc2ee4f5d16beff24371a9f10beca702de144623bd
|
||||
size 1182410
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 13:35:03 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
- update to 13.19:
|
||||
* Fix regression in pkgfile where compat 14 semantics were always active.
|
||||
Thanks to Salvatore Bonaccorso <carnil@debian.org>
|
||||
* dh_lintian: Reject architecture specific overrides files for M-A: same [c14]
|
||||
Thanks to Salvatore Bonaccorso <carnil@debian.org> (Closes: #1078830)
|
||||
* perl_makemaker: Fix missing import that broke cross-builds.
|
||||
Thanks to Helmut Grohne <helmut@subdivi.de> (Closes: #1078707)
|
||||
* perl-build: Set PKG_CONFIG during cross builds like perl-makemaker.
|
||||
Thanks to gregor herrmann <gregoa@debian.org>
|
||||
* 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 <jeremy.bicha@canonical.com>.
|
||||
(Closes: #1074322)
|
||||
- enable test suite during build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 08:23:09 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
- fix perl compatibility for Leap (bsc#1228955)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 11:04:43 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user