[Python-modules-commits] r13517 - in packages/pyyaml/tags (11 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Jun 21 04:34:59 UTC 2010
Date: Monday, June 21, 2010 @ 04:34:53
Author: kitterman
Revision: 13517
Tagging 3.09-3.
Added:
packages/pyyaml/tags/3.09-3/
packages/pyyaml/tags/3.09-3/debian/
packages/pyyaml/tags/3.09-3/debian/changelog
packages/pyyaml/tags/3.09-3/debian/compat
packages/pyyaml/tags/3.09-3/debian/control
packages/pyyaml/tags/3.09-3/debian/copyright
packages/pyyaml/tags/3.09-3/debian/pycompat
packages/pyyaml/tags/3.09-3/debian/python-yaml.docs
packages/pyyaml/tags/3.09-3/debian/python-yaml.examples
packages/pyyaml/tags/3.09-3/debian/rules
packages/pyyaml/tags/3.09-3/debian/watch
Added: packages/pyyaml/tags/3.09-3/debian/changelog
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/changelog (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/changelog 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1,119 @@
+pyyaml (3.09-3) unstable; urgency=low
+
+ * Convert from CDBS to Debhelper
+ - Port rules from cdbs to debhelper
+ - Drop cdbs from build-depends
+ * Convert from python-support to dh_python2
+ - Drop python-central from build-depends
+ - Switch to --with python2 in debian/rules
+ - Bump python-all-dev build-depend version to 2.6.5-2~
+ * Add support for Python3
+ - Add python3-yaml and python3-yaml-dbg to debian/control
+ - Add python3-all-dev and python3-all-dbg to build-depends
+ - Add >= 3.0 to XS-Python-Version
+ - Adjust debian rules to build --with python3
+ * Change priority to optional to match override
+ * Bump standards version to 3.8.4 without further change
+ * Remove DM-Upload-Allowed
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 20 Jun 2010 20:50:44 -0400
+
+pyyaml (3.09-2) unstable; urgency=low
+
+ * Update XB-Python-Version for Python 2.6 transition (closes: #556160)
+ * Move python-yaml-dbg to section debug
+ * Use correct © symbol in debian/copyright
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 13 Nov 2009 18:22:57 -0500
+
+pyyaml (3.09-1) unstable; urgency=low
+
+ * New upstream release
+ * Update standards version to 3.8.3 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 31 Aug 2009 10:02:36 -0400
+
+pyyaml (3.08-1) unstable; urgency=low
+
+ * New upstream release
+ - Change debian/rules to run new upstream test suite during build
+ - Version libyaml-dev build dep to 0.1.2~ due to test failures with 0.1.1
+ * Change priority to extra due to libyaml being extra
+ * Add ${misc:Depends} to python-yaml and python-yaml-dbg
+ * Update package description to mention being built against libyaml
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 02 Jan 2009 23:57:37 -0500
+
+pyyaml (3.06-1) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ [ Scott Kitterman ]
+ * New upstream release
+ - Dropped build-dep on python-pyrex (no longer used)
+ - Update debian/rules to build with the new libyaml integration scheme
+ * Comment out simple-patchsys.mk in debian/rules since it's not currently
+ needed
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 03 Nov 2008 21:17:42 -0500
+
+pyyaml (3.05-2) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * Vcs-Browser and Homepage fields added
+ * XS-Vcs-Svn field renamed to Vcs-Svn
+ * DM-Upload-Allowed set to "yes"
+
+ [ Sandro Tosi ]
+ * debian/control
+ - uniforming Vcs-Browser field
+
+ [ Scott Kitterman ]
+ * Build with lib-yaml now that it is in the archive (Closes: #435410)
+ - Add build-dep on libyaml-dev and python-pyrex
+ - Add depends for ${shlibs:Depends} (Package falls back to pure Python
+ if libyaml is not present, but it's not worth splitting a small package)
+ - Install with setup_with_libyaml.py for all Python versions
+ - Switch from arch all to arch any
+ * Add debug package
+ - Add python-all-dbg to build-dep
+ - Add python-yaml-dbg to debian/control
+ - Update debian/rules
+ * Switch from python-support to python-central
+ - Update depends
+ - Remove pyversions
+ - Add XS/XB-python-versions to debian/control
+ - Update debian/rules
+ * Update package description
+ * Update standards version to 3.8.0.1
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 24 Jun 2008 21:32:45 -0400
+
+pyyaml (3.05-1) unstable; urgency=low
+
+ [ Scott Kitterman ]
+ * New upstream version
+ * Removed obsolete patch and debian/patches
+ * debian/control:
+ - Added XS-Vcs-Svn field
+ - Remove build-dep on pacht-utils
+ * debian/rules:
+ - Comment out simple-patchsys
+
+ [ Piotr Ożarowski ]
+ * Added debian/watch file
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 13 May 2007 22:38:17 -0400
+
+pyyaml (3.04-1) unstable; urgency=low
+
+ * Initial Debian package (Closes: #413720)
+ * Include upstream recommended patches from the development tree:
+ - fix loading an empty stream: changeset 233
+ - fix the !timestamp constructor: changeset 234
+ - fix an obscure issue with yaml_path_resolver: changeset 246
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 4 Apr 2007 15:50:36 -0400
+
Added: packages/pyyaml/tags/3.09-3/debian/compat
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/compat (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/compat 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1,2 @@
+5
+
Added: packages/pyyaml/tags/3.09-3/debian/control
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/control (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/control 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1,59 @@
+Source: pyyaml
+Section: python
+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
+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
+Homepage: http://pyyaml.org/
+
+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
+ be a reference for YAML parser implementors. A simple extension API is also
+ provided. The package is built using libyaml for improved speed.
+
+Package: python-yaml-dbg
+Section: debug
+Priority: extra
+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
+ be a reference for YAML parser implementors. A simple extension API is also
+ provided. The package is built using libyaml for improved speed.
+ .
+ This package contains the extension built for the Python debug interpreter.
+
+Package: python3-yaml
+Architecture: any
+Depends: ${python:Depends}, ${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
+ enough to be a reference for YAML parser implementors. A simple extension API is
+ also provided. The package is built using libyaml for improved speed.
+
+Package: python3-yaml-dbg
+Section: debug
+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
+ enough to be a reference for YAML parser implementors. A simple extension API is
+ also provided. The package is built using libyaml for improved speed.
+ .
+ This package contains the extension built for the Python3 debug interpreter.
Added: packages/pyyaml/tags/3.09-3/debian/copyright
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/copyright (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/copyright 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1,32 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Fri, 09 Feb 2007 12:12:29 -0500.
+
+The maintainer is Debian Python Modules Team
+<python-modules-team at lists.alioth.debian.org>
+
+It was downloaded from http://pyyaml.org/
+
+Copyright Holder: Copyright © 2006 Kirill Simonov <xi at resolvent.net>
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+The Debian packaging is © 2007, Scott Kitterman <scott at kitterman.com> and
+is licensed under the same terms as PyYAML, see above.
Added: packages/pyyaml/tags/3.09-3/debian/pycompat
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/pycompat (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/pycompat 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1 @@
+2
Added: packages/pyyaml/tags/3.09-3/debian/python-yaml.docs
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/python-yaml.docs (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/python-yaml.docs 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1 @@
+README
Added: packages/pyyaml/tags/3.09-3/debian/python-yaml.examples
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/python-yaml.examples (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/python-yaml.examples 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1,2 @@
+examples/*
+
Added: packages/pyyaml/tags/3.09-3/debian/rules
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/rules (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/rules 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+
+buildvers := $(shell pyversions -sv)
+build3vers := $(shell py3versions -sv)
+
+%:
+ dh $@ --with python2, --with python3
+
+override_dh_build:
+ dh_build
+ python setup.py test
+ python3 setup.py test
+
+override_dh_install:
+ dh_install -ppython-yaml
+ for i in $(buildvers); do \
+ python$$i ./setup.py install --root $(CURDIR)/debian/python-yaml; \
+ done
+
+ dh_install -ppython-yaml-dbg
+ for i in $(buildvers); do \
+ python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python-yaml-dbg; \
+ done
+ find debian/python-yaml-dbg \
+ ! -type d ! -name '*_d.so' | xargs rm -f
+ find debian/python-yaml-dbg -depth -empty -exec rmdir {} \;
+
+ dh_install -ppython3-yaml
+ for i in $(build3vers); do \
+ python$$i ./setup.py install --root $(CURDIR)/debian/python3-yaml; \
+ done
+
+ dh_install -ppython3-yaml-dbg
+ for i in $(build3vers); do \
+ python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python3-yaml-dbg; \
+ done
+ find debian/python3-yaml-dbg \
+ ! -type d ! -name '*_d.so' | xargs rm -f
+ find debian/python3-yaml-dbg -depth -empty -exec rmdir {} \;
+
+ dh_install
+
+override_dh_installdeb:
+ rm -rf 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 debian/python3-yaml-dbg/usr/share/doc/python3-yaml-dbg
+ ln -s python3-yaml debian/python3-yaml-dbg/usr/share/doc/python3-yaml-dbg
+
+ dh_installdeb
+
+override_dh_clean:
+ dh_clean
+ rm -rf build
Property changes on: packages/pyyaml/tags/3.09-3/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pyyaml/tags/3.09-3/debian/watch
===================================================================
--- packages/pyyaml/tags/3.09-3/debian/watch (rev 0)
+++ packages/pyyaml/tags/3.09-3/debian/watch 2010-06-21 04:34:53 UTC (rev 13517)
@@ -0,0 +1,3 @@
+version=3
+http://pyyaml.org/download/pyyaml/PyYAML-(.*)\.tar\.gz debian uupdate
+
More information about the Python-modules-commits
mailing list