[Python-modules-commits] r28721 - in packages/pyotherside/trunk/debian (3 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Apr 30 19:42:02 UTC 2014


    Date: Wednesday, April 30, 2014 @ 19:42:01
  Author: barry
Revision: 28721

* wrap-and-sort
* Fix DEP 8 test

Modified:
  packages/pyotherside/trunk/debian/control
  packages/pyotherside/trunk/debian/pyotherside-tests.install
  packages/pyotherside/trunk/debian/tests/unit-tests

Modified: packages/pyotherside/trunk/debian/control
===================================================================
--- packages/pyotherside/trunk/debian/control	2014-04-30 16:49:53 UTC (rev 28720)
+++ packages/pyotherside/trunk/debian/control	2014-04-30 19:42:01 UTC (rev 28721)
@@ -82,7 +82,10 @@
 Multi-Arch: foreign
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: python3, pyotherside (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: pyotherside (= ${binary:Version}),
+         python3,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Asynchronous Python 3 Bindings for Qt 5 (tests)
  A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML.
  .

Modified: packages/pyotherside/trunk/debian/pyotherside-tests.install
===================================================================
--- packages/pyotherside/trunk/debian/pyotherside-tests.install	2014-04-30 16:49:53 UTC (rev 28720)
+++ packages/pyotherside/trunk/debian/pyotherside-tests.install	2014-04-30 19:42:01 UTC (rev 28721)
@@ -1,2 +1,2 @@
+tests/test_*/ /usr/lib/pyotherside/tests
 tests/tests /usr/lib/pyotherside/tests
-tests/test_*/ /usr/lib/pyotherside/tests

Modified: packages/pyotherside/trunk/debian/tests/unit-tests
===================================================================
--- packages/pyotherside/trunk/debian/tests/unit-tests	2014-04-30 16:49:53 UTC (rev 28720)
+++ packages/pyotherside/trunk/debian/tests/unit-tests	2014-04-30 19:42:01 UTC (rev 28721)
@@ -1,10 +1,10 @@
 #!/bin/sh
 # autopkgtest check: run pyotherside unit tests and ensure everything passes
 # (C) 2014 Canonical Ltd.
-# Author: Zygmunt Krynicki <zygmunt.krynicki at canonical.com> 
+# Author: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
 
 set -e
 
 cd $ADTTMP
-/usr/lib/pyotherside/tests/tests 2>&1
+xvfb-run /usr/lib/pyotherside/tests/tests 2>&1
 echo "unit-tests: OK"




More information about the Python-modules-commits mailing list