[Python-modules-commits] r2440 - in /packages/pyprotocols/trunk/debian: changelog control rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 19 19:31:13 UTC 2007


Author: kov
Date: Sat May 19 19:31:12 2007
New Revision: 2440

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2440
Log:
updated build-deps of python-support and python-all-dev according to
policy python-support requirement also involves removing the hack to
move the egg-info directory from the rules file

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

Modified: packages/pyprotocols/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/changelog?rev=2440&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/changelog (original)
+++ packages/pyprotocols/trunk/debian/changelog Sat May 19 19:31:12 2007
@@ -1,3 +1,14 @@
+pyprotocols (1.0a0dev-6) unstable; urgency=low
+
+  * debian/control:
+  - updated build-deps of python-support and python-all-dev according to policy
+    python-support requirement also involves the egg-info fix bellow
+  * debian/rules:
+  - remove hack to move the egg-info directory from the rules file; this is
+    now handled by python-support, since 0.6.4
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 19 May 2007 16:27:24 -0300
+
 pyprotocols (1.0a0dev-5) unstable; urgency=low
 
   * Piotr Ozarowski <ozarow at gmail.com>:

Modified: packages/pyprotocols/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/control?rev=2440&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/control (original)
+++ packages/pyprotocols/trunk/debian/control Sat May 19 19:31:12 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.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)
+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)
 XS-Python-Version: >= 2.3
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyprotocols/trunk/
 Standards-Version: 3.7.2

Modified: packages/pyprotocols/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/rules?rev=2440&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/rules (original)
+++ packages/pyprotocols/trunk/debian/rules Sat May 19 19:31:12 2007
@@ -25,10 +25,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,,g)
-
-binary-post-install/python-protocols::
-	EGGDIR=$$(find debian/python-protocols/ -name PyProtocols\*.egg-info | head -n 1); \
-	mv $${EGGDIR} \
-		debian/python-protocols/usr/share/python-support/python-protocols/PyProtocols-${UPSTREAM_VERSION}.egg-info
-




More information about the Python-modules-commits mailing list