r2027 - in sourcecodegen/trunk (10 files)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Thu Jan 14 16:47:43 UTC 2010


    Date: Thursday, January 14, 2010 @ 16:47:38
  Author: jinty-guest
Revision: 2027

[svn-inject] Applying Debian modifications to trunk

Added:
  sourcecodegen/trunk/debian/
  sourcecodegen/trunk/debian/changelog
  sourcecodegen/trunk/debian/compat
  sourcecodegen/trunk/debian/control
  sourcecodegen/trunk/debian/copyright
  sourcecodegen/trunk/debian/rules
  sourcecodegen/trunk/debian/tests/
  sourcecodegen/trunk/debian/tests/all
  sourcecodegen/trunk/debian/tests/control
  sourcecodegen/trunk/debian/watch


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

Added: sourcecodegen/trunk/debian/changelog
===================================================================
--- sourcecodegen/trunk/debian/changelog	                        (rev 0)
+++ sourcecodegen/trunk/debian/changelog	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1,11 @@
+sourcecodegen (0.6.12-1) unstable; urgency=low
+
+  * New upstream release which contains LICENSE.txt.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Thu, 14 Jan 2010 12:25:32 +0100
+
+sourcecodegen (0.6.11-1) unstable; urgency=low
+
+  * Initial Packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Tue, 12 Jan 2010 13:28:13 +0100

Added: sourcecodegen/trunk/debian/compat
===================================================================
--- sourcecodegen/trunk/debian/compat	                        (rev 0)
+++ sourcecodegen/trunk/debian/compat	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1 @@
+7

Added: sourcecodegen/trunk/debian/control
===================================================================
--- sourcecodegen/trunk/debian/control	                        (rev 0)
+++ sourcecodegen/trunk/debian/control	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1,22 @@
+Source: sourcecodegen
+Section: zope
+Priority: optional
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>
+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/sourcecodegen/trunk
+
+Package: python-sourcecodegen
+Architecture: all
+Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Recommends: ${pydeb:Recommends}
+Provides: ${pydeb:Provides}, ${python:Provides}
+Suggests: ${pydeb:Suggests}
+XB-Python-Version: ${python:Versions}
+Description: A Python source-code generator based on the compiler.ast abstract syntax tree
+ This package provides a module-level source-code generator which operates on
+ the AST from the built-in compiler.ast module.
+ .
+ Note that this AST is not compatible with the new ast module in Python 2.6.

Added: sourcecodegen/trunk/debian/copyright
===================================================================
--- sourcecodegen/trunk/debian/copyright	                        (rev 0)
+++ sourcecodegen/trunk/debian/copyright	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1,50 @@
+This package was debianized by Brian Sutherland <brian at vanguardistas.net>
+
+It was downloaded from http://pypi.python.org/pypi/sourcecodegen
+
+Copyright:
+
+Upstream Author: Malthe Borch <mborch at gmail.com>
+
+The files contained in this package are under a BSD style license which the
+text is:
+
+  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.
+

Added: sourcecodegen/trunk/debian/rules
===================================================================
--- sourcecodegen/trunk/debian/rules	                        (rev 0)
+++ sourcecodegen/trunk/debian/rules	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with pydeb --with python-central $@


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

Added: sourcecodegen/trunk/debian/tests/all
===================================================================
--- sourcecodegen/trunk/debian/tests/all	                        (rev 0)
+++ sourcecodegen/trunk/debian/tests/all	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1,2 @@
+#!/bin/bash
+. /usr/share/python-zope.testing/test_helper

Added: sourcecodegen/trunk/debian/tests/control
===================================================================
--- sourcecodegen/trunk/debian/tests/control	                        (rev 0)
+++ sourcecodegen/trunk/debian/tests/control	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1,3 @@
+Tests: all
+Features: no-build-needed
+Depends: @, python-zope.testing

Added: sourcecodegen/trunk/debian/watch
===================================================================
--- sourcecodegen/trunk/debian/watch	                        (rev 0)
+++ sourcecodegen/trunk/debian/watch	2010-01-14 16:47:38 UTC (rev 2027)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/s/sourcecodegen/sourcecodegen-(.*)\.tar\.gz




More information about the pkg-zope-developers mailing list