[Python-modules-commits] r10437 - in packages/pyyaml/trunk/debian (changelog control)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Sat Nov 14 00:26:30 UTC 2009
Date: Saturday, November 14, 2009 @ 00:26:29
Author: kitterma-guest
Revision: 10437
First try at Python 2.6 compatibility and fixed debug section.
Modified:
packages/pyyaml/trunk/debian/changelog
packages/pyyaml/trunk/debian/control
Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog 2009-11-14 00:23:40 UTC (rev 10436)
+++ packages/pyyaml/trunk/debian/changelog 2009-11-14 00:26:29 UTC (rev 10437)
@@ -1,3 +1,10 @@
+pyyaml (3.09-2) UNRELEASED; urgency=low
+
+ * Update XB-Python-Version for Python 2.6 transition (closes: #556160)
+ * Move python-yaml-dbg to section debug
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 13 Nov 2009 18:22:57 -0500
+
pyyaml (3.09-1) unstable; urgency=low
* New upstream release
Modified: packages/pyyaml/trunk/debian/control
===================================================================
--- packages/pyyaml/trunk/debian/control 2009-11-14 00:23:40 UTC (rev 10436)
+++ packages/pyyaml/trunk/debian/control 2009-11-14 00:26:29 UTC (rev 10437)
@@ -14,7 +14,7 @@
Package: python-yaml
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-XB-Python-Version: all
+XB-Python-Version: ${python:Versions}
Description: YAML parser and emitter for Python
Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse
all examples from the specification. The parsing algorithm is simple enough to
@@ -22,8 +22,10 @@
provided. The package is built using libyaml for improved speed.
Package: python-yaml-dbg
+Section: debug
Architecture: any
Depends: python-yaml (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
Description: YAML parser and emitter for Python
Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse
all examples from the specification. The parsing algorithm is simple enough to
More information about the Python-modules-commits
mailing list