[Python-modules-commits] r24727 - in packages/python-xlrd/trunk/debian (4 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Tue Jun 11 12:59:14 UTC 2013
Date: Tuesday, June 11, 2013 @ 12:59:08
Author: bernat
Revision: 24727
New upstream version.
Modified:
packages/python-xlrd/trunk/debian/changelog
packages/python-xlrd/trunk/debian/rules
packages/python-xlrd/trunk/debian/source/format
packages/python-xlrd/trunk/debian/watch
Modified: packages/python-xlrd/trunk/debian/changelog
===================================================================
--- packages/python-xlrd/trunk/debian/changelog 2013-06-11 12:51:07 UTC (rev 24726)
+++ packages/python-xlrd/trunk/debian/changelog 2013-06-11 12:59:08 UTC (rev 24727)
@@ -1,12 +1,15 @@
-python-xlrd (0.6.1-3) UNRELEASED; urgency=low
+python-xlrd (0.9.2-1) UNRELEASED; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Vincent Bernat ]
* Promote Debian Python Modules Team as maintainer. Closes: #700555.
+ * Switch from dpatch to 3.0 (quilt) format. Closes: #664378.
+ * New upstream release. Closes: #682962.
+ + Update debian/watch to look at Pypi.
- -- Vincent Bernat <bernat at debian.org> Tue, 11 Jun 2013 12:14:30 +0200
+ -- Vincent Bernat <bernat at guybrush.luffy.cx> Tue, 11 Jun 2013 14:53:25 +0200
python-xlrd (0.6.1-2) unstable; urgency=low
Modified: packages/python-xlrd/trunk/debian/rules
===================================================================
--- packages/python-xlrd/trunk/debian/rules 2013-06-11 12:51:07 UTC (rev 24726)
+++ packages/python-xlrd/trunk/debian/rules 2013-06-11 12:59:08 UTC (rev 24727)
@@ -1,17 +1,15 @@
#!/usr/bin/make -f
-include /usr/share/dpatch/dpatch.make
-
build:
-clean: unpatch
+clean:
dh_testdir
dh_testroot
dh_clean
rm -rf build/
find . -name "*.pyc" | xargs rm -f
-install: patch
+install:
dh_testdir
dh_testroot
dh_clean -k
Modified: packages/python-xlrd/trunk/debian/source/format
===================================================================
--- packages/python-xlrd/trunk/debian/source/format 2013-06-11 12:51:07 UTC (rev 24726)
+++ packages/python-xlrd/trunk/debian/source/format 2013-06-11 12:59:08 UTC (rev 24727)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
Modified: packages/python-xlrd/trunk/debian/watch
===================================================================
--- packages/python-xlrd/trunk/debian/watch 2013-06-11 12:51:07 UTC (rev 24726)
+++ packages/python-xlrd/trunk/debian/watch 2013-06-11 12:59:08 UTC (rev 24727)
@@ -1,2 +1,2 @@
version=2
-http://www.lexicon.net/sjmachin/xlrd.htm xlrd-(.*)\.zip
+http://pypi.python.org/packages/source/x/xlrd/xlrd-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list