[Python-modules-commits] [python-qtawesome] 01/09: Filter spurious bytecode files from tarball
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Apr 5 17:38:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository python-qtawesome.
commit a2d975124edfa766b0cdc72e9927463322decd40
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Mar 16 12:46:48 2017 +0000
Filter spurious bytecode files from tarball
---
debian/copyright | 2 ++
debian/watch | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/copyright b/debian/copyright
index bead9b8..1796914 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: qtawesome
Source: https://github.com/spyder-ide/qtawesome
+Comment: Spurious bytecode files are excluded.
+Files-Excluded: qtawesome/tests/__pycache__/*
Files: *
Copyright: 2015 The Spyder Development Team
diff --git a/debian/watch b/debian/watch
index e195b08..8332be2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,5 @@
version=4
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+opts=repacksuffix=+ds1,\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.?\d+)?$//,\
+uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/QtAwesome/QtAwesome@ANY_VERSION@@ARCHIVE_EXT@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtawesome.git
More information about the Python-modules-commits
mailing list