[Python-modules-commits] r16356 - in packages/python-venusian/tags (9 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Apr 5 14:19:55 UTC 2011


    Date: Tuesday, April 5, 2011 @ 14:19:47
  Author: takaki
Revision: 16356

[svn-buildpackage] Tagging python-venusian 0.7-2

Added:
  packages/python-venusian/tags/0.7-2/
  packages/python-venusian/tags/0.7-2/debian/changelog
    (from rev 16355, packages/python-venusian/trunk/debian/changelog)
  packages/python-venusian/tags/0.7-2/debian/control
    (from rev 16170, packages/python-venusian/trunk/debian/control)
  packages/python-venusian/tags/0.7-2/debian/copyright
    (from rev 16354, packages/python-venusian/trunk/debian/copyright)
  packages/python-venusian/tags/0.7-2/debian/rules
    (from rev 16170, packages/python-venusian/trunk/debian/rules)
Deleted:
  packages/python-venusian/tags/0.7-2/debian/changelog
  packages/python-venusian/tags/0.7-2/debian/control
  packages/python-venusian/tags/0.7-2/debian/copyright
  packages/python-venusian/tags/0.7-2/debian/rules

Deleted: packages/python-venusian/tags/0.7-2/debian/changelog
===================================================================
--- packages/python-venusian/trunk/debian/changelog	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/tags/0.7-2/debian/changelog	2011-04-05 14:19:47 UTC (rev 16356)
@@ -1,12 +0,0 @@
-python-venusian (0.6-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/clean: Added. 
-
- -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 11 Feb 2011 12:45:41 +0900
-
-python-venusian (0.4-1) unstable; urgency=low
-
-  * Initial release (Closes: #604998)
-
- -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 26 Nov 2010 10:23:39 +0900

Copied: packages/python-venusian/tags/0.7-2/debian/changelog (from rev 16355, packages/python-venusian/trunk/debian/changelog)
===================================================================
--- packages/python-venusian/tags/0.7-2/debian/changelog	                        (rev 0)
+++ packages/python-venusian/tags/0.7-2/debian/changelog	2011-04-05 14:19:47 UTC (rev 16356)
@@ -0,0 +1,25 @@
+python-venusian (0.7-2) unstable; urgency=low
+
+  * debian/copyright: Add copyright infomation.  (Closes: #612791)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 05 Apr 2011 23:12:08 +0900
+
+python-venusian (0.7-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: switch to dh_python2 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 21 Mar 2011 11:38:02 +0900
+
+python-venusian (0.6-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/clean: Added. 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 11 Feb 2011 12:45:41 +0900
+
+python-venusian (0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #604998)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 26 Nov 2010 10:23:39 +0900

Deleted: packages/python-venusian/tags/0.7-2/debian/control
===================================================================
--- packages/python-venusian/trunk/debian/control	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/tags/0.7-2/debian/control	2011-04-05 14:19:47 UTC (rev 16356)
@@ -1,20 +0,0 @@
-Source: python-venusian
-Section: python
-Priority: extra
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools
-Standards-Version: 3.9.1
-Homepage: http://www.repoze.org
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-venusian/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-venusian/trunk/
-
-Package: python-venusian
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
-Description: library for deferring decorator actions
- Venusian is a library which allows framework authors to defer decorator
- actions. Instead of taking actions when a function (or class) decorator is
- executed at import time, you can defer the action usually taken by the
- decorator until a separate "scan" phase.

Copied: packages/python-venusian/tags/0.7-2/debian/control (from rev 16170, packages/python-venusian/trunk/debian/control)
===================================================================
--- packages/python-venusian/tags/0.7-2/debian/control	                        (rev 0)
+++ packages/python-venusian/tags/0.7-2/debian/control	2011-04-05 14:19:47 UTC (rev 16356)
@@ -0,0 +1,23 @@
+Source: python-venusian
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), 
+	python-all(>= 2.6.6-3),
+	python-setuptools
+Standards-Version: 3.9.1
+Homepage: http://www.repoze.org
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-venusian/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-venusian/trunk/
+
+Package: python-venusian
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Breaks: ${python:Breaks}
+Description: library for deferring decorator actions
+ Venusian is a library which allows framework authors to defer decorator
+ actions. Instead of taking actions when a function (or class) decorator is
+ executed at import time, you can defer the action usually taken by the
+ decorator until a separate "scan" phase.

Deleted: packages/python-venusian/tags/0.7-2/debian/copyright
===================================================================
--- packages/python-venusian/trunk/debian/copyright	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/tags/0.7-2/debian/copyright	2011-04-05 14:19:47 UTC (rev 16356)
@@ -1,64 +0,0 @@
-This work was packaged for Debian by:
-
-    TANIGUCHI Takaki <takaki at debian.org> on Fri, 26 Nov 2010 10:23:39 +0900
-
-It was downloaded from:
-
-    http://pypi.python.org/pypi/venusian/0.4
-
-Upstream Author(s):
-
-    Chris McDonough, Agendaless Consulting <repoze-dev at lists.repoze.org>
-
-Copyright:
-
-    Copyright (c) 2010 Agendaless Consulting and Contributors.
-
-License:
-
-  A copyright notice accompanies this license document that identifies
-  the copyright holders.
-
-  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.  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.
-
-
-The Debian packaging is:
-
-    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
-
-and is licensed under the GPL version 3,
-see "/usr/share/common-licenses/GPL-3".

Copied: packages/python-venusian/tags/0.7-2/debian/copyright (from rev 16354, packages/python-venusian/trunk/debian/copyright)
===================================================================
--- packages/python-venusian/tags/0.7-2/debian/copyright	                        (rev 0)
+++ packages/python-venusian/tags/0.7-2/debian/copyright	2011-04-05 14:19:47 UTC (rev 16356)
@@ -0,0 +1,121 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: python-venusian
+Source: http://pypi.python.org/pypi/venusian
+
+Files: * 
+Copyright: 2010 Agendaless Consulting and Contributors.<repoze-dev at lists.repoze.org> 
+License: other
+  A copyright notice accompanies this license document that identifies
+  the copyright holders.
+ .
+  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.  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: venusian/advice.py venusian/tests/test_advice.py
+Copyright: 2003 Zope Corporation and Contributors.
+License: Zope-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: debian/*
+Copyright: 2010-2011 TANIGUCHI Takaki <takaki at debian.org>
+License: GPL-3
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+

Deleted: packages/python-venusian/tags/0.7-2/debian/rules
===================================================================
--- packages/python-venusian/trunk/debian/rules	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/tags/0.7-2/debian/rules	2011-04-05 14:19:47 UTC (rev 16356)
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-%:
-	dh $@ 

Copied: packages/python-venusian/tags/0.7-2/debian/rules (from rev 16170, packages/python-venusian/trunk/debian/rules)
===================================================================
--- packages/python-venusian/tags/0.7-2/debian/rules	                        (rev 0)
+++ packages/python-venusian/tags/0.7-2/debian/rules	2011-04-05 14:19:47 UTC (rev 16356)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@  --with python2




More information about the Python-modules-commits mailing list