[Python-modules-commits] r21161 - in packages/pytest/trunk/debian/patches (2 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Tue Apr 10 15:39:12 UTC 2012
Date: Tuesday, April 10, 2012 @ 15:39:09
Author: laarmen-guest
Revision: 21161
Fix grammar in upstream manpage.
Added:
packages/pytest/trunk/debian/patches/fix-grammar-manpage
Modified:
packages/pytest/trunk/debian/patches/series
Added: packages/pytest/trunk/debian/patches/fix-grammar-manpage
===================================================================
--- packages/pytest/trunk/debian/patches/fix-grammar-manpage (rev 0)
+++ packages/pytest/trunk/debian/patches/fix-grammar-manpage 2012-04-10 15:39:09 UTC (rev 21161)
@@ -0,0 +1,18 @@
+Description: Fix a grammatical error in the manpage
+Author: Ronny Pfannschmidt
+Origin: upstream
+Bug: https://bitbucket.org/hpk42/pytest/issue/130/spelling-in-usagetxt
+Applied-Upstream: https://bitbucket.org/hpk42/pytest/changeset/4522e6bb851e
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/doc/usage.txt
++++ b/doc/usage.txt
+@@ -70,7 +70,7 @@
+ .. _PDB: http://docs.python.org/library/pdb.html
+
+ Python comes with a builtin Python debugger called PDB_. ``py.test``
+-allows to drop into the PDB prompt via a command line option::
++allows one to drop into the PDB prompt via a command line option::
+
+ py.test --pdb
+
Modified: packages/pytest/trunk/debian/patches/series
===================================================================
--- packages/pytest/trunk/debian/patches/series 2012-04-10 14:23:52 UTC (rev 21160)
+++ packages/pytest/trunk/debian/patches/series 2012-04-10 15:39:09 UTC (rev 21161)
@@ -1 +1,2 @@
remove_google_js
+fix-grammar-manpage
More information about the Python-modules-commits
mailing list