[Python-modules-commits] r22443 - in packages/pyparsing/trunk/debian (changelog control)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Sat Jul 21 04:24:38 UTC 2012
Date: Saturday, July 21, 2012 @ 04:24:27
Author: kitterman
Revision: 22443
* Team upload
* Use python3 depends/provides instead of python for python3-pyparsing to
correct dependencies (Closes: 681537)
- Thanks to Michael Terry/Ubuntu for the patch
Modified:
packages/pyparsing/trunk/debian/changelog
packages/pyparsing/trunk/debian/control
Modified: packages/pyparsing/trunk/debian/changelog
===================================================================
--- packages/pyparsing/trunk/debian/changelog 2012-07-19 20:18:49 UTC (rev 22442)
+++ packages/pyparsing/trunk/debian/changelog 2012-07-21 04:24:27 UTC (rev 22443)
@@ -1,3 +1,12 @@
+pyparsing (1.5.6+dfsg1-2) unstable; urgency=low
+
+ * Team upload
+ * Use python3 depends/provides instead of python for python3-pyparsing to
+ correct dependencies (Closes: 681537)
+ - Thanks to Michael Terry/Ubuntu for the patch
+
+ -- Scott Kitterman <scott at kitterman.com> Sat, 21 Jul 2012 00:17:19 -0400
+
pyparsing (1.5.6+dfsg1-1) unstable; urgency=low
* Team upload.
Modified: packages/pyparsing/trunk/debian/control
===================================================================
--- packages/pyparsing/trunk/debian/control 2012-07-19 20:18:49 UTC (rev 22442)
+++ packages/pyparsing/trunk/debian/control 2012-07-21 04:24:27 UTC (rev 22443)
@@ -30,8 +30,8 @@
Package: python3-pyparsing
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Depends: ${python3:Depends}, ${misc:Depends}
+Provides: ${python3:Provides}
Description: Python parsing module, Python3 package
The parsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or
More information about the Python-modules-commits
mailing list