[Python-modules-commits] r14858 - in packages/python-solrpy/trunk/debian (control rules)

ockham-guest at users.alioth.debian.org ockham-guest at users.alioth.debian.org
Sat Nov 6 19:48:45 UTC 2010


    Date: Saturday, November 6, 2010 @ 19:48:39
  Author: ockham-guest
Revision: 14858

Link to jquery instead of installing it

Modified:
  packages/python-solrpy/trunk/debian/control
  packages/python-solrpy/trunk/debian/rules

Modified: packages/python-solrpy/trunk/debian/control
===================================================================
--- packages/python-solrpy/trunk/debian/control	2010-11-06 04:13:51 UTC (rev 14857)
+++ packages/python-solrpy/trunk/debian/control	2010-11-06 19:48:39 UTC (rev 14858)
@@ -14,7 +14,7 @@
 Package: python-solrpy
 Architecture: all
 Depends:
- ${misc:Depends}, ${python:Depends}
+ ${misc:Depends}, ${python:Depends}, libjs-jquery
 Description: Python client for Solr
  python-solrpy is a Python client for Solr, an enterprise search server
  built on top of Lucene. python-solrpy allows you to add documents to a

Modified: packages/python-solrpy/trunk/debian/rules
===================================================================
--- packages/python-solrpy/trunk/debian/rules	2010-11-06 04:13:51 UTC (rev 14857)
+++ packages/python-solrpy/trunk/debian/rules	2010-11-06 19:48:39 UTC (rev 14858)
@@ -3,6 +3,12 @@
 %:
 	dh $@
 
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/python-solrpy/usr/share/doc/python-solrpy/html/_static/jquery.js
+	dh_link /usr/share/javascript/jquery/jquery.js \
+		/usr/share/doc/python-solrpy/html/_static/jquery.js
+
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -e; \




More information about the Python-modules-commits mailing list