[Python-modules-commits] r17171 - in packages/decoratortools/trunk (12 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu May 26 22:00:33 UTC 2011


    Date: Thursday, May 26, 2011 @ 22:00:32
  Author: eriol-guest
Revision: 17171

Added packaging stuff made by Chris Lamb

Added:
  packages/decoratortools/trunk/debian/
  packages/decoratortools/trunk/debian/changelog
  packages/decoratortools/trunk/debian/compat
  packages/decoratortools/trunk/debian/control
  packages/decoratortools/trunk/debian/copyright
  packages/decoratortools/trunk/debian/docs
  packages/decoratortools/trunk/debian/pycompat
  packages/decoratortools/trunk/debian/pyversions
  packages/decoratortools/trunk/debian/rules
  packages/decoratortools/trunk/debian/source/
  packages/decoratortools/trunk/debian/source/format
  packages/decoratortools/trunk/debian/watch


Property changes on: packages/decoratortools/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/decoratortools/trunk/debian/changelog
===================================================================
--- packages/decoratortools/trunk/debian/changelog	                        (rev 0)
+++ packages/decoratortools/trunk/debian/changelog	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1,77 @@
+decoratortools (1.8-2) UNRELEASED; urgency=low
+
+  * Update Vcs-{Git,Browser}.
+
+ -- Chris Lamb <lamby at debian.org>  Sat, 26 Feb 2011 22:15:01 +0000
+
+decoratortools (1.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.9.1.
+  * Update git repository URLs.
+  * Depend on a newer python-setuptools.
+  * Drop Build-Depends on python-all-dev; no arch:any packages being built.
+  * Move to '3.0 (quilt)' source format.
+  * Add missing ${misc:Depends}.
+  * Set XS-Python-Version: >= 2.5 as this version requires a new
+    python-setuptools that doesn't seem to work with Python 2.4.
+
+ -- Chris Lamb <lamby at debian.org>  Sun, 01 Aug 2010 16:49:56 -0400
+
+decoratortools (1.7-3) unstable; urgency=low
+
+  * New maintainer (Closes: #493791)
+  * Move from CDBS to Debhelper 7.
+  * Move to machine-parsable debian/copyright.
+  * Remove versioned dependencies where the version is available in Etch.
+  * Update package description.
+  * Bump Standards-Version to 3.8.0.
+
+ -- Chris Lamb <lamby at debian.org>  Sun, 12 Oct 2008 23:33:11 +0100
+
+decoratortools (1.7-2) unstable; urgency=low
+
+  * Orphaning package.
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Mon, 04 Aug 2008 19:08:02 -0300
+
+decoratortools (1.7-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+  - remove -1 from setuptools' version on build-depends; thanks to lintian
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sun, 10 Feb 2008 21:45:59 -0200
+
+decoratortools (1.6-1) unstable; urgency=low
+
+  [ Piotr Ożarowski ]
+  * Vcs-Browser and Homepage fields added
+  * XS-Vcs-Svn renamed to Vcs-Svn
+
+  [ Sandro Tosi ]
+  * debian/control
+    - fix Vcs-Browser field
+
+  [ Gustavo Noronha Silva ]
+  * New upstream release
+  * debian/control:
+  - update Standards-Version to 3.7.3, no changes
+  * debian/copyright:
+  - fix downloaded from so that it does not include a specific version
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Thu, 03 Jan 2008 22:07:49 -0200
+
+decoratortools (1.4-2) unstable; urgency=low
+
+  * debian/copyright:
+  - fix 'downloaded from' URL
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 04 Sep 2007 22:05:55 -0300
+
+decoratortools (1.4-1) experimental; urgency=low
+
+  * Initial Release (Closes: #425761)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 23 May 2007 17:25:58 -0300
+

Added: packages/decoratortools/trunk/debian/compat
===================================================================
--- packages/decoratortools/trunk/debian/compat	                        (rev 0)
+++ packages/decoratortools/trunk/debian/compat	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1 @@
+7

Added: packages/decoratortools/trunk/debian/control
===================================================================
--- packages/decoratortools/trunk/debian/control	                        (rev 0)
+++ packages/decoratortools/trunk/debian/control	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1,24 @@
+Source: decoratortools
+Section: python
+Priority: optional
+Maintainer: Chris Lamb <lamby at debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: python-setuptools (>= 0.6.14), python-support
+Standards-Version: 3.9.1
+Homepage: http://cheeseshop.python.org/pypi/DecoratorTools/
+Vcs-Git: git://github.com/lamby/pkg-decoratortools.git
+Vcs-Browser: https://github.com/lamby/pkg-decoratortools
+XS-Python-Version: >= 2.5
+
+Package: python-decoratortools
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-support
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: version-agnostic decorators support for Python
+ DecoratorTools provides decorator facilities for Python 2.3 and above. It
+ provides class and function decorators as well as support for decorating
+ arbitrary assignments, synchronized methods, and more.
+ .
+ DecoratorTools is part of the PEAK (Python Enterprise Architecture Kit)
+ framework and provides the peak.util.decorators module.

Added: packages/decoratortools/trunk/debian/copyright
===================================================================
--- packages/decoratortools/trunk/debian/copyright	                        (rev 0)
+++ packages/decoratortools/trunk/debian/copyright	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1,41 @@
+Author: Phillip J. Eby <pje at telecommunity.com>
+Download: http://cheeseshop.python.org/pypi/DecoratorTools/
+
+Files: *
+Copyright: © 2003 Phillip J. Eby <pje at telecommunity.com>
+License: ZPL-2.1
+ 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/decoratortools/trunk/debian/docs
===================================================================
--- packages/decoratortools/trunk/debian/docs	                        (rev 0)
+++ packages/decoratortools/trunk/debian/docs	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1 @@
+README.txt

Added: packages/decoratortools/trunk/debian/pycompat
===================================================================
--- packages/decoratortools/trunk/debian/pycompat	                        (rev 0)
+++ packages/decoratortools/trunk/debian/pycompat	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1 @@
+2

Added: packages/decoratortools/trunk/debian/pyversions
===================================================================
--- packages/decoratortools/trunk/debian/pyversions	                        (rev 0)
+++ packages/decoratortools/trunk/debian/pyversions	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1 @@
+2.3-
\ No newline at end of file

Added: packages/decoratortools/trunk/debian/rules
===================================================================
--- packages/decoratortools/trunk/debian/rules	                        (rev 0)
+++ packages/decoratortools/trunk/debian/rules	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+	rm -rf *.egg
+	dh_auto_clean


Property changes on: packages/decoratortools/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/decoratortools/trunk/debian/source/format
===================================================================
--- packages/decoratortools/trunk/debian/source/format	                        (rev 0)
+++ packages/decoratortools/trunk/debian/source/format	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/decoratortools/trunk/debian/watch
===================================================================
--- packages/decoratortools/trunk/debian/watch	                        (rev 0)
+++ packages/decoratortools/trunk/debian/watch	2011-05-26 22:00:32 UTC (rev 17171)
@@ -0,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/D/DecoratorTools/DecoratorTools-(.+)\.zip




More information about the Python-modules-commits mailing list