[Python-modules-commits] r4656 - in packages/routes/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Feb 27 22:06:09 UTC 2008
Date: Wednesday, February 27, 2008 @ 22:06:07
Author: piotr
Revision: 4656
* debian/control: uniforming Vcs-Browser field
* New upstream release
* 01_disable_ez_setup patch removed (fixed upstream)
* Switch from python-central to python-support
* Compress binary package with bzip2
* Strip the "-1" from setuptools' required version
* Bump Standards-Version to 3.7.3 (no changes needed)
Modified:
packages/routes/trunk/debian/changelog
packages/routes/trunk/debian/control
packages/routes/trunk/debian/rules
Deleted:
packages/routes/trunk/debian/patches/
Modified: packages/routes/trunk/debian/changelog
===================================================================
--- packages/routes/trunk/debian/changelog 2008-02-27 21:12:19 UTC (rev 4655)
+++ packages/routes/trunk/debian/changelog 2008-02-27 22:06:07 UTC (rev 4656)
@@ -1,10 +1,18 @@
-routes (1.7.1-2) UNRELEASED; urgency=low
+routes (1.7.2-1) unstable; urgency=low
- * debian/control
- - uniforming Vcs-Browser field
+ [ Sandro Tosi ]
+ * debian/control: uniforming Vcs-Browser field
- -- Sandro Tosi <matrixhasu at gmail.com> Thu, 03 Jan 2008 12:16:34 +0100
+ [ Piotr Ożarowski ]
+ * New upstream release
+ * 01_disable_ez_setup patch removed (fixed upstream)
+ * Switch from python-central to python-support
+ * Compress binary package with bzip2
+ * Strip the "-1" from setuptools' required version
+ * Bump Standards-Version to 3.7.3 (no changes needed)
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 27 Feb 2008 22:43:50 +0100
+
routes (1.7.1-1) unstable; urgency=low
* New upstream release
Modified: packages/routes/trunk/debian/control
===================================================================
--- packages/routes/trunk/debian/control 2008-02-27 21:12:19 UTC (rev 4655)
+++ packages/routes/trunk/debian/control 2008-02-27 22:06:07 UTC (rev 4656)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), dpatch
-Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python (>= 2.3.5-7), python-all, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Standards-Version: 3.7.3
Homepage: http://routes.groovie.org/
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/routes/trunk/
Modified: packages/routes/trunk/debian/rules
===================================================================
--- packages/routes/trunk/debian/rules 2008-02-27 21:12:19 UTC (rev 4655)
+++ packages/routes/trunk/debian/rules 2008-02-27 22:06:07 UTC (rev 4656)
@@ -2,47 +2,42 @@
#export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
-
DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
| sed -rne 's,^Version: ([^-]+).*,\1,p')
PYVERS=$(shell pyversions -vr)
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -rf dist build
- find . -name *\.py[co] -delete
+ find . -name "*\.py[co]" -delete
find . -name "\._*" -delete
dh_clean
build:
-install: patch $(PYVERS:%=install-python%)
+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 \
- debian/python-routes/usr/lib/python$*/site-packages/Routes-${DEB_UPSTREAM_VERSION}.egg-info
binary-indep: build install
dh_testdir -i
dh_testroot -i
dh_installchangelogs -i
dh_installdocs -i
- dh_pycentral -i
+ dh_pysupport -i
dh_compress -i -X.py
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
- dh_builddeb -i
+ dh_builddeb -i -- -Z bzip2
binary-arch:
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure unpatch
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list