[Python-modules-commits] r2400 - in /packages/quixote/trunk/debian: changelog control rules
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Mon May 14 15:54:07 UTC 2007
Author: malex
Date: Mon May 14 15:54:07 2007
New Revision: 2400
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2400
Log:
Update for new python-support
Modified:
packages/quixote/trunk/debian/changelog
packages/quixote/trunk/debian/control
packages/quixote/trunk/debian/rules
Modified: packages/quixote/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/debian/changelog?rev=2400&op=diff
==============================================================================
--- packages/quixote/trunk/debian/changelog (original)
+++ packages/quixote/trunk/debian/changelog Mon May 14 15:54:07 2007
@@ -1,3 +1,11 @@
+quixote (2.4-9) unstable; urgency=low
+
+ * Update for new python-support:
+ - debian/control: Change versioned dependency on python-support to 0.6.4.
+ - debian/rules: Don't handle moving .egg.info anymore.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 14 May 2007 09:51:39 -0600
+
quixote (2.4-8) unstable; urgency=low
- Piotr Ozarowski <ozarow at gmail.com>
Modified: packages/quixote/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/debian/control?rev=2400&op=diff
==============================================================================
--- packages/quixote/trunk/debian/control (original)
+++ packages/quixote/trunk/debian/control Mon May 14 15:54:07 2007
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Oleksandr Moskalenko <malex at debian.org>
Uploaders: Neil Schemenauer <nas at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: dpatch, debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3), python-setuptools (>= 0.6b3-1)
+Build-Depends: dpatch, debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/quixote/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/?op=log
Modified: packages/quixote/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/debian/rules?rev=2400&op=diff
==============================================================================
--- packages/quixote/trunk/debian/rules (original)
+++ packages/quixote/trunk/debian/rules Mon May 14 15:54:07 2007
@@ -54,9 +54,6 @@
--no-compile \
--single-version-externally-managed \
--root $(DEBIAN_DIR)/$(package)
- # share Egg dir
- mv debian/$(package)/usr/lib/python$(PYVER)/site-packages/Quixote-${DEB_UPSTREAM_VERSION}-py$(PYVER).egg-info \
- debian/$(package)/usr/lib/python$(PYVER)/site-packages/Quixote-${DEB_UPSTREAM_VERSION}.egg-info
binary-indep: build install
More information about the Python-modules-commits
mailing list