[Python-modules-commits] [nose2] 05/05: New upstream release.

Barry Warsaw barry at moszumanska.debian.org
Wed Jul 13 15:19:54 UTC 2016


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

barry pushed a commit to branch master
in repository nose2.

commit cb90bf240960fc71691f4eb490ff5baa4f87f24b
Author: Barry Warsaw <barry at python.org>
Date:   Wed Jul 13 11:15:02 2016 -0400

    New upstream release.
    
    * New upstream release.
    * d/control:
      - Bump Standards-Version with no other changes needed.
      - Update descriptions to avoid lintian warnings.
    * d/rules, python3-nose2.manpages: Manpage for Python 3.5, not 3.4.
---
 debian/changelog              | 10 ++++++++++
 debian/control                |  8 ++++----
 debian/python3-nose2.manpages |  2 +-
 debian/rules                  |  2 +-
 4 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9fef192..18f2158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+nose2 (0.6.5-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/control:
+    - Bump Standards-Version with no other changes needed.
+    - Update descriptions to avoid lintian warnings.
+  * d/rules, python3-nose2.manpages: Manpage for Python 3.5, not 3.4.
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 13 Jul 2016 10:39:16 -0400
+
 nose2 (0.6.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index c7555e4..1003114 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper,
                python3-cov-core,
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://pypi.python.org/pypi/nose2
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/nose2.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/nose2.git
@@ -29,7 +29,7 @@ Package: python-nose2-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: next generation of nicer testing for Python (documentation)
+Description: next generation of nicer testing for Python
  This is the package documentation.
 
 Package: python-nose2
@@ -37,7 +37,7 @@ Architecture: all
 Depends: python-pkg-resources, python-six,
          ${misc:Depends}, ${python:Depends}
 Suggests: python-nose2-doc, python3-nose2
-Description: next generation of nicer testing for Python (Python 2)
+Description: next generation of nicer testing for Python
  This is the Python 2 package.
 
 Package: python3-nose2
@@ -45,5 +45,5 @@ Architecture: all
 Depends: python3-pkg-resources, python3-six,
          ${misc:Depends}, ${python3:Depends}
 Suggests: python-nose2, python-nose2-doc
-Description: next generation of nicer testing for Python (Python 3)
+Description: next generation of nicer testing for Python
  This is the Python 3 package.
diff --git a/debian/python3-nose2.manpages b/debian/python3-nose2.manpages
index 3e7a2bf..92a2234 100644
--- a/debian/python3-nose2.manpages
+++ b/debian/python3-nose2.manpages
@@ -1,2 +1,2 @@
 debian/nose2-3.1
-debian/nose2-3.4.1
+debian/nose2-3.5.1
diff --git a/debian/rules b/debian/rules
index 1fe69d2..ce68ff2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_installman:
 		 --version-string=$(pkgversion) --no-discard-stderr --no-info \
 		 debian/python3-nose2/usr/bin/nose2-3
 	cp debian/nose2.1   debian/nose2-2.7.1
-	cp debian/nose2-3.1 debian/nose2-3.4.1
+	cp debian/nose2-3.1 debian/nose2-3.5.1
 	dh_installman
 
 override_dh_auto_test:

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



More information about the Python-modules-commits mailing list