summaryrefslogtreecommitdiffstats
path: root/tags/o/override_dh_fixperms-does-not-call-dh_fixperms.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/o/override_dh_fixperms-does-not-call-dh_fixperms.tag')
-rw-r--r--tags/o/override_dh_fixperms-does-not-call-dh_fixperms.tag12
1 files changed, 12 insertions, 0 deletions
diff --git a/tags/o/override_dh_fixperms-does-not-call-dh_fixperms.tag b/tags/o/override_dh_fixperms-does-not-call-dh_fixperms.tag
new file mode 100644
index 0000000..5263562
--- /dev/null
+++ b/tags/o/override_dh_fixperms-does-not-call-dh_fixperms.tag
@@ -0,0 +1,12 @@
+Tag: override_dh_fixperms-does-not-call-dh_fixperms
+Severity: warning
+Check: debian/rules
+Explanation: The <code>debian/rules</code> file for this package has an
+ <code>override&lowbar;dh&lowbar;fixperms</code> target that does not reference
+ <code>dh&lowbar;fixperms</code>.
+ .
+ This can result in packages inheriting the <code>umask(2)</code> of the build
+ process, rendering the package unreproducible.
+ .
+ Please add a call to <code>dh&lowbar;fixperms</code>.
+See-Also: Bug#885909