[Python-modules-commits] r7945 - in packages/simpleparse/trunk/debian (3 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Sat Mar 21 12:51:32 UTC 2009
Date: Saturday, March 21, 2009 @ 12:51:32
Author: bernat
Revision: 7945
Fix a few lintian warnings
Modified:
packages/simpleparse/trunk/debian/control
packages/simpleparse/trunk/debian/patches/remove-with-keyword.patch
packages/simpleparse/trunk/debian/rules
Modified: packages/simpleparse/trunk/debian/control
===================================================================
--- packages/simpleparse/trunk/debian/control 2009-03-21 12:47:18 UTC (rev 7944)
+++ packages/simpleparse/trunk/debian/control 2009-03-21 12:51:32 UTC (rev 7945)
@@ -11,7 +11,7 @@
Package: python-simpleparse
Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Python-Depends: python-simpleparse-mxtexttools (>= ${binary:Version})
Suggests: python-simpleparse-doc
XB-Python-Version: ${python:Versions}
@@ -23,6 +23,7 @@
Package: python-simpleparse-doc
Architecture: all
+Depends: ${misc:Depends}
Section: doc
Description: Documentation for simpleparse, a simple parser generator for Python
SimpleParse is a BSD-licensed Python package providing a simple parser
@@ -34,7 +35,7 @@
Package: python-simpleparse-mxtexttools
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A simple parser generator for Python - architecture dependent files
Modified: packages/simpleparse/trunk/debian/patches/remove-with-keyword.patch
===================================================================
--- packages/simpleparse/trunk/debian/patches/remove-with-keyword.patch 2009-03-21 12:47:18 UTC (rev 7944)
+++ packages/simpleparse/trunk/debian/patches/remove-with-keyword.patch 2009-03-21 12:51:32 UTC (rev 7945)
@@ -1,3 +1,5 @@
+Remove "with" keyword to remove a warning with python2.5
+
--- SimpleParse-2.1.0a1/stt/TextTools/TextTools.py~ 2006-02-19 00:33:56.000000000 +0100
+++ SimpleParse-2.1.0a1/stt/TextTools/TextTools.py 2008-01-26 17:07:18.000000000 +0100
@@ -167,7 +167,7 @@
Modified: packages/simpleparse/trunk/debian/rules
===================================================================
--- packages/simpleparse/trunk/debian/rules 2009-03-21 12:47:18 UTC (rev 7944)
+++ packages/simpleparse/trunk/debian/rules 2009-03-21 12:51:32 UTC (rev 7945)
@@ -6,6 +6,9 @@
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+binary-predeb/python-simpleparse-doc::
+ chmod 0644 $(CURDIR)/debian/python-simpleparse-doc/usr/share/doc/python-simpleparse-doc/examples/*
+
install/python-simpleparse::
for PY in $(shell pyversions -r); do \
mkdir -p debian/tmp/usr/lib/$$PY ; \
More information about the Python-modules-commits
mailing list