[Python-modules-commits] r33844 - in packages/simpleparse/trunk/debian (5 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Tue Aug 18 12:21:47 UTC 2015
Date: Tuesday, August 18, 2015 @ 12:21:45
Author: bernat
Revision: 33844
Move to dh-python.
Modified:
packages/simpleparse/trunk/debian/changelog
packages/simpleparse/trunk/debian/control
packages/simpleparse/trunk/debian/rules
Deleted:
packages/simpleparse/trunk/debian/pycompat
packages/simpleparse/trunk/debian/pyversions
Modified: packages/simpleparse/trunk/debian/changelog
===================================================================
--- packages/simpleparse/trunk/debian/changelog 2015-08-18 12:13:26 UTC (rev 33843)
+++ packages/simpleparse/trunk/debian/changelog 2015-08-18 12:21:45 UTC (rev 33844)
@@ -5,6 +5,7 @@
[ Vincent Bernat ]
* Move to "3.0 (quilt)" format.
+ * Move to dh-python.
-- Vincent Bernat <bernat at debian.org> Tue, 18 Aug 2015 14:07:18 +0200
Modified: packages/simpleparse/trunk/debian/control
===================================================================
--- packages/simpleparse/trunk/debian/control 2015-08-18 12:13:26 UTC (rev 33843)
+++ packages/simpleparse/trunk/debian/control 2015-08-18 12:21:45 UTC (rev 33844)
@@ -4,9 +4,9 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat at debian.org>
Build-Depends: debhelper (>= 7),
- cdbs (>= 0.4.43),
- python-all-dev (>= 2.3.5-11),
- python-support (>= 0.6.4),
+ cdbs (>= 0.4.90~),
+ dh-python,
+ python-all-dev (>= 2.6.6-3~),
python-setuptools (>= 0.6b3),
python-egenix-mxdatetime
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/simpleparse/trunk/
@@ -19,7 +19,6 @@
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Python-Depends: python-simpleparse-mxtexttools (>= ${binary:Version})
Suggests: python-simpleparse-doc
-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
@@ -42,7 +41,6 @@
Architecture: any
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
SimpleParse is a BSD-licensed Python package providing a simple parser
generator for use with the mxTextTools text-tagging engine. SimpleParse
Deleted: packages/simpleparse/trunk/debian/pycompat
===================================================================
--- packages/simpleparse/trunk/debian/pycompat 2015-08-18 12:13:26 UTC (rev 33843)
+++ packages/simpleparse/trunk/debian/pycompat 2015-08-18 12:21:45 UTC (rev 33844)
@@ -1 +0,0 @@
-2
Deleted: packages/simpleparse/trunk/debian/pyversions
===================================================================
--- packages/simpleparse/trunk/debian/pyversions 2015-08-18 12:13:26 UTC (rev 33843)
+++ packages/simpleparse/trunk/debian/pyversions 2015-08-18 12:21:45 UTC (rev 33844)
@@ -1 +0,0 @@
-2.4-
Modified: packages/simpleparse/trunk/debian/rules
===================================================================
--- packages/simpleparse/trunk/debian/rules 2015-08-18 12:13:26 UTC (rev 33843)
+++ packages/simpleparse/trunk/debian/rules 2015-08-18 12:21:45 UTC (rev 33844)
@@ -1,7 +1,5 @@
#!/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
@@ -9,11 +7,6 @@
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 ; \
- ln -s ../../../../../$$(echo $$(echo build/lib.*-$$(echo $$PY | sed 's/python//'))) \
- debian/tmp/usr/lib/$$PY/site-packages ; \
- done
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
ln -s ../test_printers_garbage.py tests/test_printers_garbage.py
for PY in $(shell pyversions -r); do \
More information about the Python-modules-commits
mailing list