[pybtex] 71/108: deb/control: updated deprecated element; deb/tests/control: dropped unneeded restriction; deb/tests/pybtex: enabled deprecation warnings
Daniel Stender
stender at moszumanska.debian.org
Fri Jul 21 10:18:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository pybtex.
commit 6aa45448e1ff8c7c01d54d3c7b6c623286744691
Author: Daniel Stender <stender at debian.org>
Date: Sun Apr 19 15:56:35 2015 +0000
deb/control: updated deprecated element; deb/tests/control: dropped unneeded restriction; deb/tests/pybtex: enabled deprecation warnings
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/tests/control | 1 -
debian/tests/pybtex | 5 ++---
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 62cc234..6956c68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ pybtex (0.18-2) experimental; urgency=medium
* 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
diff --git a/debian/control b/debian/control
index c31c6c7..0b4b9c8 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Standards-Version: 3.9.6
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
diff --git a/debian/tests/control b/debian/tests/control
index fa77222..d7424cf 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,2 @@
Tests: pybtex
Depends: pybtex, python-nose, python-yaml
-Restrictions: allow-stderr
\ No newline at end of file
diff --git a/debian/tests/pybtex b/debian/tests/pybtex
index 3f82487..12221c5 100644
--- a/debian/tests/pybtex
+++ b/debian/tests/pybtex
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git
More information about the debian-science-commits
mailing list