[Python-modules-commits] r30519 - in	packages/python-django-debug-toolbar/trunk/debian (2 files)
    asb at users.alioth.debian.org 
    asb at users.alioth.debian.org
       
    Sun Sep  7 17:07:18 UTC 2014
    
    
  
    Date: Sunday, September 7, 2014 @ 17:07:17
  Author: asb
Revision: 30519
Jquery is no longer bundled, so drop linking code in debian/rules.
Modified:
  packages/python-django-debug-toolbar/trunk/debian/changelog
  packages/python-django-debug-toolbar/trunk/debian/rules
Modified: packages/python-django-debug-toolbar/trunk/debian/changelog
===================================================================
--- packages/python-django-debug-toolbar/trunk/debian/changelog	2014-09-07 17:07:15 UTC (rev 30518)
+++ packages/python-django-debug-toolbar/trunk/debian/changelog	2014-09-07 17:07:17 UTC (rev 30519)
@@ -2,6 +2,7 @@
 
   * debian/copyright: Update to properly conform to the machine-readable 
     copyright spec.
+  * Jquery is no longer bundled, so drop linking code in debian/rules.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 07 Jun 2014 23:32:19 -0400
 
Modified: packages/python-django-debug-toolbar/trunk/debian/rules
===================================================================
--- packages/python-django-debug-toolbar/trunk/debian/rules	2014-09-07 17:07:15 UTC (rev 30518)
+++ packages/python-django-debug-toolbar/trunk/debian/rules	2014-09-07 17:07:17 UTC (rev 30519)
@@ -3,18 +3,6 @@
 %:
 	dh $@ --with python2 --buildsystem=pybuild
 
-override_dh_python2:
-	dh_python2
-	
-	# Don't embed jQuery
-	for FILE in `find debian/*/usr -name jquery.js`; do\
-		ln -sf /usr/share/javascript/jquery/jquery.js $$FILE ; \
-	done
-	# Don't embed jQuery.cookie
-	for FILE in `find debian/*/usr -name jquery.cookie.js`; do\
-		ln -sf /usr/share/javascript/jquery-cookie/jquery.cookie.js $$FILE ; \
-	done
-
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	PYTHONPATH=. DJANGO_SETTINGS_MODULE=tests.settings django-admin test tests
    
    
More information about the Python-modules-commits
mailing list