[med-svn] [python-schema-salad] 09/09: remove errant .coverage file
Michael Crusoe
misterc-guest at moszumanska.debian.org
Fri Jan 13 05:29:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository python-schema-salad.
commit 75763568c4f7ab4bcd02ec3e1be6d59ad33481fa
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Thu Jan 12 00:22:59 2017 -0800
remove errant .coverage file
---
debian/changelog | 2 +-
debian/rules | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0bf33e2..6c7aaaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-schema-salad (2.2.20170111180227-1) UNRELEASED; urgency=medium
+python-schema-salad (2.2.20170111180227-1) unstable; urgency=medium
[ Andreas Tille ]
* Team upload.
diff --git a/debian/rules b/debian/rules
index 7b0cef7..031cfdc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_build:
debian/schema-salad-tool.1
sed -i 's/__main__.py/schema-salad-tool/g' debian/schema-salad-tool.1
sed -i 's/PYTHON/SCHEMA-SALAD-TOOL/g' debian/schema-salad-tool.1
+ find . -name "*.coverage" -delete
override_dh_auto_clean:
rm -f debian/*.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-schema-salad.git
More information about the debian-med-commit
mailing list