summaryrefslogtreecommitdiffstats
path: root/tags/p/patch-file-present-but-not-mentioned-in-series.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/p/patch-file-present-but-not-mentioned-in-series.tag')
-rw-r--r--tags/p/patch-file-present-but-not-mentioned-in-series.tag14
1 files changed, 14 insertions, 0 deletions
diff --git a/tags/p/patch-file-present-but-not-mentioned-in-series.tag b/tags/p/patch-file-present-but-not-mentioned-in-series.tag
new file mode 100644
index 0000000..5bfc582
--- /dev/null
+++ b/tags/p/patch-file-present-but-not-mentioned-in-series.tag
@@ -0,0 +1,14 @@
+Tag: patch-file-present-but-not-mentioned-in-series
+Severity: warning
+Check: debian/patches/quilt
+Explanation: The specified patch is present under the <code>debian/patches</code>
+ directory but is not mentioned in any "series" or "00list" file.
+ .
+ This may mean that a patch was created with the intention of modifying
+ the package but is not being applied.
+ .
+ Please either add the filename to the series file, or ensure it is
+ commented-out in a form that Lintian can recognise, for example:
+ .
+ 0001&lowbar;fix-foo.patch
+ # 0002&lowbar;fix-bar.patch