[Python-modules-commits] r7824 - in packages/pyparsing/trunk/debian (4 files)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Mon Mar 9 17:27:33 UTC 2009


    Date: Monday, March 9, 2009 @ 17:27:32
  Author: shlomme
Revision: 7824

prepare upload to unstable

Modified:
  packages/pyparsing/trunk/debian/changelog
  packages/pyparsing/trunk/debian/compat
  packages/pyparsing/trunk/debian/control
Deleted:
  packages/pyparsing/trunk/debian/pycompat

Modified: packages/pyparsing/trunk/debian/changelog
===================================================================
--- packages/pyparsing/trunk/debian/changelog	2009-03-09 17:15:42 UTC (rev 7823)
+++ packages/pyparsing/trunk/debian/changelog	2009-03-09 17:27:32 UTC (rev 7824)
@@ -1,3 +1,17 @@
+pyparsing (1.5.1-2) unstable; urgency=low
+
+  * Upload to unstable
+  * debian/compat
+    - bump debhelper compatibility to 7
+  * debian/control
+    - remove old replaces/conflicts entries
+    - bump debhelper dependency to 7
+    - depend on python-dev, not python-all-dev
+  * debian/pycompat
+    - removed, not needed anymore
+	
+ -- Torsten Marek <shlomme at debian.org>  Mon, 09 Mar 2009 18:21:38 +0100
+
 pyparsing (1.5.1-1) experimental; urgency=low
 
   [ Torsten Marek ]

Modified: packages/pyparsing/trunk/debian/compat
===================================================================
--- packages/pyparsing/trunk/debian/compat	2009-03-09 17:15:42 UTC (rev 7823)
+++ packages/pyparsing/trunk/debian/compat	2009-03-09 17:27:32 UTC (rev 7824)
@@ -1 +1 @@
-5
+7

Modified: packages/pyparsing/trunk/debian/control
===================================================================
--- packages/pyparsing/trunk/debian/control	2009-03-09 17:15:42 UTC (rev 7823)
+++ packages/pyparsing/trunk/debian/control	2009-03-09 17:27:32 UTC (rev 7824)
@@ -4,7 +4,7 @@
 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>
 Standards-Version: 3.8.0
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), dpatch
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), python-dev (>= 2.3.5-11), dpatch
 Build-Depends-Indep: python-support (>= 0.5.3), tofrodos
 Homepage: http://pyparsing.wikispaces.com/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyparsing/trunk
@@ -14,8 +14,6 @@
 Architecture: all
 Depends: ${python:Depends}
 Provides: ${python:Provides}
-Replaces: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
-Conflicts: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
 Description: Python parsing module
  The parsing module is an alternative approach to creating and
  executing simple grammars, vs. the traditional lex/yacc approach, or

Deleted: packages/pyparsing/trunk/debian/pycompat
===================================================================
--- packages/pyparsing/trunk/debian/pycompat	2009-03-09 17:15:42 UTC (rev 7823)
+++ packages/pyparsing/trunk/debian/pycompat	2009-03-09 17:27:32 UTC (rev 7824)
@@ -1 +0,0 @@
-2




More information about the Python-modules-commits mailing list