summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-09-02 09:25:40 +0000
committerNiels Thykier <niels@thykier.net>2018-09-02 09:25:42 +0000
commit39953a681f18030fbc93a27638dc2efc64957c77 (patch)
tree6b8e7a2edd1a608690118adf44f06f90e92860e1 /debian/changelog
parent154074f7e8ebe405962078aebf61cd576456d228 (diff)
downloaddebhelper-39953a681f18030fbc93a27638dc2efc64957c77.tar.gz
Have helpers explicitly declare the --priority parameter
The Dh_Lib library currently defines a number of built-in parameters for all helpers by default. However, some of these parameters turn out to be rarely used (--priority being one of them). This change is an effort to reduce the number of unused parameters supported by Dh_Lib by default. Related MRs: https://salsa.debian.org/tex-team/tex-common/merge_requests/1/diffs Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 277bb1be..bfd6e682 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,12 @@ debhelper (11.4) UNRELEASED; urgency=medium
it enables the following optimization.
* Dh_Lib.pm: Have isnative() special-case debian/changelog to avoid
reparsing that file over and over in the same helper.
+ * dh_gconf: Explicitly declare the --priority parameter with the intend
+ to remove it from the default debhelper options in a later release.
+ * dh_installemacsen: Ditto.
+ * dh_installgsettings: Ditto.
+ * dh_installudev: Ditto.
+ * dh_installwm: Ditto.
[ Juhani Numminen ]
* dh_installsystemd.1: Fix typo in manpage.