[Python-modules-commits] [python-fudge] 02/15: fix package description mismatch in debian/control
Jan Dittberner
jandd at moszumanska.debian.org
Wed Dec 30 15:20:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-fudge.
commit c1987a5abd392ae34d795e7e824704bff996b882
Author: Jan Dittberner <jandd at debian.org>
Date: Wed Dec 30 15:20:57 2015 +0100
fix package description mismatch in debian/control
---
debian/changelog | 1 +
debian/control | 10 ++++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b21d698..d92a3e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-fudge (1.0.3-4) UNRELEASED; urgency=low
[ Jan Dittberner ]
* Use PyPI redirector for watch file
+ * fix package description mismatch in debian/control
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:02:37 +0200
diff --git a/debian/control b/debian/control
index fbc63c2..d2a0126 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: python-fudge
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
Recommends: python-fudge-doc (=${binary:Version})
-Description: Python module for using fake objects to test real ones
+Description: Python 2 module for using fake objects for tests
Fudge is a Python module for using fake objects (mocks and stubs) to
test real ones.
.
@@ -33,12 +33,14 @@ Description: Python module for using fake objects to test real ones
as strict about expectations as you want it to be. If the type of
arguments sent to the fake method aren’t important then you don’t
have to declare an expectation for them.
+ .
+ This is the Python 2 version of the package.
Package: python-fudge-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-sphinxdoc
-Description: Python module for using fake objects for tests, Python3 package
+Description: Python module for using fake objects for tests, documentation package
Fudge is a Python module for using fake objects (mocks and stubs) to
test real ones.
.
@@ -63,7 +65,7 @@ Package: python3-fudge
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources
Recommends: python-fudge-doc (=${binary:Version})
-Description: Python module for using fake objects for tests, documentation package
+Description: Python 3 module for using fake objects for tests
Fudge is a Python module for using fake objects (mocks and stubs) to
test real ones.
.
@@ -82,4 +84,4 @@ Description: Python module for using fake objects for tests, documentation packa
arguments sent to the fake method aren’t important then you don’t
have to declare an expectation for them.
.
- This is the Python3 version of the package.
+ This is the Python 3 version of the package.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fudge.git
More information about the Python-modules-commits
mailing list