[Python-modules-commits] r31541 - in packages/simplejson/trunk/debian (6 files)
xnox at users.alioth.debian.org
xnox at users.alioth.debian.org
Sat Dec 6 18:18:51 UTC 2014
Date: Saturday, December 6, 2014 @ 18:18:50
Author: xnox
Revision: 31541
Add auto-pkg-test. (Closes: #729718)
Added:
packages/simplejson/trunk/debian/tests/
packages/simplejson/trunk/debian/tests/control
packages/simplejson/trunk/debian/tests/upstream
packages/simplejson/trunk/debian/tests/upstream-3
Modified:
packages/simplejson/trunk/debian/changelog
packages/simplejson/trunk/debian/control
Modified: packages/simplejson/trunk/debian/changelog
===================================================================
--- packages/simplejson/trunk/debian/changelog 2014-12-06 15:42:32 UTC (rev 31540)
+++ packages/simplejson/trunk/debian/changelog 2014-12-06 18:18:50 UTC (rev 31541)
@@ -1,3 +1,9 @@
+simplejson (3.6.5-2) UNRELEASED; urgency=medium
+
+ * Add auto-pkg-test. (Closes: #729718)
+
+ -- Dimitri John Ledkov <dimitri.j.ledkov at linux.intel.com> Sat, 06 Dec 2014 18:02:12 +0000
+
simplejson (3.6.5-1) unstable; urgency=medium
* New upstream release
Modified: packages/simplejson/trunk/debian/control
===================================================================
--- packages/simplejson/trunk/debian/control 2014-12-06 15:42:32 UTC (rev 31540)
+++ packages/simplejson/trunk/debian/control 2014-12-06 18:18:50 UTC (rev 31541)
@@ -12,6 +12,7 @@
X-Python3-Version: >= 3.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/simplejson/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/simplejson/trunk/
+XS-Testsuite: autopkgtest
Package: python-simplejson
Architecture: any
Added: packages/simplejson/trunk/debian/tests/control
===================================================================
--- packages/simplejson/trunk/debian/tests/control (rev 0)
+++ packages/simplejson/trunk/debian/tests/control 2014-12-06 18:18:50 UTC (rev 31541)
@@ -0,0 +1,5 @@
+Tests: upstream
+Depends: @, python-pytest
+
+Tests: upstream-3
+Depends: @, python3-pytest
Added: packages/simplejson/trunk/debian/tests/upstream
===================================================================
--- packages/simplejson/trunk/debian/tests/upstream (rev 0)
+++ packages/simplejson/trunk/debian/tests/upstream 2014-12-06 18:18:50 UTC (rev 31541)
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+if [ -z "$ADTTMP" ]
+then
+ export ADTTMP=`mktemp -d`
+fi
+cp -r simplejson/tests $ADTTMP
+cd $ADTTMP
+py.test -vs
Property changes on: packages/simplejson/trunk/debian/tests/upstream
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/simplejson/trunk/debian/tests/upstream-3
===================================================================
--- packages/simplejson/trunk/debian/tests/upstream-3 (rev 0)
+++ packages/simplejson/trunk/debian/tests/upstream-3 2014-12-06 18:18:50 UTC (rev 31541)
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+if [ -z "$ADTTMP" ]
+then
+ export ADTTMP=`mktemp -d`
+fi
+cp -r simplejson/tests $ADTTMP
+cd $ADTTMP
+py.test-3 -vs
Property changes on: packages/simplejson/trunk/debian/tests/upstream-3
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list