[Python-apps-commits] r11862 - in packages/pybtex/trunk/debian (4 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Apr 19 15:56:36 UTC 2015


    Date: Sunday, April 19, 2015 @ 15:56:35
  Author: danstender-guest
Revision: 11862

deb/control: updated deprecated element; deb/tests/control: dropped unneeded restriction; deb/tests/pybtex: enabled deprecation warnings

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/control
  packages/pybtex/trunk/debian/tests/control
  packages/pybtex/trunk/debian/tests/pybtex

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2015-04-19 14:41:47 UTC (rev 11861)
+++ packages/pybtex/trunk/debian/changelog	2015-04-19 15:56:35 UTC (rev 11862)
@@ -7,7 +7,7 @@
   * deb/copyright: updated.
   * deb/watch: watch pypi.debian.net.
 
- -- Daniel Stender <debian at danielstender.com>  Sat, 07 Feb 2015 13:59:29 +0100
+ -- Daniel Stender <debian at danielstender.com>  Sun, 19 Apr 2015 17:27:04 +0200
 
 pybtex (0.18-1) unstable; urgency=low
 

Modified: packages/pybtex/trunk/debian/control
===================================================================
--- packages/pybtex/trunk/debian/control	2015-04-19 14:41:47 UTC (rev 11861)
+++ packages/pybtex/trunk/debian/control	2015-04-19 15:56:35 UTC (rev 11862)
@@ -20,7 +20,7 @@
 Homepage: http://pybtex.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pybtex/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pybtex/trunk/
-XS-Testsuite: autopkgtest
+Testsuite: autopkgtest
 
 Package: pybtex
 Architecture: all

Modified: packages/pybtex/trunk/debian/tests/control
===================================================================
--- packages/pybtex/trunk/debian/tests/control	2015-04-19 14:41:47 UTC (rev 11861)
+++ packages/pybtex/trunk/debian/tests/control	2015-04-19 15:56:35 UTC (rev 11862)
@@ -1,3 +1,2 @@
 Tests: pybtex
 Depends: pybtex, python-nose, python-yaml
-Restrictions: allow-stderr
\ No newline at end of file

Modified: packages/pybtex/trunk/debian/tests/pybtex
===================================================================
--- packages/pybtex/trunk/debian/tests/pybtex	2015-04-19 14:41:47 UTC (rev 11861)
+++ packages/pybtex/trunk/debian/tests/pybtex	2015-04-19 15:56:35 UTC (rev 11862)
@@ -1,3 +1,2 @@
-#!/bin/sh
-set -e -u
-pyversions -i | tr ' ' '\n' | xargs -I {} env {} -m nose --verbose pybtex/tests 2>&1
+#!/bin/sh -e
+pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose --verbose pybtex/tests 2>&1




More information about the Python-apps-commits mailing list