[med-svn] [python-screed] 03/05: new upstream release

Michael Crusoe misterc-guest at moszumanska.debian.org
Fri Jun 23 15:18:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch master
in repository python-screed.

commit 46e71c76ab04b22d13922ddbd7cdfe30f827d211
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Fri Jun 23 06:26:14 2017 -0700

    new upstream release
---
 debian/changelog | 6 ++++++
 debian/control   | 8 ++++++--
 debian/copyright | 4 ++--
 debian/rules     | 4 +++-
 4 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ca771f4..0931b92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-screed (1.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Fri, 23 Jun 2017 06:25:57 -0700
+
 python-screed (0.9-2) unstable; urgency=medium
 
   * Fix autopkgtest testing.
diff --git a/debian/control b/debian/control
index 3988fc8..df6a44e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,16 @@ Build-Depends: debhelper (>= 9.0.0),
                python-setuptools,
                python-nose,
                python-bz2file,
+               python-pytest-runner,
+               python-pytest-cov,
                python3-all,
                python3-setuptools,
                python3-sphinx,
                python3-nose,
-               python3-bz2file
-Standards-Version: 3.9.6
+               python3-bz2file,
+               python3-pytest-runner,
+               python3-pytest-cov
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-screed.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/python-screed.git
 Homepage: https://screed.readthedocs.org
diff --git a/debian/copyright b/debian/copyright
index deab4c0..f0d3a30 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: screed
 Upstream-Contact: Michael R. Crusoe <michael.crusoe at gmail.com>
-Source: https://pypi.python.org/pypi/screed 
+Source: https://pypi.python.org/pypi/screed
 Files-Excluded: screed.egg-info/*
 
 Files: *
diff --git a/debian/rules b/debian/rules
index 4f626ca..a18fa46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,9 @@ export PYBUILD_NAME=screed
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_test:
-	dh_auto_test -- -s custom --test-args='{interpreter} setup.py nosetests --attr !known_failing'
+	dh_auto_install
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="export PATH={destdir}/usr/usr/bin:$$PATH {interpreter} -m pytest -m 'not known_failing'"
 
 #override_dh_auto_build:
 #	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-screed.git



More information about the debian-med-commit mailing list