Accepting request 943573 from home:jbaier_cz

Update to version 13.6

OBS-URL: https://build.opensuse.org/request/show/943573
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/debhelper?expand=0&rev=17
This commit is contained in:
2022-01-03 11:07:35 +00:00
committed by Git OBS Bridge
parent ddc2b9398e
commit 03608177b9
4 changed files with 31 additions and 6 deletions

View File

@@ -1,7 +1,32 @@
-------------------------------------------------------------------
Mon Jan 3 10:46:23 UTC 2022 - Jan Baier <jbaier@suse.com>
- Update to version 13.6
* dh_assistant: Avoid creating `debian/.debhelper` when the
which-build-system sub command is invoked. Thanks to
Jelmer Vernooij for spotting that bug.
* dh_assistant: Add new active-compat-level command, which
outputs information about which compat level is declared
and active. It also tells how the compat level was
declared.
* Dh_Lib.pm: Add new function, get_non_binnmu_date_epoch,
only needed for dh_strip_nondeterminism.
* dh_installcron: Add support for `cron.yearly` packaging
file. Thanks to Martin-Éric Racine for the suggestion.
(Closes: #1000363)
* Dh_Lib.pm: Remove support for compat 5 and 6.
* debhelper.pod,debhelper-obsolete-compat.pod: Update to
reflect the new status for compat 5 and 6.
* dh: Add missing _ in execute_after example in POD.
* dh_compress: Exclude .woff and .woff2 by default.
* Update Portuguese translation (Américo Monteiro)
(Closes: #1000719)
-------------------------------------------------------------------
Mon Oct 18 10:28:08 UTC 2021 - Jan Baier <jbaier@suse.com>
-Update to version 13.5.2
- Update to version 13.5.2
* dh_installsystemd: Revert change to deploy systemd files into
usr/lib/systemd. (Closes: #993316, #993759)
* dh_installinit: Ditto.