r2318 - in zope.schema/trunk/debian (5 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed Jun 22 15:26:42 UTC 2011


    Date: Wednesday, June 22, 2011 @ 15:26:40
  Author: menesis-guest
Revision: 2318

Take changes from Ubuntu:
* New upstream release.
* Use dh_python2 instead of deprecated python-central. (Closes: #617175)
* Build-Depend on python-all instead of python-all-dev.
* debian/copyright: Update, convert to dep5 format.

Modified:
  zope.schema/trunk/debian/changelog
  zope.schema/trunk/debian/control
  zope.schema/trunk/debian/copyright
  zope.schema/trunk/debian/rules
  zope.schema/trunk/debian/watch

Modified: zope.schema/trunk/debian/changelog
===================================================================
--- zope.schema/trunk/debian/changelog	2011-06-22 15:09:39 UTC (rev 2317)
+++ zope.schema/trunk/debian/changelog	2011-06-22 15:26:40 UTC (rev 2318)
@@ -1,9 +1,23 @@
-zope.schema (3.7.0-1) unstable; urgency=low
+zope.schema (3.7.1-1) unstable; urgency=low
 
-  * Update to version from ztk1.0
+  * Use dh_python2 instead of deprecated python-central. (Closes: #617175)
 
- -- Brian Sutherland <brian at vanguardistas.net>  Wed, 03 Nov 2010 13:14:35 +0000
+ -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 22 Jun 2011 18:18:25 +0300
 
+zope.schema (3.7.1-0ubuntu1) natty; urgency=low
+
+  * New upstream release.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 09 Mar 2011 17:55:26 +0200
+
+zope.schema (3.6.4-0ubuntu1) maverick; urgency=low
+
+  * New upstream release.
+  * Build-Depend on python-all instead of python-all-dev.
+  * debian/copyright: Update, convert to dep5 format.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 07 Sep 2010 18:42:47 +0300
+
 zope.schema (3.6.1-1) unstable; urgency=low
 
   * New upstream release.
@@ -17,7 +31,7 @@
   * Set section to zope.
 
   [ Fabio Tranchitella ]
-  * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2.
+  * debian/control: build-depend on python-van.pydeb >= 1.3.0-2.
     (Closes: #552930)
 
  -- Fabio Tranchitella <kobold at debian.org>  Sun, 08 Nov 2009 11:22:51 +0100

Modified: zope.schema/trunk/debian/control
===================================================================
--- zope.schema/trunk/debian/control	2011-06-22 15:09:39 UTC (rev 2317)
+++ zope.schema/trunk/debian/control	2011-06-22 15:26:40 UTC (rev 2318)
@@ -3,19 +3,21 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.8.3
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.schema/trunk
+Build-Depends: debhelper (>= 7),
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-van.pydeb (>= 1.3.0-4)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.schema/trunk
+Homepage: http://pypi.python.org/pypi/zope.schema
 
 Package: python-zope.schema
 Architecture: all
 Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
 Provides: ${pydeb:Provides}, ${python:Provides}
 Suggests: ${pydeb:Suggests}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
 Description: zope.interface extension for defining data schemas
  Schemas extend the notion of interfaces to detailed descriptions of
  Attributes (but not methods).  Every schema is an interface and

Modified: zope.schema/trunk/debian/copyright
===================================================================
--- zope.schema/trunk/debian/copyright	2011-06-22 15:09:39 UTC (rev 2317)
+++ zope.schema/trunk/debian/copyright	2011-06-22 15:26:40 UTC (rev 2318)
@@ -1,74 +1,52 @@
-This package was debianized by Brian Sutherland <brian at vanguardistas.net>
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: zope.schema
+Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
+Source: http://pypi.python.org/pypi/zope.schema
 
-It was downloaded from http://pypi.python.org/pypi/zope.schema
-
-Copyright:
-
-Upstream Author: Zope Corporation and Contributers <zope3-dev at zope.org>
-
-Files contain this header:
-
-# Copyright (c) 2004 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-
-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.
+Files: *
+Copyright: (c) 2001-2010 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.

Modified: zope.schema/trunk/debian/rules
===================================================================
--- zope.schema/trunk/debian/rules	2011-06-22 15:09:39 UTC (rev 2317)
+++ zope.schema/trunk/debian/rules	2011-06-22 15:26:40 UTC (rev 2318)
@@ -3,4 +3,4 @@
 export PYDEB_SUGGESTS_EXTRAS=test docs
 
 %:
-	dh --with pydeb --with python-central $@
+	dh --with pydeb --with python2 $@

Modified: zope.schema/trunk/debian/watch
===================================================================
--- zope.schema/trunk/debian/watch	2011-06-22 15:09:39 UTC (rev 2317)
+++ zope.schema/trunk/debian/watch	2011-06-22 15:26:40 UTC (rev 2318)
@@ -1,3 +1,2 @@
 version=3
 http://pypi.python.org/packages/source/z/zope.schema/zope.schema-(.*)\.tar\.gz
-http://pypi.python.org/packages/source/z/zope.schema/zope.schema-(.*)\.zip




More information about the pkg-zope-developers mailing list