[Python-modules-commits] r1317 - in /packages/routes/trunk/debian:
changelog control examples rules watch
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Sun Aug 27 10:49:42 UTC 2006
Author: pox-guest
Date: Sun Aug 27 10:49:41 2006
New Revision: 1317
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1317
Log:
some changes in build proces (i.e. bashism removed)
Removed:
packages/routes/trunk/debian/examples
Modified:
packages/routes/trunk/debian/changelog
packages/routes/trunk/debian/control
packages/routes/trunk/debian/rules
packages/routes/trunk/debian/watch
Modified: packages/routes/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/changelog?rev=1317&op=diff
==============================================================================
--- packages/routes/trunk/debian/changelog (original)
+++ packages/routes/trunk/debian/changelog Sun Aug 27 10:49:41 2006
@@ -1,9 +1,12 @@
-routes (1.4-2) UNRELEASED; urgency=low
+routes (1.4-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Removed bashism in build script (closes: #384817)
+ * Bumped python-central required version to 0.5 in order to satisfy lintian.
+ * Removed unneeded "build-python%" rules from debian/rules file
+ * Test files are not installed as examples anymore
* Added debian/pycompat file
- -- Piotr Ozarowski <ozarow at gmail.com> Tue, 25 Jul 2006 10:44:14 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com> Sun, 27 Aug 2006 11:56:56 +0200
routes (1.4-1) unstable; urgency=low
Modified: packages/routes/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/control?rev=1317&op=diff
==============================================================================
--- packages/routes/trunk/debian/control (original)
+++ packages/routes/trunk/debian/control Sun Aug 27 10:49:41 2006
@@ -4,7 +4,7 @@
Maintainer: Piotr Ozarowski <ozarow at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2)
-Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.4.17), python-setuptools (>= 0.6b3-1)
+Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5), python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
XS-Python-Version: all
Modified: packages/routes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/rules?rev=1317&op=diff
==============================================================================
--- packages/routes/trunk/debian/rules (original)
+++ packages/routes/trunk/debian/rules Sun Aug 27 10:49:41 2006
@@ -16,19 +16,16 @@
find . -name "\._*" -exec rm -f {} \;
dh_clean
-build: build-stamp
-build-stamp: $(PYVERS:%=build-python%)
- touch $@
-build-python%:
- python$* setup.py build
- touch $@
-install: build $(PYVERS:%=install-python%)
+build:
+
+install: $(PYVERS:%=install-python%)
install-python%:
python$* setup.py install \
--single-version-externally-managed \
--root $(CURDIR)/debian/python-routes
# share Egg dir (remove versions from dirname)
- mv debian/python-routes/usr/lib/python$*/site-packages/Routes{-${DEB_UPSTREAM_VERSION}-py$*,}.egg-info
+ mv debian/python-routes/usr/lib/python$*/site-packages/Routes-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+ debian/python-routes/usr/lib/python$*/site-packages/Routes-${DEB_UPSTREAM_VERSION}.egg-info
binary-indep: build install
dh_testdir -i
Modified: packages/routes/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/watch?rev=1317&op=diff
==============================================================================
--- packages/routes/trunk/debian/watch (original)
+++ packages/routes/trunk/debian/watch Sun Aug 27 10:49:41 2006
@@ -1,2 +1,2 @@
version=3
-http://cheeseshop.python.org/packages/source/R/Routes Routes-(.*)\.tar\.gz
+http://cheeseshop.python.org/packages/source/R/Routes/Routes-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list