[Python-apps-commits] r13423 - in packages/djvusmooth/trunk/debian (4 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Mon Jul 25 19:08:38 UTC 2016


    Date: Monday, July 25, 2016 @ 19:08:37
  Author: stender
Revision: 13423

set up DEP-8 tests

Added:
  packages/djvusmooth/trunk/debian/tests/
  packages/djvusmooth/trunk/debian/tests/control
  packages/djvusmooth/trunk/debian/tests/djvusmooth
Modified:
  packages/djvusmooth/trunk/debian/changelog

Modified: packages/djvusmooth/trunk/debian/changelog
===================================================================
--- packages/djvusmooth/trunk/debian/changelog	2016-07-25 18:49:08 UTC (rev 13422)
+++ packages/djvusmooth/trunk/debian/changelog	2016-07-25 19:08:37 UTC (rev 13423)
@@ -9,8 +9,9 @@
   * deb/copyright:
     + updated copyright spans and email address.
   * drop deb/menu (lintian: command-in-menu-file-and-desktop-file).
+  * set up DEP-8 tests.
 
- -- Daniel Stender <stender at debian.org>  Mon, 25 Jul 2016 20:48:25 +0200
+ -- Daniel Stender <stender at debian.org>  Mon, 25 Jul 2016 20:57:58 +0200
 
 djvusmooth (0.2.16-1) unstable; urgency=medium
 

Added: packages/djvusmooth/trunk/debian/tests/control
===================================================================
--- packages/djvusmooth/trunk/debian/tests/control	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/tests/control	2016-07-25 19:08:37 UTC (rev 13423)
@@ -0,0 +1,2 @@
+Tests: djvusmooth
+Depends: python, python-nose, python-djvu, djvulibre-bin, python-wxgtk3.0
\ No newline at end of file

Added: packages/djvusmooth/trunk/debian/tests/djvusmooth
===================================================================
--- packages/djvusmooth/trunk/debian/tests/djvusmooth	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/tests/djvusmooth	2016-07-25 19:08:37 UTC (rev 13423)
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+for py in $(pyversions -i); do echo "[*] testing $py:"; $py -Wd -m nose --with-doctest -v 2>&1; done


Property changes on: packages/djvusmooth/trunk/debian/tests/djvusmooth
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list