[Python-modules-commits] r3254 - in /packages/pyparsing/trunk/debian: ./ changelog compat control copyright examples pycompat rules watch
kcoyner at users.alioth.debian.org
kcoyner at users.alioth.debian.org
Sat Sep 15 20:48:25 UTC 2007
Author: kcoyner
Date: Sat Sep 15 20:48:25 2007
New Revision: 3254
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3254
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/pyparsing/trunk/debian/ (with props)
packages/pyparsing/trunk/debian/changelog
packages/pyparsing/trunk/debian/compat
packages/pyparsing/trunk/debian/control
packages/pyparsing/trunk/debian/copyright
packages/pyparsing/trunk/debian/examples
packages/pyparsing/trunk/debian/pycompat
packages/pyparsing/trunk/debian/rules (with props)
packages/pyparsing/trunk/debian/watch
Propchange: packages/pyparsing/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/pyparsing/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/changelog?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/changelog (added)
+++ packages/pyparsing/trunk/debian/changelog Sat Sep 15 20:48:25 2007
@@ -1,0 +1,71 @@
+pyparsing (1.4.7-1) unstable; urgency=low
+
+ * New upstream version. Closes: #437400.
+ * New maintainer. Closes: #440781.
+ * Acknowledge NMU. Closes: #373503.
+ * debian/control:
+ + Changed Build-Depends-Indep from sysutils to tofrodos. Closes: #382170.
+ + Bumped python-support version to >= 0.5.3 in Build-Depends-Indep.
+ + Added XS-Python-Version: all.
+ + Added Uploaders: Debian Python Modules Team
+ * setWhitespaceChars in pyparsing.py was missing a return statement. Fixed
+ in version 1.4.5. Closes: #418711.
+ * Removed unneeded debian/python-pyparsing.README.Debian.
+
+ -- Kevin Coyner <kcoyner at debian.org> Sat, 15 Sep 2007 14:53:52 -0400
+
+pyparsing (1.4.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update package to new python policy (Closes: #373503).
+
+ -- Pierre Habouzit <madcoder at debian.org> Thu, 29 Jun 2006 23:20:52 +0200
+
+pyparsing (1.4.2-1) unstable; urgency=low
+
+ * New upstream release (closes: #351648).
+ * Install the new documents from docs/*.
+
+ -- Tommi Virtanen <tv at debian.org> Fri, 5 May 2006 23:06:20 +0300
+
+pyparsing (1.3.3-2) unstable; urgency=low
+
+ * It seems the PNG corruption from #310533 was caused by a packaging
+ bug. Embarassing. Should not happen any more (closes: #346268).
+
+ -- Tommi Virtanen <tv at debian.org> Sun, 8 Jan 2006 20:33:45 +0200
+
+pyparsing (1.3.3-1) unstable; urgency=low
+
+ * New upstream release (closes: #305639).
+ * pyparsingClassDiagram.PNG seems to be uncorrupted now
+ (closes: #310533).
+ * Added watch file as requested (closes: #330725)
+
+ -- Tommi Virtanen <tv at debian.org> Mon, 3 Oct 2005 19:05:47 +0300
+
+pyparsing (1.2.2-1) unstable; urgency=low
+
+ * New upstream release (closes: #289652).
+ * Apparently python2.2 is no longer supported by upstream, remove
+ python2.2-pyparsing.
+ * Add python2.4-pyparsing to maintain cosmic balance. Build-depend on
+ cdbs 0.4.26-1 or newer.
+ * Fix examples/configParse.py, which assumed case-insensitive filesystem
+ (closes: #273561).
+ * Convert CRLF to LF in the installed files, build-dep on sysutils
+ (closes: #290201).
+ * Shorten the description.
+ * Put all documents to python-pyparsing, only ship them once, and add a
+ README.Debian pointing this out. They are small enough that I do not
+ feel providing a separate package for them is necessary.
+ * Bump standards version to 3.6.1.
+
+ -- Tommi Virtanen <tv at debian.org> Wed, 9 Mar 2005 20:36:09 +0200
+
+pyparsing (1.2-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Tommi Virtanen <tv at debian.org> Sat, 26 Jun 2004 00:30:32 +0300
+
Added: packages/pyparsing/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/compat?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/compat (added)
+++ packages/pyparsing/trunk/debian/compat Sat Sep 15 20:48:25 2007
@@ -1,0 +1,1 @@
+5
Added: packages/pyparsing/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/control?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/control (added)
+++ packages/pyparsing/trunk/debian/control Sat Sep 15 20:48:25 2007
@@ -1,0 +1,30 @@
+Source: pyparsing
+Section: python
+Priority: optional
+Maintainer: Kevin Coyner <kcoyner at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.7.2
+XS-Python-Version: all
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.5.3), tofrodos
+
+Package: python-pyparsing
+Architecture: all
+Depends: ${python:Depends}
+Provides: ${python:Provides}
+Replaces: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
+Conflicts: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
+XB-Python-Version: ${python:Versions}
+Description: Python parsing module
+ The parsing module is an alternative approach to creating and
+ executing simple grammars, vs. the traditional lex/yacc approach, or
+ the use of regular expressions. The parsing module provides a
+ library of classes that client code uses to construct the grammar
+ directly in Python code.
+ .
+ Here's an example:
+ .
+ from parsing import Word, alphas
+ greet = Word(alphas) + "," + Word(alphas) + "!"
+ hello = "Hello, World!"
+ print hello, "->", greet.parseString(hello)
Added: packages/pyparsing/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/copyright?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/copyright (added)
+++ packages/pyparsing/trunk/debian/copyright Sat Sep 15 20:48:25 2007
@@ -1,0 +1,32 @@
+This package was debianized by Tommi Virtanen tv at debian.org on
+Sat, 26 Jun 2004 00:32:52 +0300.
+
+It was originally downloaded from http://pyparsing.sourceforge.net/
+
+Upstream Author: Paul McGuire <ptmcg at users.sourceforge.net>
+
+Copyright:
+
+#
+# Copyright (c) 2003,2004 Paul T. McGuire
+#
+# 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.
+#
+
Added: packages/pyparsing/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/examples?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/examples (added)
+++ packages/pyparsing/trunk/debian/examples Sat Sep 15 20:48:25 2007
@@ -1,0 +1,1 @@
+examples/*
Added: packages/pyparsing/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/pycompat?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/pycompat (added)
+++ packages/pyparsing/trunk/debian/pycompat Sat Sep 15 20:48:25 2007
@@ -1,0 +1,1 @@
+2
Added: packages/pyparsing/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/rules?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/rules (added)
+++ packages/pyparsing/trunk/debian/rules Sat Sep 15 20:48:25 2007
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2002,2003 Colin Walters <walters at debian.org>
+
+DEB_PYTHON_SYSTEM = pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ find -name '*.py[co]' -print0 | xargs -0 --no-run-if-empty rm -f --
+
+DEB_INSTALL_DOCS_python-pyparsing := README HowToUsePyparsing.html htmldoc \
+ pyparsingClassDiagram.PNG docs/*
+DEB_DH_ALWAYS_EXCLUDE := .svn
+
+# convert CRLF to LF
+binary-post-install/%::
+ find 'debian/$(cdbs_curpkg)' \
+ \( -name '*.html' -o -name '*.css' -o -name '*.py' \
+ -o -name 'README' \) \
+ -type f -print0 \
+ | xargs -0 --no-run-if-empty fromdos -p --
Propchange: packages/pyparsing/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/pyparsing/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyparsing/trunk/debian/watch?rev=3254&op=file
==============================================================================
--- packages/pyparsing/trunk/debian/watch (added)
+++ packages/pyparsing/trunk/debian/watch Sat Sep 15 20:48:25 2007
@@ -1,0 +1,6 @@
+version=3
+
+# If your package is located on sourceforge, use the following format
+# to automatically use the qa.debian.org redirector, avoiding SF's
+# difficult mirror system.
+http://sf.net/pyparsing/pyparsing-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list