[Python-modules-commits] [vcr.py] 01/01: deb/rules: close #795940; deb/control: corrected a sentence

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Oct 7 20:58:40 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository vcr.py.

commit f4e88eaf0c6624e0231ae766f625d1baac5d0eda
Author: Daniel Stender <debian at danielstender.com>
Date:   Wed Oct 7 22:54:55 2015 +0200

    deb/rules: close #795940; deb/control: corrected a sentence
---
 debian/changelog | 4 ++--
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c680f1..0f465f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
 vcr.py (1.7.3-1) unstable; urgency=medium
 
   * New upstream release.
-  * deb/rules: don't run tests on Debian (see #795940), but on Neurodebian.
+  * deb/rules: don't run tests on Debian (Closes: #795940), but on Neurodebian.
 
- -- Daniel Stender <debian at danielstender.com>  Wed, 07 Oct 2015 20:41:25 +0200
+ -- Daniel Stender <debian at danielstender.com>  Wed, 07 Oct 2015 22:53:50 +0200
 
 vcr.py (1.6.1-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 8a72cb1..224c420 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_test:
 ifeq (~nd,$(findstring ~nd,$(DEB_VERSION)))
 	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x -rs" dh_auto_test
 endif
-# don't run tests on Debian because they're currently need net connection, cf. #795940
+# don't run tests on Debian because they currently need net connection, cf. #795940
 # but run them on Neurodebian by request of the sponsor
 
 override_dh_installdocs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/vcr.py.git



More information about the Python-modules-commits mailing list