[Python-modules-commits] [enum34] 01/01: d/pypy-enum34.pyremove: Added.
Barry Warsaw
barry at moszumanska.debian.org
Wed May 11 18:53:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository enum34.
commit 18d14faa2b5d9498ef1b6fd4171a92e29f5d92df
Author: Barry Warsaw <barry at python.org>
Date: Wed May 11 14:50:51 2016 -0400
d/pypy-enum34.pyremove: Added.
---
debian/changelog | 1 +
debian/pypy-enum34.pyremove | 2 ++
debian/tests/control | 8 ++++++++
3 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ebb2e2c..c5febc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ enum34 (1.1.5-1) unstable; urgency=medium
- Swap Maintainer and Uploaders.
- Add Testsuite: autopkgtest (we can't use autopkgtest-pkg-python)
* d/tests/control: Add simple DEP-8 tests.
+ * d/pypy-enum34.pyremove: Added.
-- Barry Warsaw <barry at debian.org> Wed, 11 May 2016 14:39:45 -0400
diff --git a/debian/pypy-enum34.pyremove b/debian/pypy-enum34.pyremove
new file mode 100644
index 0000000..92d42d4
--- /dev/null
+++ b/debian/pypy-enum34.pyremove
@@ -0,0 +1,2 @@
+enum34*.egg-info/SOURCES.txt
+*/LICENSE
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..327f4b3
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,8 @@
+# We can't use autodep8 because the name of the Debian package is
+# 'enum34' but the name of the Python module is 'enum'.
+
+Test-Command: cd "$ADTTMP" ; python -c "import enum; print enum"
+Depends: python-enum34
+
+Test-Command: cd "$ADTTMP" ; pypy -c "import enum; print enum"
+Depends: pypy-enum34
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/enum34.git
More information about the Python-modules-commits
mailing list