[Python-modules-commits] r10292 - in packages/python-whoosh/trunk/debian (3 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Thu Nov 5 10:12:44 UTC 2009
Date: Thursday, November 5, 2009 @ 10:12:30
Author: bzed
Revision: 10292
* Bump versions in build-deps to ensure that dh overrides and
--with-quilt works
* Drop tests part from debian/rules completely, there is no test
in the source anymore.
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 2009-11-05 10:04:03 UTC (rev 10291)
+++ packages/python-whoosh/trunk/debian/changelog 2009-11-05 10:12:30 UTC (rev 10292)
@@ -3,8 +3,12 @@
[ Bernd Zeimetz ]
* New upstream release.
* Fix watch file to avoid cluttered versions.
+ * Bump versions in build-deps to ensure that dh overrides and
+ --with-quilt works
+ * Drop tests part from debian/rules completely, there is no test
+ in the source anymore.
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Thu, 05 Nov 2009 10:51:30 +0100
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Thu, 05 Nov 2009 11:09:36 +0100
python-whoosh (0.3.~0b24-1) experimental; urgency=low
Modified: packages/python-whoosh/trunk/debian/control
===================================================================
--- packages/python-whoosh/trunk/debian/control 2009-11-05 10:04:03 UTC (rev 10291)
+++ packages/python-whoosh/trunk/debian/control 2009-11-05 10:12:30 UTC (rev 10292)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Daniel Watkins <daniel.watkins at credativ.co.uk>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-setuptools, quilt
+Build-Depends: debhelper (>= 7.0.50), python-setuptools, quilt (>= 0.46-7)
Build-Depends-Indep: python-support, python-pyparsing
Standards-Version: 3.8.1
Homepage: http://whoosh.ca/
Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules 2009-11-05 10:04:03 UTC (rev 10291)
+++ packages/python-whoosh/trunk/debian/rules 2009-11-05 10:12:30 UTC (rev 10292)
@@ -1,26 +1,11 @@
#!/usr/bin/make -f
include /usr/share/python/python.mk
-include /usr/share/quilt/quilt.make
-clean: unpatch
- dh $@
+%:
+ dh $@ --with quilt
-build: patch
-#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-# python setup.py test
-#endif
- dh $@
-
-install: build
- dh $@ --before dh_pysupport
+override_dh_pysupport:
rm -f debian/python-whoosh$(call py_libdir,$(shell pyversions -vd))/whoosh/support/pyparsing.py
- dh $@ --remaining
+ dh_pysupport
-binary-indep: install
- dh $@
-
-binary-arch:
-
-binary: binary-arch binary-indep
- dh $@
More information about the Python-modules-commits
mailing list