[Python-modules-commits] r28576 - in packages/pyyaml/trunk/debian (changelog control rules)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Sat Apr 19 03:10:19 UTC 2014
Date: Saturday, April 19, 2014 @ 03:10:15
Author: kitterman
Revision: 28576
* New upstream release
* Remove empty directory usr/lib/python3/dist-packages/yaml from python3-
yaml-dbg
* Bump standards version to 3.9.5 without further change
* Remove unneeded X-Python-Version/X-Python3-Version from debian/control
Modified:
packages/pyyaml/trunk/debian/changelog
packages/pyyaml/trunk/debian/control
packages/pyyaml/trunk/debian/rules
Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog 2014-04-18 15:24:26 UTC (rev 28575)
+++ packages/pyyaml/trunk/debian/changelog 2014-04-19 03:10:15 UTC (rev 28576)
@@ -1,9 +1,17 @@
-pyyaml (3.10-5) UNRELEASED; urgency=low
+pyyaml (3.11-1) unstable; urgency=medium
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:50 +0200
+ [ Scott Kitterman ]
+ * New upstream release
+ * Remove empty directory usr/lib/python3/dist-packages/yaml from python3-
+ yaml-dbg
+ * Bump standards version to 3.9.5 without further change
+ * Remove unneeded X-Python-Version/X-Python3-Version from debian/control
+ -- Scott Kitterman <scott at kitterman.com> Fri, 18 Apr 2014 22:37:37 -0400
+
pyyaml (3.10-4) unstable; urgency=low
* Bump debian/compat and minimum debhelper version to 9 for dpkg-buildflags
Modified: packages/pyyaml/trunk/debian/control
===================================================================
--- packages/pyyaml/trunk/debian/control 2014-04-18 15:24:26 UTC (rev 28575)
+++ packages/pyyaml/trunk/debian/control 2014-04-19 03:10:15 UTC (rev 28576)
@@ -4,11 +4,9 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott at kitterman.com>
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://anonscm.debian.org/python-modules/packages/pyyaml/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyyaml/trunk/
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
Homepage: http://pyyaml.org/
Package: python-yaml
Modified: packages/pyyaml/trunk/debian/rules
===================================================================
--- packages/pyyaml/trunk/debian/rules 2014-04-18 15:24:26 UTC (rev 28575)
+++ packages/pyyaml/trunk/debian/rules 2014-04-19 03:10:15 UTC (rev 28576)
@@ -69,7 +69,7 @@
override_dh_installdeb:
rm -rf $(CURDIR)/debian/python-yaml-dbg/usr/share/doc/python-yaml-dbg
ln -s python-yaml debian/python-yaml-dbg/usr/share/doc/python-yaml-dbg
-
+ rm -rf $(CURDIR)/debian/python3-yaml-dbg/usr/lib/python3/dist-packages/yaml
rm -rf $(CURDIR)/debian/python3-yaml-dbg/usr/share/doc/python3-yaml-dbg
ln -s python3-yaml debian/python3-yaml-dbg/usr/share/doc/python3-yaml-dbg
More information about the Python-modules-commits
mailing list