[Python-modules-commits] r2780 - in /packages/genshi/trunk/debian: changelog control control.in rules

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Wed Jul 18 15:30:45 UTC 2007


Author: arnau-guest
Date: Wed Jul 18 15:30:45 2007
New Revision: 2780

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2780
Log:
New upstream release

Modified:
    packages/genshi/trunk/debian/changelog
    packages/genshi/trunk/debian/control
    packages/genshi/trunk/debian/control.in
    packages/genshi/trunk/debian/rules

Modified: packages/genshi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/changelog?rev=2780&op=diff
==============================================================================
--- packages/genshi/trunk/debian/changelog (original)
+++ packages/genshi/trunk/debian/changelog Wed Jul 18 15:30:45 2007
@@ -1,3 +1,13 @@
+genshi (0.4.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Build-Depends on python-support >= 0.6.4 and remove egg stuff from
+    debian/rules.
+  * debian/control*:
+    + Add XS-Vcs-Browser field.
+
+ -- Arnaud Fontaine <arnaud at andesi.org>  Tue, 17 Apr 2007 00:10:55 +0200
+
 genshi (0.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/genshi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/control?rev=2780&op=diff
==============================================================================
--- packages/genshi/trunk/debian/control (original)
+++ packages/genshi/trunk/debian/control Wed Jul 18 15:30:45 2007
@@ -3,10 +3,11 @@
 Priority: optional
 Maintainer: Arnaud Fontaine <arnaud at andesi.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2)
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.6.4)
 Build-Depends-Indep: python-setuptools (>= 0.6b3-1)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/genshi/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/genshi/?op=log
 
 Package: python-genshi
 Architecture: all

Modified: packages/genshi/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/control.in?rev=2780&op=diff
==============================================================================
--- packages/genshi/trunk/debian/control.in (original)
+++ packages/genshi/trunk/debian/control.in Wed Jul 18 15:30:45 2007
@@ -7,6 +7,7 @@
 Build-Depends-Indep: python-setuptools (>= 0.6b3-1)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/genshi/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/genshi/?op=log
 
 Package: python-genshi
 Architecture: all

Modified: packages/genshi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/debian/rules?rev=2780&op=diff
==============================================================================
--- packages/genshi/trunk/debian/rules (original)
+++ packages/genshi/trunk/debian/rules Wed Jul 18 15:30:45 2007
@@ -11,12 +11,6 @@
 
 # Install egg-info directories
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-DEB_PYTHON_DEFAULT_VERSION = $$(pyversions -vd)
-
-install/$(DEB_PYTHON_MODULE_PACKAGE)::
-	# Rename egg-info directory to share it between several python versions
-	mv debian/python-genshi/usr/lib/python$(DEB_PYTHON_DEFAULT_VERSION)/site-packages/Genshi-$(DEB_UPSTREAM_VERSION)-py$(DEB_PYTHON_DEFAULT_VERSION).egg-info \
-		debian/python-genshi/usr/lib/python$(DEB_PYTHON_DEFAULT_VERSION)/site-packages/Genshi-$(DEB_UPSTREAM_VERSION).egg-info
 
 clean::
 	-rm -rf Genshi.egg-info




More information about the Python-modules-commits mailing list