[Python-modules-commits] [pytest-runner] 09/09: Fix descriptions
Brian May
bam at moszumanska.debian.org
Sun Apr 3 02:29:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository pytest-runner.
commit ca0a4451288ece87bb1792de1a324c63182c9043
Author: Brian May <brian at linuxpenguins.xyz>
Date: Sun Apr 3 12:25:11 2016 +1000
Fix descriptions
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 07505a9..44ecaa3 100644
--- a/debian/control
+++ b/debian/control
@@ -14,17 +14,17 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-runn
Package: python-pytest-runner
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Python bit pack/unpack package
- This module is intended to have a similar interface as the python struct
- module, but working on bits instead of primitive data types (char, int, ...).
+Description: Invoke py.test as distutils command with dependency resolution
+ Setup scripts can use pytest-runner to add setup.py test support for pytest
+ runner.
.
This package contains the Python 2 module.
Package: python3-pytest-runner
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Python bit pack/unpack package
- This module is intended to have a similar interface as the python struct
- module, but working on bits instead of primitive data types (char, int, ...).
+Description: Invoke py.test as distutils command with dependency resolution
+ Setup scripts can use pytest-runner to add setup.py test support for pytest
+ runner.
.
This package contains the Python 3 module.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-runner.git
More information about the Python-modules-commits
mailing list