summaryrefslogtreecommitdiffstats
path: root/tags/m/maintainer-script-should-not-use-dpkg-maintscript-helper.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/m/maintainer-script-should-not-use-dpkg-maintscript-helper.tag')
-rw-r--r--tags/m/maintainer-script-should-not-use-dpkg-maintscript-helper.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/m/maintainer-script-should-not-use-dpkg-maintscript-helper.tag b/tags/m/maintainer-script-should-not-use-dpkg-maintscript-helper.tag
new file mode 100644
index 0000000..bd28c61
--- /dev/null
+++ b/tags/m/maintainer-script-should-not-use-dpkg-maintscript-helper.tag
@@ -0,0 +1,10 @@
+Tag: maintainer-script-should-not-use-dpkg-maintscript-helper
+Severity: warning
+Check: scripts
+Explanation: The maintainer script seems to make manual calls to the
+ <code>dpkg-maintscript-helper(1)</code> utility.
+ .
+ Please use <code>package.maintscript</code> files instead; the
+ <code>dh&lowbar;installdeb(1)</code> tool will do some basic validation of some of
+ the commands listed in this file to catch common mistakes.
+See-Also: dpkg-maintscript-helper(1), dh_installdeb(1)