[Python-modules-commits] r10184 - in packages/pyquery/trunk (8 files)
jmw-guest at users.alioth.debian.org
jmw-guest at users.alioth.debian.org
Thu Oct 22 20:16:28 UTC 2009
Date: Thursday, October 22, 2009 @ 20:16:23
Author: jmw-guest
Revision: 10184
[svn-inject] Applying Debian modifications to trunk
Added:
packages/pyquery/trunk/debian/
packages/pyquery/trunk/debian/changelog
packages/pyquery/trunk/debian/compat
packages/pyquery/trunk/debian/control
packages/pyquery/trunk/debian/copyright
packages/pyquery/trunk/debian/pyversions
packages/pyquery/trunk/debian/rules
packages/pyquery/trunk/debian/watch
Property changes on: packages/pyquery/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/pyquery/trunk/debian/changelog
===================================================================
--- packages/pyquery/trunk/debian/changelog (rev 0)
+++ packages/pyquery/trunk/debian/changelog 2009-10-22 20:16:23 UTC (rev 10184)
@@ -0,0 +1,5 @@
+pyquery (0.3.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #552001)
+
+ -- Jonathan Wiltshire <debian at jwiltshire.org.uk> Thu, 22 Oct 2009 19:08:07 +0100
Added: packages/pyquery/trunk/debian/compat
===================================================================
--- packages/pyquery/trunk/debian/compat (rev 0)
+++ packages/pyquery/trunk/debian/compat 2009-10-22 20:16:23 UTC (rev 10184)
@@ -0,0 +1 @@
+7
Added: packages/pyquery/trunk/debian/control
===================================================================
--- packages/pyquery/trunk/debian/control (rev 0)
+++ packages/pyquery/trunk/debian/control 2009-10-22 20:16:23 UTC (rev 10184)
@@ -0,0 +1,17 @@
+Source: pyquery
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jonathan Wiltshire <debian at jwiltshire.org.uk>
+Build-Depends: debhelper (>= 7), python-all (>= 2.5)
+Build-Depends-Indep: python-support (>= 0.5.3), python-setuptools
+Standards-Version: 3.8.3
+Homepage: http://pyquery.org/
+
+Package: python-pyquery
+Architecture: all
+Depends: python-lxml, python-webob, ${python:Depends}, ${misc:Depends}
+Description: jquery-like library for python
+ pyquery allows you to make jquery queries on xml documents. The API is as
+ similar to jquery as possible. pyquery uses lxml for fast xml and html
+ manipulation.
Added: packages/pyquery/trunk/debian/copyright
===================================================================
--- packages/pyquery/trunk/debian/copyright (rev 0)
+++ packages/pyquery/trunk/debian/copyright 2009-10-22 20:16:23 UTC (rev 10184)
@@ -0,0 +1,35 @@
+This work was packaged for Debian by:
+
+ Jonathan Wiltshire <debian at jwiltshire.org.uk> on Thu, 22 Oct 2009 19:08:07 +0100
+
+It was downloaded from http://pypi.python.org/pypi/pyquery
+
+Copyright:
+
+ Copyright (C) 2008 - Olivier Lauzanne <olauzanne at gmail.com>
+
+License:
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted under the terms of the BSD License.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be
+found in `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is:
+
+ Copyright (C) 2009 Jonathan Wiltshire <debian at jwiltshire.org.uk>
+
+and is also made available under the BSD license.
Added: packages/pyquery/trunk/debian/pyversions
===================================================================
--- packages/pyquery/trunk/debian/pyversions (rev 0)
+++ packages/pyquery/trunk/debian/pyversions 2009-10-22 20:16:23 UTC (rev 10184)
@@ -0,0 +1 @@
+2.5-
Added: packages/pyquery/trunk/debian/rules
===================================================================
--- packages/pyquery/trunk/debian/rules (rev 0)
+++ packages/pyquery/trunk/debian/rules 2009-10-22 20:16:23 UTC (rev 10184)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
Property changes on: packages/pyquery/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pyquery/trunk/debian/watch
===================================================================
--- packages/pyquery/trunk/debian/watch (rev 0)
+++ packages/pyquery/trunk/debian/watch 2009-10-22 20:16:23 UTC (rev 10184)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://pypi.python.org/packages/source/p/pyquery/pyquery-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list