[Python-modules-commits] r23097 - in packages/foolscap/trunk/debian (4 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Wed Nov 28 21:18:44 UTC 2012
Date: Wednesday, November 28, 2012 @ 21:18:42
Author: jtaylor-guest
Revision: 23097
add autopkgtests
Added:
packages/foolscap/trunk/debian/tests/
packages/foolscap/trunk/debian/tests/control
packages/foolscap/trunk/debian/tests/unittests
Modified:
packages/foolscap/trunk/debian/changelog
Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog 2012-11-28 21:15:51 UTC (rev 23096)
+++ packages/foolscap/trunk/debian/changelog 2012-11-28 21:18:42 UTC (rev 23097)
@@ -1,3 +1,9 @@
+foolscap (0.6.4-2) UNRELEASED; urgency=low
+
+ * add autopkgtests
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Wed, 28 Nov 2012 22:02:02 +0100
+
foolscap (0.6.4-1) unstable; urgency=low
* New upstream release (Closes: #678096)
Added: packages/foolscap/trunk/debian/tests/control
===================================================================
--- packages/foolscap/trunk/debian/tests/control (rev 0)
+++ packages/foolscap/trunk/debian/tests/control 2012-11-28 21:18:42 UTC (rev 23097)
@@ -0,0 +1,9 @@
+Tests: unittests
+Depends: python-all,
+ python-foolscap,
+ python-openssl,
+ python-setuptools,
+ python-twisted-core,
+ python-twisted-web,
+ python-zope.interface
+
Added: packages/foolscap/trunk/debian/tests/unittests
===================================================================
--- packages/foolscap/trunk/debian/tests/unittests (rev 0)
+++ packages/foolscap/trunk/debian/tests/unittests 2012-11-28 21:18:42 UTC (rev 23097)
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -efu
+
+pys="$(pyversions -r)"
+
+cd "$ADTTMP"
+
+for py in $pys; do
+ echo "=== $py ==="
+ $py $(which trial) foolscap
+done
Property changes on: packages/foolscap/trunk/debian/tests/unittests
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list