[Python-modules-commits] r8928 - in packages/python-toscawidgets/trunk/debian (changelog rules)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Jul 3 17:20:16 UTC 2009


    Date: Friday, July 3, 2009 @ 17:20:15
  Author: zack
Revision: 8928

fill in bug info for python-support feature request

Modified:
  packages/python-toscawidgets/trunk/debian/changelog
  packages/python-toscawidgets/trunk/debian/rules

Modified: packages/python-toscawidgets/trunk/debian/changelog
===================================================================
--- packages/python-toscawidgets/trunk/debian/changelog	2009-07-03 16:42:23 UTC (rev 8927)
+++ packages/python-toscawidgets/trunk/debian/changelog	2009-07-03 17:20:15 UTC (rev 8928)
@@ -1,10 +1,10 @@
-python-toscawidgets (0.9.7.1-2) UNRELEASED; urgency=low
+python-toscawidgets (0.9.7.1-2) experimental; urgency=low
 
   * debian/rules:
     - remove *.pyc before building
     - add ugly hack to avoid pysupport removing __init__.py from the
       templates/ dir: even if that dir contains no .py, it is used as a
-      module at runtime
+      module at runtime (see #535611)
 
  -- Stefano Zacchiroli <zack at debian.org>  Fri, 03 Jul 2009 13:32:00 +0200
 

Modified: packages/python-toscawidgets/trunk/debian/rules
===================================================================
--- packages/python-toscawidgets/trunk/debian/rules	2009-07-03 16:42:23 UTC (rev 8927)
+++ packages/python-toscawidgets/trunk/debian/rules	2009-07-03 17:20:15 UTC (rev 8928)
@@ -12,8 +12,9 @@
 
 # Dirs of Python modules which should exist in spite of not containing
 # any .py file (e.g. templates for genshi). This list is used to
-# hackishly work around pysupport eager removal of "unneeded"
-# __init__.py files
+# hackishly work around pysupport eager removal of "useless"
+# __init__.py files.
+# See #535611 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535611)
 force_modules = \
 	tw.forms/tw/forms/templates \
 	$(NULL)




More information about the Python-modules-commits mailing list