[Python-modules-commits] r7342 - in packages/python-werkzeug/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jan 15 18:43:36 UTC 2009


    Date: Thursday, January 15, 2009 @ 18:43:36
  Author: piotr
Revision: 7342

invoke dh_link after dh_pysupport (it will also remove the original file)

Modified:
  packages/python-werkzeug/trunk/debian/rules

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2009-01-15 18:20:31 UTC (rev 7341)
+++ packages/python-werkzeug/trunk/debian/rules	2009-01-15 18:43:36 UTC (rev 7342)
@@ -22,9 +22,10 @@
 	rm debian/python-werkzeug/usr/docs/README
 	mv debian/python-werkzeug/usr/docs debian/python-werkzeug/usr/share/doc/python-werkzeug/html
 	chmod 644 debian/python-werkzeug/usr/lib/python2.5/site-packages/werkzeug/debug/shared/*
-	rm -f debian/python-werkzeug/usr/lib/python2.5/site-packages/werkzeug/debug/shared/jquery.js
+
+binary-install/python-werkzeug::
 	dh_link usr/share/javascript/jquery/jquery.js \
-	    usr/lib/python2.5/site-packages/werkzeug/debug/shared/jquery.js
+	    usr/share/python-support/python-werkzeug/werkzeug/debug/shared/jquery.js
 
 # @@ only works from source directory, see #494141
 .PHONY: get-orig-source




More information about the Python-modules-commits mailing list