[Python-modules-commits] r14525 - in packages/python-whoosh/trunk/debian (3 files)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Tue Oct 5 21:07:48 UTC 2010
Date: Tuesday, October 5, 2010 @ 21:07:38
Author: aelmahmoudy-guest
Revision: 14525
* debian control:
+ Drop python-support from Build-Deps
+ Bumped python-all Build-Dep to (>= 2.6.6-2)
* debian/rules: added --with python2 to dh call.
Modified:
packages/python-whoosh/trunk/debian/changelog
packages/python-whoosh/trunk/debian/control
packages/python-whoosh/trunk/debian/rules
Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog 2010-10-05 20:28:15 UTC (rev 14524)
+++ packages/python-whoosh/trunk/debian/changelog 2010-10-05 21:07:38 UTC (rev 14525)
@@ -14,13 +14,16 @@
+ Dropped python-pyparsing from Depends & Build-Deps, since it is not used
anymore.
+ Add XS-Python-Version field.
+ + Drop python-support from Build-Deps
+ + Bumped python-all Build-Dep to (>= 2.6.6-2)
+ * debian/rules: added --with python2 to dh call.
* debian/copyright: updated copyrights.
* Dropped 01-remove-pyparsing.diff patch, as it is no more needed.
* Added shm_check.diff patch to check if semaphore locking works, since
/dev/shm is not mounted as tmpfs in build chroots.
* Removed debian/pyversions
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Tue, 05 Oct 2010 22:27:25 +0200
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Tue, 05 Oct 2010 23:06:25 +0200
python-whoosh (0.3.18-1) unstable; urgency=low
Modified: packages/python-whoosh/trunk/debian/control
===================================================================
--- packages/python-whoosh/trunk/debian/control 2010-10-05 20:28:15 UTC (rev 14524)
+++ packages/python-whoosh/trunk/debian/control 2010-10-05 21:07:38 UTC (rev 14525)
@@ -4,7 +4,7 @@
Uploaders: Daniel Watkins <daniel.watkins at credativ.co.uk>, Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 8), python-setuptools
-Build-Depends-Indep: python-support, python-sphinx, python-all
+Build-Depends-Indep: python-sphinx, python-all (>= 2.6.6-2)
Standards-Version: 3.9.1
Homepage: http://whoosh.ca/
XS-Python-Version: >= 2.5
Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules 2010-10-05 20:28:15 UTC (rev 14524)
+++ packages/python-whoosh/trunk/debian/rules 2010-10-05 21:07:38 UTC (rev 14525)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
PYVERS:=$(shell pyversions -vr)
More information about the Python-modules-commits
mailing list