[Python-modules-commits] r21461 - in packages/python-byteplay/trunk/debian (4 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Apr 30 16:52:48 UTC 2012


    Date: Monday, April 30, 2012 @ 16:52:47
  Author: jwilk
Revision: 21461

Rename DEP-8 tests.

Added:
  packages/python-byteplay/trunk/debian/tests/python-byteplay
    (from rev 21372, packages/python-byteplay/trunk/debian/tests/tests)
Modified:
  packages/python-byteplay/trunk/debian/changelog
  packages/python-byteplay/trunk/debian/tests/control
Deleted:
  packages/python-byteplay/trunk/debian/tests/tests

Modified: packages/python-byteplay/trunk/debian/changelog
===================================================================
--- packages/python-byteplay/trunk/debian/changelog	2012-04-30 16:46:36 UTC (rev 21460)
+++ packages/python-byteplay/trunk/debian/changelog	2012-04-30 16:52:47 UTC (rev 21461)
@@ -1,3 +1,9 @@
+python-byteplay (0.2-3) UNRELEASED; urgency=low
+
+  * Rename the DEP-8 test, so that it matches binary package name.
+
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 30 Apr 2012 18:47:31 +0200
+
 python-byteplay (0.2-2) unstable; urgency=low
 
   * Bump standards version to 3.9.3.

Modified: packages/python-byteplay/trunk/debian/tests/control
===================================================================
--- packages/python-byteplay/trunk/debian/tests/control	2012-04-30 16:46:36 UTC (rev 21460)
+++ packages/python-byteplay/trunk/debian/tests/control	2012-04-30 16:52:47 UTC (rev 21461)
@@ -1,3 +1,3 @@
-Tests: tests
+Tests: python-byteplay
 Features: no-build-needed
 Depends: python-byteplay

Copied: packages/python-byteplay/trunk/debian/tests/python-byteplay (from rev 21372, packages/python-byteplay/trunk/debian/tests/tests)
===================================================================
--- packages/python-byteplay/trunk/debian/tests/python-byteplay	                        (rev 0)
+++ packages/python-byteplay/trunk/debian/tests/python-byteplay	2012-04-30 16:52:47 UTC (rev 21461)
@@ -0,0 +1,8 @@
+#!/bin/sh
+#!/bin/sh
+set -e
+export PYTHONWARNINGS=d
+pyversions -i \
+| tr ' ' '\n' \
+| xargs -I {} env {} \
+  debian/run-tests.py 2>&1

Deleted: packages/python-byteplay/trunk/debian/tests/tests
===================================================================
--- packages/python-byteplay/trunk/debian/tests/tests	2012-04-30 16:46:36 UTC (rev 21460)
+++ packages/python-byteplay/trunk/debian/tests/tests	2012-04-30 16:52:47 UTC (rev 21461)
@@ -1,8 +0,0 @@
-#!/bin/sh
-#!/bin/sh
-set -e
-export PYTHONWARNINGS=d
-pyversions -i \
-| tr ' ' '\n' \
-| xargs -I {} env {} \
-  debian/run-tests.py 2>&1




More information about the Python-modules-commits mailing list