[Python-modules-commits] r14105 - in packages/nevow/trunk/debian (changelog rules)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Aug 1 21:03:40 UTC 2010


    Date: Sunday, August 1, 2010 @ 21:03:34
  Author: bernat
Revision: 14105

It is simpler to ship canvas.py and not Canvas.swf. Otherwise, it
would be needed to patch some files (like __init__.py and examples.tac
at least).

Modified:
  packages/nevow/trunk/debian/changelog
  packages/nevow/trunk/debian/rules

Modified: packages/nevow/trunk/debian/changelog
===================================================================
--- packages/nevow/trunk/debian/changelog	2010-08-01 20:48:00 UTC (rev 14104)
+++ packages/nevow/trunk/debian/changelog	2010-08-01 21:03:34 UTC (rev 14105)
@@ -1,8 +1,8 @@
 nevow (0.10.0-2) unstable; urgency=low
 
-  * Don't ship nevow.canvas since we don't know how to compile
-    Canvas.swf. This module is not maintained upstream and could be
-    removed in the future. Closes: #591198.
+  * Don't ship Canvas.swf since we don't know how to compile
+    it. nevow.canvas becomes non functional. It is not maintained upstream
+    and could be removed in the future. Closes: #591198.
   * Bump Standards-Version to 3.9.1.
   * Fix postrm to purge dropin.cache in nevow plugin directories. Also use
     twisted-plugins-cache trigger. Provide nevow-plugins-cache trigger for

Modified: packages/nevow/trunk/debian/rules
===================================================================
--- packages/nevow/trunk/debian/rules	2010-08-01 20:48:00 UTC (rev 14104)
+++ packages/nevow/trunk/debian/rules	2010-08-01 21:03:34 UTC (rev 14105)
@@ -23,7 +23,6 @@
 		mv debian/$(cdbs_curpkg)/usr/twisted \
 			debian/$(cdbs_curpkg)/usr/lib/$(shell pyversions -d)/site-packages
 	# Remove nevow.canvas (see bug #591198)
-	rm debian/$(cdbs_curpkg)/usr/lib/$(shell pyversions -d)/site-packages/nevow/canvas.py
 	rm debian/$(cdbs_curpkg)/usr/lib/$(shell pyversions -d)/site-packages/nevow/Canvas.swf
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	# Run tests




More information about the Python-modules-commits mailing list