[Python-modules-commits] [nose2] 01/03: Add real extended description for the packages

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Mon Jan 8 22:05:07 UTC 2018


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

peb-guest pushed a commit to branch master
in repository nose2.

commit 813de1753c2d54f945cd5f27576be74bc65f6679
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Mon Jan 8 23:02:34 2018 +0100

    Add real extended description for the packages
---
 debian/changelog |  1 +
 debian/control   | 48 ++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 43 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e29b46..cf9717b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ nose2 (0.7.3-1) unstable; urgency=medium
     - Add a Testsuite
     - Use Sphinx RTD theme
     - Bump Standards-Version to 4.1.2
+    - Add real extended description for the packages
   * d/patches/0001: clean privacy breach by removing images from README.rst
   * d/rules:
     - Clean changelog reading calls and use dpkg's pkg-info makefile include
diff --git a/debian/control b/debian/control
index 8a37ca8..90cc9df 100644
--- a/debian/control
+++ b/debian/control
@@ -32,15 +32,39 @@ Package: python-nose2-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: next generation of nicer testing for Python
- This is the package documentation.
+Description: Next generation of nicer testing for Python2/3 (documentation)
+ Nose2 is testing library aimed at being compatible with unittest and
+ providing additionnal features, such as timed tests, better testing for
+ exceptions. It also provides fixture methods at the package, module, class or
+ test case level, depending on the developer's needs.
+ .
+ At an extended level, nose2 also provides a lot of builtin plugins to help
+ with specific needs, including tests coverage, profiling, or doctests.
+ .
+ Nose2 is based on the Nose testsuite, which is no longer developed. It
+ provides a better plugin API and supports Python2 and Python3 from the same
+ codebase.
+ .
+ This package provides the sphinx-generated documentation of nose2.
 
 Package: python-nose2
 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
- This is the Python 2 package.
+Description: Next generation of nicer testing for Python2
+ Nose2 is testing library aimed at being compatible with unittest and
+ providing additionnal features, such as timed tests, better testing for
+ exceptions. It also provides fixture methods at the package, module, class or
+ test case level, depending on the developer's needs.
+ .
+ At an extended level, nose2 also provides a lot of builtin plugins to help
+ with specific needs, including tests coverage, profiling, or doctests.
+ .
+ Nose2 is based on the Nose testsuite, which is no longer developed. It
+ provides a better plugin API and supports Python2 and Python3 from the same
+ codebase.
+ .
+ This package provides the python2 verion of nose2.
 
 Package: python3-nose2
 Architecture: all
@@ -49,5 +73,17 @@ Depends: python3-pkg-resources,
          ${misc:Depends},
          ${python3:Depends}
 Suggests: python-nose2, python-nose2-doc
-Description: next generation of nicer testing for Python
- This is the Python 3 package.
+Description: Next generation of nicer testing for Python3
+ Nose2 is testing library aimed at being compatible with unittest and
+ providing additionnal features, such as timed tests, better testing for
+ exceptions. It also provides fixture methods at the package, module, class or
+ test case level, depending on the developer's needs.
+ .
+ At an extended level, nose2 also provides a lot of builtin plugins to help
+ with specific needs, including tests coverage, profiling, or doctests.
+ .
+ Nose2 is based on the Nose testsuite, which is no longer developed. It
+ provides a better plugin API and supports Python2 and Python3 from the same
+ codebase.
+ .
+ This package provides the python3 verion of nose2.

-- 
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