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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Aug 7 02:45:28 UTC 2010


    Date: Saturday, August 7, 2010 @ 02:45:27
  Author: piotr
Revision: 14146

Use ${python3:Depends} in python3-markupsafe-dbg package

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

Modified: packages/markupsafe/trunk/debian/changelog
===================================================================
--- packages/markupsafe/trunk/debian/changelog	2010-08-07 02:43:59 UTC (rev 14145)
+++ packages/markupsafe/trunk/debian/changelog	2010-08-07 02:45:27 UTC (rev 14146)
@@ -1,6 +1,6 @@
 markupsafe (0.9.2-2) UNRELEASED; urgency=low
 
-  * Use ${python3:Depends} in python3-markupsafe package (closes: 591953)
+  * Use ${python3:Depends} in python3-markupsafe{,-dbg} package (closes: 591953)
 
  -- Piotr Ożarowski <piotr at debian.org>  Fri, 06 Aug 2010 22:40:50 -0400
 

Modified: packages/markupsafe/trunk/debian/control
===================================================================
--- packages/markupsafe/trunk/debian/control	2010-08-07 02:43:59 UTC (rev 14145)
+++ packages/markupsafe/trunk/debian/control	2010-08-07 02:45:27 UTC (rev 14146)
@@ -73,6 +73,6 @@
 Architecture: any
 Section: debug
 Priority: extra
-Depends: python3-markupsafe (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: python3-markupsafe (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
 Description: XML/HTML/XHTML Markup safe string for Python3
  This package contains the extension built for the Python3 debug interpreter.




More information about the Python-modules-commits mailing list