[Python-modules-commits] r1923 - in /packages/html5lib/trunk/debian: ./ changelog compat control copyright examples pycompat pyversions rules watch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Sun Mar 25 23:12:06 CET 2007


Author: bzed-guest
Date: Sun Mar 25 22:12:05 2007
New Revision: 1923

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1923
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/html5lib/trunk/debian/   (with props)
    packages/html5lib/trunk/debian/changelog
    packages/html5lib/trunk/debian/compat
    packages/html5lib/trunk/debian/control
    packages/html5lib/trunk/debian/copyright
    packages/html5lib/trunk/debian/examples
    packages/html5lib/trunk/debian/pycompat
    packages/html5lib/trunk/debian/pyversions
    packages/html5lib/trunk/debian/rules   (with props)
    packages/html5lib/trunk/debian/watch

Propchange: packages/html5lib/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/html5lib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/changelog?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/changelog (added)
+++ packages/html5lib/trunk/debian/changelog Sun Mar 25 22:12:05 2007
@@ -1,0 +1,6 @@
+html5lib (0.9-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #414028)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Sun, 25 Mar 2007 23:59:56 +0200
+

Added: packages/html5lib/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/compat?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/compat (added)
+++ packages/html5lib/trunk/debian/compat Sun Mar 25 22:12:05 2007
@@ -1,0 +1,1 @@
+5

Added: packages/html5lib/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/control?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/control (added)
+++ packages/html5lib/trunk/debian/control Sun Mar 25 22:12:05 2007
@@ -1,0 +1,17 @@
+Source: html5lib
+Section: python
+Priority: optional
+Maintainer: Bernd Zeimetz <bzed at bzed.de>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python, python-support (>= 0.4)
+Build-Depends-Indep: python-xml, python-elementtree
+Standards-Version: 3.7.2
+
+Package: python-html5lib
+Architecture: all
+Depends: ${python:Depends}, python-xml, python-elementtree
+Suggests: python-chardet
+Description: Library for working with HTML5 documents
+ html5lib is a pure-python library for parsing HTML. It is
+ designed to conform to the Web Applications 1.0 specification,
+ which has formalized the error handling algorithms of popular
+ web browsers.

Added: packages/html5lib/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/copyright?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/copyright (added)
+++ packages/html5lib/trunk/debian/copyright Sun Mar 25 22:12:05 2007
@@ -1,0 +1,28 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Sun, 11 Mar 2007 21:29:42 +0100
+
+It was downloaded from http://code.google.com/p/html5lib/
+
+Copyright: (c) 2006 The Authors
+
+Contributers:
+James Graham - jg307 at cam.ac.uk
+Anne van Kesteren - annevankesteren at gmail.com
+Lachlan Hunt - lachlan.hunt at lachy.id.au
+Matt McDonald - kanashii at kanashii.ca
+Sam Ruby - rubys at intertwingly.net
+Ian Hickson (Google) - ian at hixie.ch
+Thomas Broyer - t.broyer at gmail.com
+
+
+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, Bernd Zeimetz <bernd at bzed.de> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages/html5lib/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/examples?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/examples (added)
+++ packages/html5lib/trunk/debian/examples Sun Mar 25 22:12:05 2007
@@ -1,0 +1,1 @@
+examples/*

Added: packages/html5lib/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/pycompat?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/pycompat (added)
+++ packages/html5lib/trunk/debian/pycompat Sun Mar 25 22:12:05 2007
@@ -1,0 +1,1 @@
+2

Added: packages/html5lib/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/pyversions?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/pyversions (added)
+++ packages/html5lib/trunk/debian/pyversions Sun Mar 25 22:12:05 2007
@@ -1,0 +1,1 @@
+2.3-

Added: packages/html5lib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/rules?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/rules (added)
+++ packages/html5lib/trunk/debian/rules Sun Mar 25 22:12:05 2007
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+

Propchange: packages/html5lib/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/html5lib/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/watch?rev=1923&op=file
==============================================================================
--- packages/html5lib/trunk/debian/watch (added)
+++ packages/html5lib/trunk/debian/watch Sun Mar 25 22:12:05 2007
@@ -1,0 +1,12 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+
+http://code.google.com/p/html5lib/downloads/list http://html5lib.googlecode.com/files/html5lib-(.*)\.zip




More information about the Python-modules-commits mailing list