[Python-modules-commits] [nevow] 05/05: Don't compress tac files
Vincent Bernat
bernat at moszumanska.debian.org
Fri Jan 1 07:15:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository nevow.
commit af019e5c416bbf117cebaaad10ebcb89bc1d1609
Author: Vincent Bernat <vincent at bernat.im>
Date: Fri Jan 1 08:10:37 2016 +0100
Don't compress tac files
---
debian/changelog | 1 +
debian/rules | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f9808be..9c1fb62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ nevow (0.11.1-2) unstable; urgency=medium
to transform it to HTML. Closes: #808506.
* Bump Standards-Version to 3.9.6.
* Add a lintian override about Canvas.* (fla is source file for swf).
+ * Don't compress tac files either.
-- Vincent Bernat <bernat at debian.org> Fri, 01 Jan 2016 08:07:03 +0100
diff --git a/debian/rules b/debian/rules
index ab0df3b..3fc6d6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,5 @@ override_dh_auto_test:
PYBUILD_TEST_ARGS="{interpreter} /usr/bin/trial nevow formless" dh_auto_test
rm .pybuild/pythonX.Y_2.7/build/doc
-
override_dh_compress:
- dh_compress -X.py
+ dh_compress -X.py -X.tac
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nevow.git
More information about the Python-modules-commits
mailing list