[Python-modules-commits] r14197 - in packages/pyyaml/trunk/debian (changelog control)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Aug 14 04:32:22 UTC 2010


    Date: Saturday, August 14, 2010 @ 04:32:17
  Author: kitterman
Revision: 14197

  * Switch from incorrect use of XS-Python-Version to X-Python-Version and
    X-Python3-Version to work with current pyversions/py3versions
  * Use  instead of  for python3-yaml
    (Closes: #591957)
  * Rebuild with recent dh_python3 to fix pre-removal script (Closes: #591652)
  * Drop XB-Python-Version from python3 packages (only relates to Python)
  * Bump standards version to 3.9.1 without further change

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

Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog	2010-08-13 23:21:12 UTC (rev 14196)
+++ packages/pyyaml/trunk/debian/changelog	2010-08-14 04:32:17 UTC (rev 14197)
@@ -1,3 +1,15 @@
+pyyaml (3.09-4) unstable; urgency=low
+
+  * Switch from incorrect use of XS-Python-Version to X-Python-Version and
+    X-Python3-Version to work with current pyversions/py3versions
+  * Use ${python3:Depends} instead of ${python:Depends} for python3-yaml
+    (Closes: #591957)
+  * Rebuild with recent dh_python3 to fix pre-removal script (Closes: #591652)
+  * Drop XB-Python-Version from python3 packages (only relates to Python)
+  * Bump standards version to 3.9.1 without further change
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 13 Aug 2010 23:48:51 -0400
+
 pyyaml (3.09-3) unstable; urgency=low
 
   * Convert from CDBS to Debhelper

Modified: packages/pyyaml/trunk/debian/control
===================================================================
--- packages/pyyaml/trunk/debian/control	2010-08-13 23:21:12 UTC (rev 14196)
+++ packages/pyyaml/trunk/debian/control	2010-08-14 04:32:17 UTC (rev 14197)
@@ -3,11 +3,12 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Scott Kitterman <scott at kitterman.com>
-Build-Depends: debhelper (>= 7.3.16), python-all-dev (>=2.6.5-2~), python-all-dbg, python3-all-dev (>= 3.1.2-1~), python3-all-dbg, libyaml-dev (>=0.1.2~)
-XS-Python-Version: >= 2.4, >= 3.0
+Build-Depends: debhelper (>= 7.3.16), python-all-dev (>=2.6.5-13~), python-all-dbg, python3-all-dev (>= 3.1.2-6~), python3-all-dbg, libyaml-dev (>=0.1.2~)
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyyaml/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyyaml/trunk/
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://pyyaml.org/
 
 Package: python-yaml
@@ -36,8 +37,7 @@
 
 Package: python3-yaml
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: YAML parser and emitter for Python3
  Python3-yaml is a complete YAML 1.1 parser and emitter for Python3.  It can
  parse all examples from the specification. The parsing algorithm is simple
@@ -49,7 +49,6 @@
 Priority: extra
 Architecture: any
 Depends: python3-yaml (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: YAML parser and emitter for Python3
  Python3-yaml is a complete YAML 1.1 parser and emitter for Python3.  It can
  parse all examples from the specification. The parsing algorithm is simple




More information about the Python-modules-commits mailing list