forked from pool/debhelper
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
60c5e8deaa | ||
31d7f8259b | |||
|
5036aa3568 | ||
4febd4ba38 | |||
|
00ba4bfb2c | ||
c56c5b6fe6 | |||
|
4dcc400aa6 | ||
874418cf16 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8b8e7938bc69aa865744dcc3d0b5bf8703b4a4bc58b55ef7018f2319714a8e0
|
||||
size 1167547
|
3
debhelper-debian-13.24.1.tar.gz
Normal file
3
debhelper-debian-13.24.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3349be1e58698fa7732812995095b9ba24ac97db50e4aeed228b24e3610802e3
|
||||
size 1189394
|
@ -1,3 +1,100 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 13:39:37 UTC 2025 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
- update to 13.24.1
|
||||
* Fix regression when running 'meson test' (Closes: #1093436)
|
||||
* Add CHANGELOG.org as a supported type of changelog (Closes: #1090956)
|
||||
* Update dh_installchangelogs doc regarding support for org mode
|
||||
* autoscripts: Assume DPKG_ROOT is set but possibly empty
|
||||
* Update German translation of manpages (Closes: #1091005)
|
||||
* debhelper-compat-upgrade-checklist.pod: Fix typo
|
||||
* meson.pm: pass --verbose to meson test (Closes: #1090846)
|
||||
* dh_installsystemd: Respect -n/--no-scripts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 09:36:46 UTC 2025 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
- update to 13.23:
|
||||
* makefile.pm: Preserve return value from `sub install`
|
||||
* Bring back the python-distutils build-system. It is clearly
|
||||
used given removing it caused 200+ FTBFS bugs. Hoever, it is
|
||||
also clearly not used (becuase using it would cause FTBFS
|
||||
bugs). Instead packages seem to just override all the
|
||||
`dh_auto_*` commands and what breaks with the full removal
|
||||
is that `dh` cannot find the build system.
|
||||
(Reopens: #1089715)
|
||||
* dh_installlog{check,rotate}: Re-added `named` `pkgfile`s in
|
||||
compat 14+
|
||||
* Dh_Lib.pm: Recognize `!=` substvars.
|
||||
Thanks to Guillem Jover <guillem@debian.org>
|
||||
* Revert "dh_installsysusers: Temporarily add opensysusers
|
||||
alternative". The work around is no longer needed. Thanks
|
||||
to Samuel Thibault <sthibault@debian.org>.
|
||||
* Fix some typos and formatting issues in man pages.
|
||||
Thanks to Christoph Brinkhaus <c.brinkhaus@t-online.de>
|
||||
(Closes: #1083170)
|
||||
* Fix typo of `dh_gencontrol` in man page
|
||||
* Remove the defunct python-distutils build-system retroactively.
|
||||
Thanks to Colin Watson <cjwatson@debian.org> (Closes: #1089715)
|
||||
* dh_fixperms: Remove `exec` bit from files in `/usr/share/themes`
|
||||
* Replace `dh-buildinfo` without the `dh_buildinfo` to ease transition.
|
||||
As requested in #1068809, `debhelper` will temporarily provide
|
||||
`dh-buildinfo` with relevant `Conflicts` and `Replaces` to ensure
|
||||
apt can find a solution. The provides is only on a metadata level,
|
||||
since most packages no longer use `dh_buildinfo` directly or cope
|
||||
gracefully with its removal. A few packages are expected to break,
|
||||
which will be cleaned up by people who volunteered in #1068809.
|
||||
If your package starts to FTBFS as a consequence of this change,
|
||||
please remove the call to `dh_buildinfo`.
|
||||
See: #1068809
|
||||
* dh_auto_install: Ensure sane minimum mode in destdir [c14]
|
||||
(Closes: #1082724)
|
||||
* Update German translation of man pages (Closes: #1083169)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 08:15:05 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||
|
||||
- update to 13.20:
|
||||
* dh_installsysusers: Temporarily add opensysusers alternative.
|
||||
(See #1076045)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package debhelper
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: debhelper
|
||||
Version: 13.16
|
||||
Version: 13.24.1
|
||||
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