[Python-modules-commits] [python-aiohttp] 01/03: d/rules: clean generated C files. Closes: #880352
Vincent Bernat
bernat at moszumanska.debian.org
Sun Nov 26 18:15:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to tag debian/2.2.3-2
in repository python-aiohttp.
commit 072b98813bec20e0ded34389e91078fd369270d9
Author: Vincent Bernat <bernat at debian.org>
Date: Sun Nov 26 19:06:57 2017 +0100
d/rules: clean generated C files. Closes: #880352
---
debian/changelog | 6 ++++++
debian/rules | 1 +
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6f64715..94ade01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-aiohttp (2.2.3-2) unstable; urgency=medium
+
+ * d/rules: clean generated C files. Closes: #880352.
+
+ -- Vincent Bernat <bernat at debian.org> Sun, 26 Nov 2017 19:06:47 +0100
+
python-aiohttp (2.2.3-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/rules b/debian/rules
index d5dd009..ab47406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ export PYBUILD_TEST_ARGS={dir}/tests
override_dh_auto_clean:
rm -rf .cache
dh_auto_clean
+ rm -f aiohttp/_*.c
override_dh_strip:
dh_strip --no-automatic-dbgsym
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aiohttp.git
More information about the Python-modules-commits
mailing list