[Python-modules-commits] r10395 - in packages/pyyaml (17 files)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Wed Nov 11 21:44:59 UTC 2009
Date: Wednesday, November 11, 2009 @ 21:44:57
Author: kitterma-guest
Revision: 10395
Resync svn with package:
pyyaml (3.09-1) unstable; urgency=low
* New upstream release
* Update standards version to 3.8.3 without further change
Added:
packages/pyyaml/tags/3.09-1/
packages/pyyaml/tags/3.09-1/debian/
packages/pyyaml/tags/3.09-1/debian/changelog
packages/pyyaml/tags/3.09-1/debian/compat
packages/pyyaml/tags/3.09-1/debian/control
packages/pyyaml/tags/3.09-1/debian/copyright
packages/pyyaml/tags/3.09-1/debian/pycompat
packages/pyyaml/tags/3.09-1/debian/python-yaml.docs
packages/pyyaml/tags/3.09-1/debian/python-yaml.examples
packages/pyyaml/tags/3.09-1/debian/rules
packages/pyyaml/tags/3.09-1/debian/watch
packages/pyyaml/trunk/debian/python-yaml.docs
packages/pyyaml/trunk/debian/python-yaml.examples
Modified:
packages/pyyaml/trunk/debian/changelog
packages/pyyaml/trunk/debian/control
Deleted:
packages/pyyaml/trunk/debian/docs
packages/pyyaml/trunk/debian/examples
Added: packages/pyyaml/tags/3.09-1/debian/changelog
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/changelog (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/changelog 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1,91 @@
+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-1/debian/compat
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/compat (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/compat 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1,2 @@
+5
+
Added: packages/pyyaml/tags/3.09-1/debian/control
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/control (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/control 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1,33 @@
+Source: pyyaml
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Scott Kitterman <scott at kitterman.com>
+Build-Depends: debhelper (>= 5), cdbs (>=0.4.48), python-all-dev (>=2.3.5-11), python-all-dbg, python-central (>= 0.6), libyaml-dev (>=0.1.2~)
+XS-Python-Version: all
+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.3
+Homepage: http://pyyaml.org/
+DM-Upload-Allowed: yes
+
+Package: python-yaml
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+XB-Python-Version: all
+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
+Architecture: any
+Depends: python-yaml (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+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.
Added: packages/pyyaml/tags/3.09-1/debian/copyright
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/copyright (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/copyright 2009-11-11 21:44:57 UTC (rev 10395)
@@ -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 (c) 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 (C) 2007, Scott Kitterman <scott at kitterman.com> and
+is licensed under the same terms as PyYAML, see above.
Added: packages/pyyaml/tags/3.09-1/debian/pycompat
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/pycompat (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/pycompat 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1 @@
+2
Added: packages/pyyaml/tags/3.09-1/debian/python-yaml.docs
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/python-yaml.docs (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/python-yaml.docs 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1 @@
+README
Added: packages/pyyaml/tags/3.09-1/debian/python-yaml.examples
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/python-yaml.examples (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/python-yaml.examples 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1,2 @@
+examples/*
+
Added: packages/pyyaml/tags/3.09-1/debian/rules
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/rules (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/rules 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+DEB_COMPRESS_EXCLUDE := .py
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+build/python-yaml::
+ python setup.py test
+
+install/python-yaml::
+ for i in $(cdbs_python_build_versions); do \
+ python$$i ./setup.py install --root $(CURDIR)/debian/python-yaml; \
+ done
+
+install/python-yaml-dbg::
+ for i in $(cdbs_python_build_versions); 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 {} \;
+
+binary-predeb/python-yaml-dbg::
+ 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
+
+
+clean::
+ rm -rf build
Property changes on: packages/pyyaml/tags/3.09-1/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pyyaml/tags/3.09-1/debian/watch
===================================================================
--- packages/pyyaml/tags/3.09-1/debian/watch (rev 0)
+++ packages/pyyaml/tags/3.09-1/debian/watch 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1,3 @@
+version=3
+http://pyyaml.org/download/pyyaml/PyYAML-(.*)\.tar\.gz debian uupdate
+
Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog 2009-11-11 21:31:03 UTC (rev 10394)
+++ packages/pyyaml/trunk/debian/changelog 2009-11-11 21:44:57 UTC (rev 10395)
@@ -1,3 +1,10 @@
+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
Modified: packages/pyyaml/trunk/debian/control
===================================================================
--- packages/pyyaml/trunk/debian/control 2009-11-11 21:31:03 UTC (rev 10394)
+++ packages/pyyaml/trunk/debian/control 2009-11-11 21:44:57 UTC (rev 10395)
@@ -7,7 +7,7 @@
XS-Python-Version: all
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.0.1
+Standards-Version: 3.8.3
Homepage: http://pyyaml.org/
DM-Upload-Allowed: yes
Deleted: packages/pyyaml/trunk/debian/docs
===================================================================
--- packages/pyyaml/trunk/debian/docs 2009-11-11 21:31:03 UTC (rev 10394)
+++ packages/pyyaml/trunk/debian/docs 2009-11-11 21:44:57 UTC (rev 10395)
@@ -1 +0,0 @@
-README
Deleted: packages/pyyaml/trunk/debian/examples
===================================================================
--- packages/pyyaml/trunk/debian/examples 2009-11-11 21:31:03 UTC (rev 10394)
+++ packages/pyyaml/trunk/debian/examples 2009-11-11 21:44:57 UTC (rev 10395)
@@ -1,2 +0,0 @@
-examples/*
-
Added: packages/pyyaml/trunk/debian/python-yaml.docs
===================================================================
--- packages/pyyaml/trunk/debian/python-yaml.docs (rev 0)
+++ packages/pyyaml/trunk/debian/python-yaml.docs 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1 @@
+README
Added: packages/pyyaml/trunk/debian/python-yaml.examples
===================================================================
--- packages/pyyaml/trunk/debian/python-yaml.examples (rev 0)
+++ packages/pyyaml/trunk/debian/python-yaml.examples 2009-11-11 21:44:57 UTC (rev 10395)
@@ -0,0 +1,2 @@
+examples/*
+
More information about the Python-modules-commits
mailing list