[Python-modules-commits] r14144 - in packages/markupsafe/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Aug 7 02:41:54 UTC 2010


    Date: Saturday, August 7, 2010 @ 02:41:53
  Author: piotr
Revision: 14144

Use ${python3:Depends} in python3-markupsafe package (closes: 591953)

Modified:
  packages/markupsafe/trunk/debian/changelog
  packages/markupsafe/trunk/debian/control

Modified: packages/markupsafe/trunk/debian/changelog
===================================================================
--- packages/markupsafe/trunk/debian/changelog	2010-08-06 14:40:02 UTC (rev 14143)
+++ packages/markupsafe/trunk/debian/changelog	2010-08-07 02:41:53 UTC (rev 14144)
@@ -1,3 +1,9 @@
+markupsafe (0.9.2-2) UNRELEASED; urgency=low
+
+  * Use ${python3:Depends} in python3-markupsafe package (closes: 591953)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 06 Aug 2010 22:40:50 -0400
+
 markupsafe (0.9.2-1) unstable; urgency=low
 
   * Initial release

Modified: packages/markupsafe/trunk/debian/control
===================================================================
--- packages/markupsafe/trunk/debian/control	2010-08-06 14:40:02 UTC (rev 14143)
+++ packages/markupsafe/trunk/debian/control	2010-08-07 02:41:53 UTC (rev 14144)
@@ -48,7 +48,7 @@
 
 Package: python3-markupsafe
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Description: XML/HTML/XHTML Markup safe string for Python3
  MarkupSafe implements a unicode subclass that supports HTML strings:
  .




More information about the Python-modules-commits mailing list