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

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Aug 1 20:17:38 UTC 2010


    Date: Sunday, August 1, 2010 @ 20:17:26
  Author: bernat
Revision: 14101

Remove nevow.canvas.

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:01:44 UTC (rev 14100)
+++ packages/nevow/trunk/debian/changelog	2010-08-01 20:17:26 UTC (rev 14101)
@@ -1,3 +1,11 @@
+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.
+
+ -- Vincent Bernat <bernat at debian.org>  Sun, 01 Aug 2010 22:09:57 +0200
+
 nevow (0.10.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/nevow/trunk/debian/rules
===================================================================
--- packages/nevow/trunk/debian/rules	2010-08-01 20:01:44 UTC (rev 14100)
+++ packages/nevow/trunk/debian/rules	2010-08-01 20:17:26 UTC (rev 14101)
@@ -22,6 +22,9 @@
 	[ ! -d debian/$(cdbs_curpkg)/usr/twisted ] || \
 		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
 	ln -s ../../../doc \




More information about the Python-modules-commits mailing list