Hi, Attached is the diff for my simpleparse 2.0.0-3.1 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u simpleparse-2.0.0/debian/control simpleparse-2.0.0/debian/control
--- simpleparse-2.0.0/debian/control
+++ simpleparse-2.0.0/debian/control
@@ -2,14 +2,17 @@
Section: python
Priority: optional
Maintainer: Seo Sanghyeon <[EMAIL PROTECTED]>
-Build-Depends-Indep: python-dev, debhelper, cdbs
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>=
2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.7.2
Package: python-simpleparse
Architecture: all
Section: python
Priority: optional
Depends: ${python:Depends}, python-egenix-mxtexttools
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
Description: A simple parser generator for Python
SimpleParse is a BSD-licensed Python package providing a simple parser
generator for use with the mxTextTools text-tagging engine. SimpleParse
diff -u simpleparse-2.0.0/debian/changelog simpleparse-2.0.0/debian/changelog
--- simpleparse-2.0.0/debian/changelog
+++ simpleparse-2.0.0/debian/changelog
@@ -1,3 +1,11 @@
+simpleparse (2.0.0-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update simpleparse to the new python policy (Closes: #373381).
+ * Fix B-D-I/B-D problems (see policy 7.6).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Thu, 29 Jun 2006 12:17:04 +0200
+
simpleparse (2.0.0-3) unstable; urgency=low
* Initial release for uploading to Debian (Closes: #271781)
diff -u simpleparse-2.0.0/debian/rules simpleparse-2.0.0/debian/rules
--- simpleparse-2.0.0/debian/rules
+++ simpleparse-2.0.0/debian/rules
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
reverted:
--- simpleparse-2.0.0/debian/compat
+++ simpleparse-2.0.0.orig/debian/compat
@@ -1 +0,0 @@
-4
only in patch2:
unchanged:
--- simpleparse-2.0.0.orig/debian/pycompat
+++ simpleparse-2.0.0/debian/pycompat
@@ -0,0 +1 @@
+2
signature.asc
Description: Digital signature

