[Python-modules-commits] [flufl.enum] 01/01: * d/rules: - Revert the previous change removing the bogus egg-info. - Remove unnecessary override_dh_auto_install. * d/tests: Added DEP-8 smoke tests.

Barry Warsaw barry at moszumanska.debian.org
Thu Oct 29 14:15:15 UTC 2015


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

barry pushed a commit to branch master
in repository flufl.enum.

commit 190f2fe9874369daef4d06582444b1e0cf1a549f
Author: Barry Warsaw <barry at python.org>
Date:   Thu Oct 29 10:15:10 2015 -0400

    * d/rules:
      - Revert the previous change removing the bogus egg-info.
      - Remove unnecessary override_dh_auto_install.
    * d/tests: Added DEP-8 smoke tests.
---
 debian/changelog     | 5 ++++-
 debian/rules         | 3 ---
 debian/tests/control | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4f60333..89a2885 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 flufl.enum (4.1-2) UNRELEASED; urgency=medium
 
-  * d/rules: Revert the previous change removing the bogus egg-info.
+  * d/rules:
+    - Revert the previous change removing the bogus egg-info.
+    - Remove unnecessary override_dh_auto_install.
+  * d/tests: Added DEP-8 smoke tests.
 
  -- Barry Warsaw <barry at debian.org>  Wed, 21 Oct 2015 11:46:37 -0400
 
diff --git a/debian/rules b/debian/rules
index dbedbbe..5b92988 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,3 @@ override_dh_installchangelogs:
 override_dh_installdocs:
 	python setup.py build_sphinx
 	dh_installdocs build/sphinx/html
-
-override_dh_auto_install:
-	dh_auto_install
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..56b2cdd
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: python -c "import flufl.enum; print flufl.enum"
+
+Test-Command: python3 -c "import flufl.enum; print(flufl.enum)"

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



More information about the Python-modules-commits mailing list