[Python-modules-commits] r14523 - in packages/python-whoosh/trunk/debian (changelog control)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Tue Oct 5 20:10:49 UTC 2010
Date: Tuesday, October 5, 2010 @ 20:10:28
Author: aelmahmoudy-guest
Revision: 14523
Dropped python-pyparsing from Depends & Build-Deps, since it is not used
anymore.
Modified:
packages/python-whoosh/trunk/debian/changelog
packages/python-whoosh/trunk/debian/control
Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog 2010-10-05 20:08:21 UTC (rev 14522)
+++ packages/python-whoosh/trunk/debian/changelog 2010-10-05 20:10:28 UTC (rev 14523)
@@ -9,13 +9,16 @@
[ Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) ]
* New upstream release
* Bumped compat level to 8.
- * debian/control: Bumped Standards-Version to 3.9.1 (no changes needed)
+ * debian/control:
+ + Bumped Standards-Version to 3.9.1 (no changes needed)
+ + Dropped python-pyparsing from Depends & Build-Deps, since it is not used
+ anymore.
+ * debian/copyright: updated copyrights.
* Dropped 01-remove-pyparsing.diff patch, as it is no more needed.
- * debian/copyright: updated copyrights.
* Added shm_check.diff patch to check if semaphore locking works, since
/dev/shm is not mounted as tmpfs in build chroots.
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Tue, 05 Oct 2010 22:07:05 +0200
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Tue, 05 Oct 2010 22:09:27 +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:08:21 UTC (rev 14522)
+++ packages/python-whoosh/trunk/debian/control 2010-10-05 20:10:28 UTC (rev 14523)
@@ -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-pyparsing, python-sphinx, python-all
+Build-Depends-Indep: python-support, python-sphinx, python-all
Standards-Version: 3.9.1
Homepage: http://whoosh.ca/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-whoosh/trunk/
@@ -12,7 +12,7 @@
Package: python-whoosh
Architecture: all
-Depends: python-pyparsing, ${python:Depends}, ${misc:Depends}, libjs-jquery
+Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
Description: pure-Python full-text indexing, search, and spell checking library
Whoosh is a fast, pure-Python indexing and search library. Programmers
can use it to easily add search functionality to their applications and
More information about the Python-modules-commits
mailing list