r2338 - in zope.deprecation/trunk/debian (7 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed Aug 3 13:55:28 UTC 2011


    Date: Wednesday, August 3, 2011 @ 13:55:26
  Author: menesis-guest
Revision: 2338

* debian/control:
  - add X-Python-Version, Vcs-Svn, Vcs-Browser.
  - Build-Depends on python-all (>= 2.6.6-3~)
  - suggest python-zope.testing
  - remove ${python:Provides}, discouraged
* debian/copyright: format like other Zope packages, no debian/* section.
* debian/docs: replace README.txt with the one from src.
* debian/tests: add files for autopkgtest.

Added:
  zope.deprecation/trunk/debian/tests/
  zope.deprecation/trunk/debian/tests/all
  zope.deprecation/trunk/debian/tests/control
Modified:
  zope.deprecation/trunk/debian/changelog
  zope.deprecation/trunk/debian/control
  zope.deprecation/trunk/debian/copyright
  zope.deprecation/trunk/debian/docs

Modified: zope.deprecation/trunk/debian/changelog
===================================================================
--- zope.deprecation/trunk/debian/changelog	2011-07-13 20:55:00 UTC (rev 2337)
+++ zope.deprecation/trunk/debian/changelog	2011-08-03 13:55:26 UTC (rev 2338)
@@ -1,3 +1,16 @@
+zope.deprecation (3.4.1-2) unstable; urgency=low
+
+  * debian/control:
+    - add X-Python-Version, Vcs-Svn, Vcs-Browser.
+    - Build-Depends on python-all (>= 2.6.6-3~)
+    - suggest python-zope.testing
+    - remove ${python:Provides}, discouraged
+  * debian/copyright: format like other Zope packages, no debian/* section.
+  * debian/docs: replace README.txt with the one from src.
+  * debian/tests: add files for autopkgtest.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 03 Aug 2011 16:53:28 +0300
+
 zope.deprecation (3.4.1-1) unstable; urgency=low
 
   * New upstream release

Modified: zope.deprecation/trunk/debian/control
===================================================================
--- zope.deprecation/trunk/debian/control	2011-07-13 20:55:00 UTC (rev 2337)
+++ zope.deprecation/trunk/debian/control	2011-08-03 13:55:26 UTC (rev 2338)
@@ -3,16 +3,17 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all, python-setuptools
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
 Homepage: http://pypi.python.org/pypi/zope.deprecation
-#Vcs-Git: git://git.debian.org/collab-maint/zope.deprecation.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/zope.deprecation.git;a=summary
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.deprecation/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.deprecation/trunk
 
 Package: python-zope.deprecation
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Suggests: python-zope.testing
 Description: Zope 3 Deprecation Infrastructure
- This package marks 'deprecated' Zope objects which are module, classes,
- functiona, methods and properties. 
+ This package provides a simple function called 'deprecated(names, reason)' to
+ mark deprecated modules, classes, functions, methods and properties.

Modified: zope.deprecation/trunk/debian/copyright
===================================================================
--- zope.deprecation/trunk/debian/copyright	2011-07-13 20:55:00 UTC (rev 2337)
+++ zope.deprecation/trunk/debian/copyright	2011-08-03 13:55:26 UTC (rev 2338)
@@ -1,67 +1,52 @@
 Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: zope.deprecation
+Upstream-Contact: Zope Corporation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.deprecation
 
 Files: *
-Copyright: 2006 Zope Corporation and Contributors.
+Copyright: (c) 2001, 2002, 2005 Zope Foundation and Contributors.
 License: ZPL-2.1
-
-
-Files: debian/*
-Copyright: 2010-2011, TANIGUCHI Takaki <takaki at debian.org>
-License: ZPL-2.1
-
-
-License: ZPL-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.
- . 
+ 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.
-
+ .
+ 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.deprecation/trunk/debian/docs
===================================================================
--- zope.deprecation/trunk/debian/docs	2011-07-13 20:55:00 UTC (rev 2337)
+++ zope.deprecation/trunk/debian/docs	2011-08-03 13:55:26 UTC (rev 2338)
@@ -1,2 +1 @@
-README.txt
-README.txt
+src/zope/deprecation/README.txt

Added: zope.deprecation/trunk/debian/tests/all
===================================================================
--- zope.deprecation/trunk/debian/tests/all	                        (rev 0)
+++ zope.deprecation/trunk/debian/tests/all	2011-08-03 13:55:26 UTC (rev 2338)
@@ -0,0 +1,2 @@
+#!/bin/bash
+. /usr/share/python-zope.testing/test_helper

Added: zope.deprecation/trunk/debian/tests/control
===================================================================
--- zope.deprecation/trunk/debian/tests/control	                        (rev 0)
+++ zope.deprecation/trunk/debian/tests/control	2011-08-03 13:55:26 UTC (rev 2338)
@@ -0,0 +1,3 @@
+Tests: all
+Features: no-build-needed
+Depends: @, python-zope.testing




More information about the pkg-zope-developers mailing list