[Python-modules-commits] r11944 - in packages/python-whoosh/trunk/debian (4 files)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Thu Feb 25 08:38:02 UTC 2010


    Date: Thursday, February 25, 2010 @ 08:37:59
  Author: aelmahmoudy-guest
Revision: 11944

* debian/control: Added libjs-jquery to Depends.
* debian/rules: Override dh_installdocs to avoid installing convenience copy of
  jquery.js. Instead, it is symlinked from the libjs-jquery package.
* Added debian/python-whoosh.links

Added:
  packages/python-whoosh/trunk/debian/python-whoosh.links
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-02-25 07:49:25 UTC (rev 11943)
+++ packages/python-whoosh/trunk/debian/changelog	2010-02-25 08:37:59 UTC (rev 11944)
@@ -1,12 +1,16 @@
 python-whoosh (0.3.18-1) unstable; urgency=low
 
   * New upstream release.
-  * debian/control: add python-sphinx to Build-Depeneds-Indep to build
-    documentation.
+  * debian/control:
+    + Added python-sphinx to Build-Depeneds-Indep to build documentation.
+    + Added libjs-jquery to Depends.
   * debian/rules:
     + override dh_auto_test to run test suite.
     + override dh_auto_build to also build documentation.
     + override dh_compress to avoid compressing Whoosh documentation files.
+    + Override dh_installdocs to avoid installing convenience copy of
+      jquery.js. Instead, it is symlinked from the libjs-jquery package.
+  * Added debian/python-whoosh.docs, debian/python-whoosh.links
 
  -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>  Thu, 25 Feb 2010 08:49:55 +0200
 

Modified: packages/python-whoosh/trunk/debian/control
===================================================================
--- packages/python-whoosh/trunk/debian/control	2010-02-25 07:49:25 UTC (rev 11943)
+++ packages/python-whoosh/trunk/debian/control	2010-02-25 08:37:59 UTC (rev 11944)
@@ -12,7 +12,7 @@
 
 Package: python-whoosh
 Architecture: all
-Depends: python-pyparsing, ${python:Depends}, ${misc:Depends}
+Depends: python-pyparsing, ${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

Added: packages/python-whoosh/trunk/debian/python-whoosh.links
===================================================================
--- packages/python-whoosh/trunk/debian/python-whoosh.links	                        (rev 0)
+++ packages/python-whoosh/trunk/debian/python-whoosh.links	2010-02-25 08:37:59 UTC (rev 11944)
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/python-whoosh/html/_static/jquery.js

Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules	2010-02-25 07:49:25 UTC (rev 11943)
+++ packages/python-whoosh/trunk/debian/rules	2010-02-25 08:37:59 UTC (rev 11944)
@@ -20,6 +20,9 @@
 	rm -f debian/python-whoosh$(call py_libdir,$(shell pyversions -vd))/whoosh/support/pyparsing.py
 	dh_pysupport
 
+override_dh_installdocs:
+	dh_installdocs -Xjquery.js
+
 override_dh_fixperms:
 	dh_fixperms
 	chmod -x debian/python-whoosh/usr/share/pyshared/*.egg-info/*




More information about the Python-modules-commits mailing list