[Python-modules-commits] r5236 - in packages/genshi/trunk/debian (4 files)
mtaylor-guest at users.alioth.debian.org
mtaylor-guest at users.alioth.debian.org
Sat May 3 22:47:44 UTC 2008
Date: Saturday, May 3, 2008 @ 22:47:42
Author: mtaylor-guest
Revision: 5236
* Reverted change from r4029 removing python-setuptools. Setuptools is
required for the entrypoints to be able to provide templates for
TurboGears. Closes: #479256.
Modified:
packages/genshi/trunk/debian/changelog
packages/genshi/trunk/debian/control
packages/genshi/trunk/debian/rules
Deleted:
packages/genshi/trunk/debian/patches/
Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog 2008-05-03 12:43:31 UTC (rev 5235)
+++ packages/genshi/trunk/debian/changelog 2008-05-03 22:47:42 UTC (rev 5236)
@@ -1,3 +1,11 @@
+genshi (0.4.4-4) UNRELEASED; urgency=low
+
+ * Reverted change from r4029 removing python-setuptools. Setuptools is
+ required for the entrypoints to be able to provide templates for
+ TurboGears. Closes: #479256.
+
+ -- Monty Taylor <mordred at inaugust.com> Sat, 03 May 2008 15:35:09 -0700
+
genshi (0.4.4-3) unstable; urgency=low
[ Arnaud Fontaine ]
Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control 2008-05-03 12:43:31 UTC (rev 5235)
+++ packages/genshi/trunk/debian/control 2008-05-03 22:47:42 UTC (rev 5236)
@@ -6,8 +6,8 @@
Build-Depends: debhelper (>= 5.0.37.2),
cdbs (>= 0.4.43),
python-dev (>= 2.4),
- python-support (>= 0.7.1),
- quilt
+ python-support (>= 0.7.1)
+Build-Depends-Indep: python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.3
Homepage: http://genshi.edgewall.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/genshi/trunk/
@@ -16,7 +16,7 @@
Package: python-genshi
Architecture: all
Depends: ${python:Depends}
-Suggests: doc-base
+Suggests: doc-base, python-setuptools
Description: Python XML-based template engine
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML or XML
Modified: packages/genshi/trunk/debian/rules
===================================================================
--- packages/genshi/trunk/debian/rules 2008-05-03 12:43:31 UTC (rev 5235)
+++ packages/genshi/trunk/debian/rules 2008-05-03 22:47:42 UTC (rev 5236)
@@ -5,7 +5,12 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# Don't compress .py files
DEB_COMPRESS_EXCLUDE := .py .txt .cfg
+
+# Install egg-info directories
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+clean::
+ -rm -rf Genshi.egg-info
More information about the Python-modules-commits
mailing list