summaryrefslogtreecommitdiffstats
path: root/tags/p/package-contains-python-dot-directory.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/p/package-contains-python-dot-directory.tag')
-rw-r--r--tags/p/package-contains-python-dot-directory.tag12
1 files changed, 12 insertions, 0 deletions
diff --git a/tags/p/package-contains-python-dot-directory.tag b/tags/p/package-contains-python-dot-directory.tag
new file mode 100644
index 0000000..727c761
--- /dev/null
+++ b/tags/p/package-contains-python-dot-directory.tag
@@ -0,0 +1,12 @@
+Tag: package-contains-python-dot-directory
+Severity: warning
+Check: files/names
+Explanation: The package contains files left over from a Python build
+ process, such as cached output from <code>pytest</code>.
+ .
+ Users of your package probably do not need the files. Please rebuild
+ your package with a newer version of <code>pybuild/dh-python</code>.
+ Many of the files will disappear.
+ .
+ Usually, the files contain time-stamped data. They will prevent your
+ package from being reproducible.