[Python-modules-commits] r1578 - in
/packages/pyprotocols/trunk/debian: changelog control rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Tue Dec 5 01:40:16 CET 2006
Author: kov
Date: Tue Dec 5 01:40:15 2006
New Revision: 1578
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1578
Log:
- debian/rules:
+ fix code to handle the case in which the egg-info directory
is in /usr/share/python-support already (Closes: #401166)
- debian/control:
+ add build-depends on python-support >= 0.3.4
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=1578&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/changelog (original)
+++ packages/pyprotocols/trunk/debian/changelog Tue Dec 5 01:40:15 2006
@@ -1,8 +1,16 @@
pyprotocols (1.0a0dev-5) UNRELEASED; urgency=low
- * Added XS-Vcs-Svn field
+ * Piotr Ozarowski <ozarow at gmail.com>:
+ - Added XS-Vcs-Svn field
- -- Piotr Ozarowski <ozarow at gmail.com> Thu, 23 Nov 2006 14:44:50 +0100
+ * Gustavo Noronha:
+ - debian/rules:
+ + fix code to handle the case in which the egg-info directory
+ is in /usr/share/python-support already (Closes: #401166)
+ - debian/control:
+ + add build-depends on python-support >= 0.3.4
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 4 Dec 2006 22:39:08 -0200
pyprotocols (1.0a0dev-4) unstable; urgency=low
Modified: packages/pyprotocols/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/control?rev=1578&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/control (original)
+++ packages/pyprotocols/trunk/debian/control Tue Dec 5 01:40:15 2006
@@ -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)
+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)
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=1578&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/rules (original)
+++ packages/pyprotocols/trunk/debian/rules Tue Dec 5 01:40:15 2006
@@ -28,8 +28,7 @@
UPSTREAM_VERSION=$(shell echo ${DEB_UPSTREAM_VERSION} | sed s,dev,,g)
binary-post-install/python-protocols::
- EGGDIR=$$(find debian/python-protocols/usr/lib/ -name PyProtocols\*.egg-info | head -n 1); \
+ 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
- find debian/python-protocols/usr/lib/ -name PyProtocols\*.egg-info | xargs rm -rf
More information about the Python-modules-commits
mailing list