[Python-modules-commits] r15594 - in packages/python-venusian/trunk (13 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Feb 11 02:45:25 UTC 2011


    Date: Friday, February 11, 2011 @ 02:45:25
  Author: takaki
Revision: 15594

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

Added:
  packages/python-venusian/trunk/debian/
  packages/python-venusian/trunk/debian/changelog
  packages/python-venusian/trunk/debian/compat
  packages/python-venusian/trunk/debian/control
  packages/python-venusian/trunk/debian/copyright
  packages/python-venusian/trunk/debian/docs
  packages/python-venusian/trunk/debian/patches/
  packages/python-venusian/trunk/debian/patches/debian-changes-0.4-1
  packages/python-venusian/trunk/debian/patches/series
  packages/python-venusian/trunk/debian/rules
  packages/python-venusian/trunk/debian/source/
  packages/python-venusian/trunk/debian/source/format
  packages/python-venusian/trunk/debian/watch


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

Added: packages/python-venusian/trunk/debian/changelog
===================================================================
--- packages/python-venusian/trunk/debian/changelog	                        (rev 0)
+++ packages/python-venusian/trunk/debian/changelog	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1,5 @@
+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

Added: packages/python-venusian/trunk/debian/compat
===================================================================
--- packages/python-venusian/trunk/debian/compat	                        (rev 0)
+++ packages/python-venusian/trunk/debian/compat	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1 @@
+7

Added: packages/python-venusian/trunk/debian/control
===================================================================
--- packages/python-venusian/trunk/debian/control	                        (rev 0)
+++ packages/python-venusian/trunk/debian/control	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1,20 @@
+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-Git: git://git.debian.org/collab-maint/python-venusian.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-venusian.git;a=summary
+
+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.

Added: packages/python-venusian/trunk/debian/copyright
===================================================================
--- packages/python-venusian/trunk/debian/copyright	                        (rev 0)
+++ packages/python-venusian/trunk/debian/copyright	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1,64 @@
+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".

Added: packages/python-venusian/trunk/debian/docs
===================================================================
--- packages/python-venusian/trunk/debian/docs	                        (rev 0)
+++ packages/python-venusian/trunk/debian/docs	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1,4 @@
+CHANGES.txt
+COPYRIGHT.txt
+README.txt
+README.txt

Added: packages/python-venusian/trunk/debian/patches/debian-changes-0.4-1
===================================================================
--- packages/python-venusian/trunk/debian/patches/debian-changes-0.4-1	                        (rev 0)
+++ packages/python-venusian/trunk/debian/patches/debian-changes-0.4-1	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1,74 @@
+Description: Upstream changes introduced in version 0.4-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ python-venusian (0.4-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #604998)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: TANIGUCHI Takaki <takaki at debian.org>
+Bug-Debian: http://bugs.debian.org/604998
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- python-venusian-0.4.orig/venusian.egg-info/SOURCES.txt
++++ python-venusian-0.4/venusian.egg-info/SOURCES.txt
+@@ -32,5 +32,4 @@ venusian/tests/fixtures/one/module.py
+ venusian/tests/fixtures/one/module2.py
+ venusian/tests/fixtures/pyc/__init__.py
+ venusian/tests/fixtures/pyc/module.py
+-venusian/tests/fixtures/pyc/module2.pyc
+ venusian/tests/fixtures/pyc/subpackage/__init__.py
+\ No newline at end of file
+--- python-venusian-0.4.orig/venusian.egg-info/PKG-INFO
++++ python-venusian-0.4/venusian.egg-info/PKG-INFO
+@@ -25,12 +25,12 @@ Description: venusian
+         ----------------
+         
+         - Bug fix: when a venusian decorator used as a class decorator was
+-        used against both a class *and* a subclass of that class, the
+-        superclass and subclass would effectively share the same set of
+-        callbacks.  This was not the intent: each class declaration should
+-        have its own local set of callbacks; callbacks added via decorations
+-        should not be inherited, and a superclass should not receive its
+-        subclass' decorations.
++          used against both a class *and* a subclass of that class, the
++          superclass and subclass would effectively share the same set of
++          callbacks.  This was not the intent: each class declaration should
++          have its own local set of callbacks; callbacks added via decorations
++          should not be inherited, and a superclass should not receive its
++          subclass' decorations.
+         
+         - Arrange test fixtures into a single directory.
+         
+@@ -38,14 +38,14 @@ Description: venusian
+         ----------------
+         
+         - Ignore orphaned modules (``.pyc`` or ``.pyo`` files without a
+-        corresponding ``.py`` file) during a scan.
++          corresponding ``.py`` file) during a scan.
+         
+         0.2 (2010-04-18)
+         ----------------
+         
+         - Add the concept of scan categories (see the "Scan Categories"
+-        section of the documentation) to allow an application to make use of
+-        more than one Venusian-using framework simultaneously.
++          section of the documentation) to allow an application to make use of
++          more than one Venusian-using framework simultaneously.
+         
+         0.1 (2010-02-15)
+         ----------------

Added: packages/python-venusian/trunk/debian/patches/series
===================================================================
--- packages/python-venusian/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-venusian/trunk/debian/patches/series	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1 @@
+debian-changes-0.4-1

Added: packages/python-venusian/trunk/debian/rules
===================================================================
--- packages/python-venusian/trunk/debian/rules	                        (rev 0)
+++ packages/python-venusian/trunk/debian/rules	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1,13 @@
+#!/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 $@ 


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

Added: packages/python-venusian/trunk/debian/source/format
===================================================================
--- packages/python-venusian/trunk/debian/source/format	                        (rev 0)
+++ packages/python-venusian/trunk/debian/source/format	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-venusian/trunk/debian/watch
===================================================================
--- packages/python-venusian/trunk/debian/watch	                        (rev 0)
+++ packages/python-venusian/trunk/debian/watch	2011-02-11 02:45:25 UTC (rev 15594)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/v/venusian/venusian-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list