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

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Jun 26 21:03:33 UTC 2012


    Date: Tuesday, June 26, 2012 @ 21:03:30
  Author: kitterman
Revision: 22322

* Bump debian/compat and minimum debhelper version to 9 for dpkg-buildflags
  and hardening support
* Drop unneeded XB-Python-Version from python-yaml

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

Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog	2012-06-26 12:14:34 UTC (rev 22321)
+++ packages/pyyaml/trunk/debian/changelog	2012-06-26 21:03:30 UTC (rev 22322)
@@ -1,3 +1,11 @@
+pyyaml (3.10-4) unstable; urgency=low
+
+  * Bump debian/compat and minimum debhelper version to 9 for dpkg-buildflags
+    and hardening support
+  * Drop unneeded XB-Python-Version from python-yaml
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 26 Jun 2012 11:19:50 -0400
+
 pyyaml (3.10-3) unstable; urgency=low
 
   * Regenerate ext_yaml.c during build

Modified: packages/pyyaml/trunk/debian/compat
===================================================================
--- packages/pyyaml/trunk/debian/compat	2012-06-26 12:14:34 UTC (rev 22321)
+++ packages/pyyaml/trunk/debian/compat	2012-06-26 21:03:30 UTC (rev 22322)
@@ -1,2 +1 @@
-5
-
+9

Modified: packages/pyyaml/trunk/debian/control
===================================================================
--- packages/pyyaml/trunk/debian/control	2012-06-26 12:14:34 UTC (rev 22321)
+++ packages/pyyaml/trunk/debian/control	2012-06-26 21:03:30 UTC (rev 22322)
@@ -3,7 +3,7 @@
 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-13~), python-all-dbg, python3-all-dev (>= 3.1.2-10~), python3-all-dbg, libyaml-dev (>=0.1.2~), cython, cython-dbg, quilt
+Build-Depends: debhelper (>= 9), python-all-dev (>=2.6.5-13~), python-all-dbg, python3-all-dev (>= 3.1.2-10~), python3-all-dbg, libyaml-dev (>=0.1.2~), cython, cython-dbg, quilt
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyyaml/trunk/
@@ -14,7 +14,6 @@
 Package: python-yaml
 Architecture: any
 Depends: ${python:Depends}, ${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