[Python-modules-commits] r29486 - in packages/python-persistent/trunk (13 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Jun 25 15:34:30 UTC 2014


    Date: Wednesday, June 25, 2014 @ 15:34:29
  Author: barry
Revision: 29486

[svn-inject] Applying Debian modifications (4.0.8-1) to trunk

Added:
  packages/python-persistent/trunk/debian/
  packages/python-persistent/trunk/debian/changelog
  packages/python-persistent/trunk/debian/compat
  packages/python-persistent/trunk/debian/control
  packages/python-persistent/trunk/debian/copyright
  packages/python-persistent/trunk/debian/rules
  packages/python-persistent/trunk/debian/source/
  packages/python-persistent/trunk/debian/source/format
  packages/python-persistent/trunk/debian/tests/
  packages/python-persistent/trunk/debian/tests/all
  packages/python-persistent/trunk/debian/tests/all-3
  packages/python-persistent/trunk/debian/tests/control
  packages/python-persistent/trunk/debian/watch


Property changes on: packages/python-persistent/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-persistent/trunk/debian/changelog
===================================================================
--- packages/python-persistent/trunk/debian/changelog	                        (rev 0)
+++ packages/python-persistent/trunk/debian/changelog	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,5 @@
+python-persistent (4.0.8-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #752679)
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 25 Jun 2014 11:03:39 -0400

Added: packages/python-persistent/trunk/debian/compat
===================================================================
--- packages/python-persistent/trunk/debian/compat	                        (rev 0)
+++ packages/python-persistent/trunk/debian/compat	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1 @@
+9

Added: packages/python-persistent/trunk/debian/control
===================================================================
--- packages/python-persistent/trunk/debian/control	                        (rev 0)
+++ packages/python-persistent/trunk/debian/control	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,40 @@
+Source: python-persistent
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Barry Warsaw <barry at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all-dev (>= 2.6.6-3~),
+               python-setuptools,
+               python-zope.interface,
+               python3-all-dev,
+               python3-setuptools,
+               python3-zope.interface
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
+Homepage: https://pypi.python.org/pypi/persistent/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-persistent/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-persistent/trunk/
+XS-Testsuite: autopkgtest
+
+Package: python-persistent
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Automatic persistence for Python objects
+ This package contains a generic persistence implementation for Python. It
+ forms the core protocol for making objects interact "transparently" with
+ a database such as the ZODB.
+ .
+ This is the Python 2 version.
+
+Package: python3-persistent
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: Automatic persistence for Python objects
+ This package contains a generic persistence implementation for Python. It
+ forms the core protocol for making objects interact "transparently" with
+ a database such as the ZODB.
+ .
+ This is the Python 2 version.

Added: packages/python-persistent/trunk/debian/copyright
===================================================================
--- packages/python-persistent/trunk/debian/copyright	                        (rev 0)
+++ packages/python-persistent/trunk/debian/copyright	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,52 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: persistent
+Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
+Source: http://pypi.python.org/pypi/zope.proxy
+
+Files: *
+Copyright: (c) 2001-2008 Zope Foundation and Contributors.
+License: Zope-2.1
+ Zope Public License (ZPL) Version 2.1
+ .
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from the
+ copyright holders.
+ .
+ 4. The right to distribute this software or to use it for any purpose does not
+ give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+ copyright
+ holders. Use of them is covered by separate agreement with the copyright
+ holders.
+ .
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+ 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 COPYRIGHT HOLDERS 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.

Added: packages/python-persistent/trunk/debian/rules
===================================================================
--- packages/python-persistent/trunk/debian/rules	                        (rev 0)
+++ packages/python-persistent/trunk/debian/rules	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=persistent
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+
+override_dh_install:
+	dh_install
+	find debian/python-persistent -name '*.c' -delete
+	find debian/python3-persistent -name '*.c' -delete


Property changes on: packages/python-persistent/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-persistent/trunk/debian/source/format
===================================================================
--- packages/python-persistent/trunk/debian/source/format	                        (rev 0)
+++ packages/python-persistent/trunk/debian/source/format	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-persistent/trunk/debian/tests/all
===================================================================
--- packages/python-persistent/trunk/debian/tests/all	                        (rev 0)
+++ packages/python-persistent/trunk/debian/tests/all	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+
+import persistent
+print persistent

Added: packages/python-persistent/trunk/debian/tests/all-3
===================================================================
--- packages/python-persistent/trunk/debian/tests/all-3	                        (rev 0)
+++ packages/python-persistent/trunk/debian/tests/all-3	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import persistent
+print(persistent)

Added: packages/python-persistent/trunk/debian/tests/control
===================================================================
--- packages/python-persistent/trunk/debian/tests/control	                        (rev 0)
+++ packages/python-persistent/trunk/debian/tests/control	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,2 @@
+Tests: all all-3
+Depends: @

Added: packages/python-persistent/trunk/debian/watch
===================================================================
--- packages/python-persistent/trunk/debian/watch	                        (rev 0)
+++ packages/python-persistent/trunk/debian/watch	2014-06-25 15:34:29 UTC (rev 29486)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/p/persistent/persistent-(.*).tar.gz




More information about the Python-modules-commits mailing list