[Python-modules-commits] [python-pyramid] 02/02: Keep lintian happy.
Barry Warsaw
barry at moszumanska.debian.org
Mon Jan 4 21:41:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pyramid.
commit 0e99a77fd75554f78df05d0cb65102e79c6f190f
Author: Barry Warsaw <barry at ubuntu.com>
Date: Mon Jan 4 16:41:35 2016 -0500
Keep lintian happy.
* d/python{,3}-pyramid.lintian-overrides: Ignore the warnings caused by
test data files in importable locations.
* d/rules: Ensure the installed pdfs aren't executable.
---
debian/changelog | 3 +++
debian/rules | 1 +
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b3f7e97..7042391 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ python-pyramid (1.6+dfsg-1) unstable; urgency=medium
* d/watch: Adjust filenamemangle to account for seemingly recent uscan
behavior change where it doesn't strip everything before the last slash.
* d/patches: Updated via git-dpm.
+ * d/python{,3}-pyramid.lintian-overrides: Ignore the warnings caused by
+ test data files in importable locations.
+ * d/rules: Ensure the installed pdfs aren't executable.
-- Barry Warsaw <barry at debian.org> Mon, 04 Jan 2016 15:37:55 -0500
diff --git a/debian/rules b/debian/rules
index cb3a094..042b08b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ override_dh_auto_install:
for file in * ; do \
mv $${file} $${file}3; \
done
+ find $(CURDIR)/debian -name \*.pdf -exec chmod -x {} \;
override_dh_installman:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyramid.git
More information about the Python-modules-commits
mailing list