[Python-modules-commits] r26106 - in packages/pyparsing/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Tue Oct 8 08:11:14 UTC 2013


    Date: Tuesday, October 8, 2013 @ 08:11:11
  Author: zigo
Revision: 26106

  * Added missing build-depends: python-setuptools, python3-setuptools.
  * Ran wrap-and-sort.

Modified:
  packages/pyparsing/trunk/debian/changelog
  packages/pyparsing/trunk/debian/control
  packages/pyparsing/trunk/debian/copyright

Modified: packages/pyparsing/trunk/debian/changelog
===================================================================
--- packages/pyparsing/trunk/debian/changelog	2013-10-08 07:55:27 UTC (rev 26105)
+++ packages/pyparsing/trunk/debian/changelog	2013-10-08 08:11:11 UTC (rev 26106)
@@ -1,3 +1,10 @@
+pyparsing (2.0.1+dfsg1-2) UNRELEASED; urgency=low
+
+  * Added missing build-depends: python-setuptools, python3-setuptools.
+  * Ran wrap-and-sort.
+
+ -- Thomas Goirand <zigo at debian.org>  Tue, 08 Oct 2013 08:10:01 +0000
+
 pyparsing (2.0.1+dfsg1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pyparsing/trunk/debian/control
===================================================================
--- packages/pyparsing/trunk/debian/control	2013-10-08 07:55:27 UTC (rev 26105)
+++ packages/pyparsing/trunk/debian/control	2013-10-08 08:11:11 UTC (rev 26106)
@@ -2,9 +2,14 @@
 Section: python
 Priority: optional
 Maintainer: Kevin Coyner <kcoyner at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Torsten Marek <shlomme at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+           Torsten Marek <shlomme at debian.org>
 Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.5~), python3-all (>= 3.1.3-2~)
+Build-Depends: debhelper (>= 9),
+               python-all (>= 2.6.5~),
+               python-setuptools,
+               python3-all (>= 3.1.3-2~),
+               python3-setuptools
 Build-Depends-Indep: tofrodos
 Homepage: http://pyparsing.wikispaces.com/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyparsing/trunk/
@@ -13,7 +18,7 @@
 
 Package: python-pyparsing
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 Description: Python parsing module
  The parsing module is an alternative approach to creating and
@@ -31,7 +36,7 @@
 
 Package: python3-pyparsing
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Provides: ${python3:Provides}
 Description: Python parsing module, Python3 package
  The parsing module is an alternative approach to creating and

Modified: packages/pyparsing/trunk/debian/copyright
===================================================================
--- packages/pyparsing/trunk/debian/copyright	2013-10-08 07:55:27 UTC (rev 26105)
+++ packages/pyparsing/trunk/debian/copyright	2013-10-08 08:11:11 UTC (rev 26106)
@@ -29,4 +29,3 @@
 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #
-




More information about the Python-modules-commits mailing list