[Python-modules-commits] r7957 - in packages/python-docutils/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Mar 22 17:29:26 UTC 2009
Date: Sunday, March 22, 2009 @ 17:29:26
Author: piotr
Revision: 7957
* Switch to python-support
+ clean debian/rules a little bit (no need to rename Egg anymore)
* Add python-imaging to Recommends
(see writers/html4css1/__init__.py and parsers/rst/directives/images.py)
* XS-Dm-Upload-Allowed field removed (all Uploaders are DDs)
* Updated Standards-Version to 3.8.1 (no changes)
Modified:
packages/python-docutils/trunk/debian/changelog
packages/python-docutils/trunk/debian/control
packages/python-docutils/trunk/debian/rules
Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog 2009-03-22 16:11:36 UTC (rev 7956)
+++ packages/python-docutils/trunk/debian/changelog 2009-03-22 17:29:26 UTC (rev 7957)
@@ -1,10 +1,19 @@
python-docutils (0.5-3) UNRELEASED; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:15:09 +0100
+ [ Piotr Ożarowski ]
+ * Switch to python-support
+ + clean debian/rules a little bit (no need to rename Egg anymore)
+ * Add python-imaging to Recommends
+ (see writers/html4css1/__init__.py and parsers/rst/directives/images.py)
+ * XS-Dm-Upload-Allowed field removed (all Uploaders are DDs)
+ * Updated Standards-Version to 3.8.1 (no changes)
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Sun, 22 Mar 2009 18:06:02 +0100
+
python-docutils (0.5-2) unstable; urgency=low
* Upload docutils 0.5 to unstable
Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control 2009-03-22 16:11:36 UTC (rev 7956)
+++ packages/python-docutils/trunk/debian/control 2009-03-22 17:29:26 UTC (rev 7957)
@@ -4,17 +4,17 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: martin f. krafft <madduck at debian.org>, Simon McVittie <smcv at debian.org>
Build-Depends: debhelper (>= 5.0.37.1), dpatch, python-setuptools (>= 0.6b3), python (>= 2.3)
-Build-Depends-Indep: python-dev, xsltproc (>= 1.1.20), python-central (>= 0.6.0)
-Standards-Version: 3.7.3.0
+Build-Depends-Indep: python-dev, xsltproc (>= 1.1.20), python-support (>= 0.6.4)
+Standards-Version: 3.8.1
XS-Python-Version: >= 2.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-docutils/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-docutils/trunk/
Homepage: http://docutils.sourceforge.net/
-XS-Dm-Upload-Allowed: yes
Package: python-docutils
Architecture: all
Depends: ${python:Depends}, python-roman
+Recommends: python-imaging
Provides: ${python:Provides}
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french
XB-Python-Version: ${python:Versions}
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2009-03-22 16:11:36 UTC (rev 7956)
+++ packages/python-docutils/trunk/debian/rules 2009-03-22 17:29:26 UTC (rev 7957)
@@ -10,8 +10,6 @@
p = python-docutils
d = debian/$(p)
PYTHON = /usr/bin/python
-PYVER := $(shell $(PYTHON) -c 'import sys; print sys.version[:3]')
-DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
BUILDHTML_DIRS := .
BUILDHTML_RECURSE_DIRS := docs
@@ -56,9 +54,6 @@
--root debian/tmp --no-compile
$(PYTHON) setup_roman.py install \
--root debian/tmp --no-compile
- : # share Egg dir between all versions
- mv debian/tmp/usr/lib/python$(PYVER)/site-packages/docutils-$(DEB_UPSTREAM_VERSION)-py$(PYVER).egg-info \
- debian/tmp/usr/lib/python$(PYVER)/site-packages/docutils-$(DEB_UPSTREAM_VERSION).egg-info
: # give scripts canonical names in /usr/bin
cd debian/tmp/usr/bin && \
mv rst2newlatex.py rst2newlatex && \
@@ -140,7 +135,7 @@
dh_testroot
dh_installdocs *.txt *.html -XCOPYING
dh_install -i
- dh_pycentral
+ dh_pysupport
dh_installexamples
dh_installman
dh_installchangelogs
More information about the Python-modules-commits
mailing list