[Python-modules-commits] r8313 - in packages/python-werkzeug/trunk/debian (3 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Mon Apr 27 16:52:04 UTC 2009


    Date: Monday, April 27, 2009 @ 16:52:03
  Author: nslater-guest
Revision: 8313

some initial changes

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

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2009-04-27 09:54:11 UTC (rev 8312)
+++ packages/python-werkzeug/trunk/debian/changelog	2009-04-27 16:52:03 UTC (rev 8313)
@@ -1,3 +1,11 @@
+python-werkzeug (0.5-1) experimental; urgency=low
+
+  * New upstream release.
+  * Updated debian/control, removed Depends on python-wsgiref.
+  * Updated debian/rules, use /usr/share/pyshared directory. Closes: #517302
+
+ -- Noah Slater <nslater at tumbolia.org>  Mon, 27 Apr 2009 16:08:54 +0100
+
 python-werkzeug (0.4.1-1) experimental; urgency=low
 
   * New upstream release. Closes: #511553

Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control	2009-04-27 09:54:11 UTC (rev 8312)
+++ packages/python-werkzeug/trunk/debian/control	2009-04-27 16:52:03 UTC (rev 8313)
@@ -12,8 +12,7 @@
 
 Package: python-werkzeug
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery,
- python (>= 2.5) | python-wsgiref
+Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
 Recommends: python-simplejson
 Suggests: ipython, python-genshi, python-pkg-resources, python-lxml
 Description: collection of utilities for WSGI applications

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2009-04-27 09:54:11 UTC (rev 8312)
+++ packages/python-werkzeug/trunk/debian/rules	2009-04-27 16:52:03 UTC (rev 8313)
@@ -17,15 +17,15 @@
 # @@ workaround for #486848
 binary-arch binary-indep: build
 
-common-install-indep::
-	mkdir -p debian/python-werkzeug/usr/share/doc/python-werkzeug
-	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/*/site-packages/werkzeug/debug/shared/*
+#common-install-indep::
+#	mkdir -p debian/python-werkzeug/usr/share/doc/python-werkzeug
+#	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/share/pyshared/werkzeug/debug/shared/*
 
-binary-install/python-werkzeug::
-	dh_link usr/share/javascript/jquery/jquery.js \
-	    usr/share/python-support/python-werkzeug/werkzeug/debug/shared/jquery.js
+#binary-install/python-werkzeug::
+#	dh_link usr/share/javascript/jquery/jquery.js \
+#	    usr/share/pyshared/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