[Python-modules-commits] r34210 - in packages/genshi/trunk/debian (5 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Tue Sep 8 22:17:24 UTC 2015
Date: Tuesday, September 8, 2015 @ 22:17:21
Author: barry
Revision: 34210
* debian/tests: Add simple DEP-8 tests for both Python 2 and 3.
* debian/python3-genshi.pyremove: Removed.
Added:
packages/genshi/trunk/debian/tests/
packages/genshi/trunk/debian/tests/control
Modified:
packages/genshi/trunk/debian/changelog
packages/genshi/trunk/debian/control
Deleted:
packages/genshi/trunk/debian/python3-genshi.pyremove
Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog 2015-09-08 20:33:55 UTC (rev 34209)
+++ packages/genshi/trunk/debian/changelog 2015-09-08 22:17:21 UTC (rev 34210)
@@ -3,6 +3,8 @@
* debian/patches/issue602.patch: Upstream patch for Python 3.5
compatibility.
* debian/control: Bump Standards-Version with no other changes needed.
+ * debian/tests: Add simple DEP-8 tests for both Python 2 and 3.
+ * debian/python3-genshi.pyremove: Removed.
-- Barry Warsaw <barry at debian.org> Tue, 08 Sep 2015 16:33:40 -0400
Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control 2015-09-08 20:33:55 UTC (rev 34209)
+++ packages/genshi/trunk/debian/control 2015-09-08 22:17:21 UTC (rev 34210)
@@ -12,6 +12,7 @@
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
+Testsuite: autopkgtest
Homepage: http://genshi.edgewall.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/genshi/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/genshi/trunk/
Deleted: packages/genshi/trunk/debian/python3-genshi.pyremove
===================================================================
--- packages/genshi/trunk/debian/python3-genshi.pyremove 2015-09-08 20:33:55 UTC (rev 34209)
+++ packages/genshi/trunk/debian/python3-genshi.pyremove 2015-09-08 22:17:21 UTC (rev 34210)
@@ -1,2 +0,0 @@
-/genshi/* 3.4
-/Genshi*.egg-info/* 3.4
Added: packages/genshi/trunk/debian/tests/control
===================================================================
--- packages/genshi/trunk/debian/tests/control (rev 0)
+++ packages/genshi/trunk/debian/tests/control 2015-09-08 22:17:21 UTC (rev 34210)
@@ -0,0 +1,4 @@
+Test-Command: cd $ADTTMP; /usr/bin/python2 -c "import genshi"
+
+Test-Command: cd $ADTTMP; for py3 in `py3versions -s`; do $py3 -c "import genshi"; done
+Depends: @, python3-all
More information about the Python-modules-commits
mailing list