[Python-modules-commits] r15733 - in packages/creoleparser/trunk/debian (4 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Wed Feb 16 21:12:00 UTC 2011
Date: Wednesday, February 16, 2011 @ 21:11:54
Author: bzed
Revision: 15733
* New upstream release.
* Migrating to dh_python2.
* Bumping Standards-Version to 3.9.1, no changes necessary.
Modified:
packages/creoleparser/trunk/debian/changelog
packages/creoleparser/trunk/debian/compat
packages/creoleparser/trunk/debian/control
packages/creoleparser/trunk/debian/rules
Modified: packages/creoleparser/trunk/debian/changelog
===================================================================
--- packages/creoleparser/trunk/debian/changelog 2011-02-16 21:08:30 UTC (rev 15732)
+++ packages/creoleparser/trunk/debian/changelog 2011-02-16 21:11:54 UTC (rev 15733)
@@ -1,3 +1,11 @@
+creoleparser (0.7.2-4) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Migrating to dh_python2.
+ * Bumping Standards-Version to 3.9.1, no changes necessary.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 16 Feb 2011 22:10:23 +0100
+
creoleparser (0.7.2-3) unstable; urgency=low
* Really fix the string exceptions by adding the patch to 00list.
Modified: packages/creoleparser/trunk/debian/compat
===================================================================
--- packages/creoleparser/trunk/debian/compat 2011-02-16 21:08:30 UTC (rev 15732)
+++ packages/creoleparser/trunk/debian/compat 2011-02-16 21:11:54 UTC (rev 15733)
@@ -1 +1 @@
-5
+7
Modified: packages/creoleparser/trunk/debian/control
===================================================================
--- packages/creoleparser/trunk/debian/control 2011-02-16 21:08:30 UTC (rev 15732)
+++ packages/creoleparser/trunk/debian/control 2011-02-16 21:11:54 UTC (rev 15733)
@@ -3,15 +3,16 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5), python-all, dpatch
-Build-Depends-Indep: python-genshi (>= 0.4), python-support
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5), python-all (>= 2.6.6-3), dpatch
+Build-Depends-Indep: python-genshi (>= 0.4)
+Standards-Version: 3.9.1
Homepage: http://creoleparser.googlepages.com
Vcs-Svn: svn://svn.debian.org/python-modules/packages/creoleparser/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/creoleparser/trunk/?op=log
Package: python-creoleparser
Architecture: all
+Breaks: ${python:Breaks}
Depends: ${python:Depends}, python-genshi (>= 0.4), ${misc:Depends}
Description: Parser for the Creole common wiki markup language
Creoleparser is a Python library for converting Creole wiki markup for
Modified: packages/creoleparser/trunk/debian/rules
===================================================================
--- packages/creoleparser/trunk/debian/rules 2011-02-16 21:08:30 UTC (rev 15732)
+++ packages/creoleparser/trunk/debian/rules 2011-02-16 21:11:54 UTC (rev 15733)
@@ -5,6 +5,7 @@
PKGNAME:=python-creoleparser
PYVERS:=$(shell pyversions -r)
+PYVERSONLY:=$(shell pyversions -rv)
include /usr/share/dpatch/dpatch.make
-include /usr/share/python/python.mk
@@ -17,14 +18,6 @@
for py in $(PYVERS); do \
$$py setup.py build; \
done
-
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
- set -e ;\
- for py in $(PYVERS); do \
- PYTHONPATH=$(CURDIR)/build/lib $$py $(CURDIR)/build/lib/creoleparser/__init__.py; \
- done
-endif
-
touch $@
clean: clean-patched unpatch
@@ -43,13 +36,20 @@
install-stamp:
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
set -e; \
for py in $(PYVERS); do \
$$py setup.py install --root=debian/$(PKGNAME) $(py_setup_install_args); \
done
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ set -e ;\
+ for py in $(PYVERSONLY); do \
+ PYTHONPATH=$(CURDIR)/debian/$(PKGNAME)/usr/lib/python$$py/$(call py_sitename_sh, $$py) python$$py $(CURDIR)/debian/$(PKGNAME)/usr/lib/python$$py/$(call py_sitename_sh, $$py)/creoleparser/__init__.py; \
+ done
+endif
+
dh_installdocs -A
touch install-stamp
@@ -62,7 +62,7 @@
dh_installchangelogs CHANGES.txt
dh_compress -X.py
dh_fixperms
- dh_pysupport
+ dh_python2
dh_installdeb
dh_gencontrol
dh_md5sums
More information about the Python-modules-commits
mailing list