Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package pyparsing Fixes RC bug #681537 unblock pyparsing/1.5.6+dfsg1-2
diff -ruN export/debian/changelog pyparsing-1.5.6+dfsg1/debian/changelog --- export/debian/changelog 2012-05-19 16:12:05.114055000 -0400 +++ pyparsing-1.5.6+dfsg1/debian/changelog 2012-07-21 00:19:24.704656066 -0400 @@ -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 <[email protected]> Sat, 21 Jul 2012 00:17:19 -0400 + pyparsing (1.5.6+dfsg1-1) unstable; urgency=low * Team upload. diff -ruN export/debian/control pyparsing-1.5.6+dfsg1/debian/control --- export/debian/control 2012-04-29 17:22:11.755241000 -0400 +++ pyparsing-1.5.6+dfsg1/debian/control 2012-07-21 00:17:15.556659883 -0400 @@ -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

