[Python-modules-commits] r2446 - in /packages/ruledispatch/trunk/debian: changelog control rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 19 20:10:54 UTC 2007


Author: kov
Date: Sat May 19 20:10:54 2007
New Revision: 2446

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2446
Log:
require python-support 0.6.4 and remove the mv hack for the
egg-info directory

Modified:
    packages/ruledispatch/trunk/debian/changelog
    packages/ruledispatch/trunk/debian/control
    packages/ruledispatch/trunk/debian/rules

Modified: packages/ruledispatch/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/changelog?rev=2446&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/changelog (original)
+++ packages/ruledispatch/trunk/debian/changelog Sat May 19 20:10:54 2007
@@ -1,3 +1,11 @@
+ruledispatch (0.5adev-6) unstable; urgency=low
+
+  * debian/control, debian/rules:
+  - require python-support 0.6.4 and remove the mv hack for the
+    egg-info directory (Closes: #423825)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 19 May 2007 17:07:01 -0300
+
 ruledispatch (0.5adev-5) unstable; urgency=low
 
   * Piotr Ozarowski <ozarow at gmail.com>:

Modified: packages/ruledispatch/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/control?rev=2446&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/control (original)
+++ packages/ruledispatch/trunk/debian/control Sat May 19 20:10:54 2007
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.3), python, python-setuptools (>= 0.6a9-1), python-all-dev, python-support (>= 0.3.4), python-protocols (>> 1.0)
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.3), python, python-setuptools (>= 0.6a9-1), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-protocols (>> 1.0)
 XS-Python-Version: >= 2.3
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ruledispatch/trunk/
 Standards-Version: 3.7.2

Modified: packages/ruledispatch/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/rules?rev=2446&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/rules (original)
+++ packages/ruledispatch/trunk/debian/rules Sat May 19 20:10:54 2007
@@ -6,10 +6,3 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-UPSTREAM_VERSION=$(shell echo ${DEB_UPSTREAM_VERSION} | sed s,dev,0,g)
-
-binary-post-install/python-dispatch::
-	EGGDIR=$$(find debian/python-dispatch/ -name RuleDispatch\*.egg-info | head -n 1); \
-	mv $${EGGDIR} \
-		debian/python-dispatch/usr/share/python-support/python-dispatch/RuleDispatch-${UPSTREAM_VERSION}.egg-info
-




More information about the Python-modules-commits mailing list