summaryrefslogtreecommitdiff
path: root/dh_installemacsen
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 /dh_installemacsen
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 'dh_installemacsen')
-rwxr-xr-xdh_installemacsen1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_installemacsen b/dh_installemacsen
index 2e19c1f6..955eb291 100755
--- a/dh_installemacsen
+++ b/dh_installemacsen
@@ -82,6 +82,7 @@ instances of the same text to be added to maintainer scripts.
init(options => {
"flavor=s" => \$dh{FLAVOR},
+ "priority=s" => \$dh{PRIORITY},
});
if (! defined $dh{PRIORITY}) {