[Python-modules-commits] [colorclass] 01/01: Tell dh_compress to leave example.py alone.

Carl Suster arcresu-guest at moszumanska.debian.org
Sun Jan 8 12:43:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch master
in repository colorclass.

commit 5ea73fa1106969b728fcc6947b0fd3ac59b99e19
Author: Carl Suster <carl at contraflo.ws>
Date:   Sun Jan 8 23:43:36 2017 +1100

    Tell dh_compress to leave example.py alone.
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 19ea421..3e386fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+colorclass (2.2.0-2) UNRELEASED; urgency=medium
+
+  * Tell dh_compress to leave example.py alone.
+
+ -- Carl Suster <carl at contraflo.ws>  Sun, 08 Jan 2017 23:41:00 +1100
+
 colorclass (2.2.0-1) experimental; urgency=medium
 
   * Initial release (Closes: #850087)
diff --git a/debian/rules b/debian/rules
index 43c3315..aae6151 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ export PYBUILD_AFTER_TEST=rm {build_dir}/example.py
 
 %:
 	dh $@ --with python3 --buildsystem pybuild
+
+override_dh_compress:
+	dh_compress -X example.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/colorclass.git



More information about the Python-modules-commits mailing list