[Python-apps-commits] r6358 - in packages/sqlparse/trunk (9 files)

jollyroger-guest at users.alioth.debian.org jollyroger-guest at users.alioth.debian.org
Mon Dec 6 20:43:25 UTC 2010


    Date: Monday, December 6, 2010 @ 20:43:19
  Author: jollyroger-guest
Revision: 6358

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

Added:
  packages/sqlparse/trunk/debian/
  packages/sqlparse/trunk/debian/changelog
  packages/sqlparse/trunk/debian/compat
  packages/sqlparse/trunk/debian/control
  packages/sqlparse/trunk/debian/copyright
  packages/sqlparse/trunk/debian/rules
  packages/sqlparse/trunk/debian/source/
  packages/sqlparse/trunk/debian/source/format
  packages/sqlparse/trunk/debian/watch


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

Added: packages/sqlparse/trunk/debian/changelog
===================================================================
--- packages/sqlparse/trunk/debian/changelog	                        (rev 0)
+++ packages/sqlparse/trunk/debian/changelog	2010-12-06 20:43:19 UTC (rev 6358)
@@ -0,0 +1,5 @@
+sqlparse (0.1.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #606104)
+
+ -- Andriy Senkovych <jolly_roger at itblog.org.ua>  Mon, 06 Dec 2010 22:01:20 +0200


Property changes on: packages/sqlparse/trunk/debian/changelog
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: packages/sqlparse/trunk/debian/compat
===================================================================
--- packages/sqlparse/trunk/debian/compat	                        (rev 0)
+++ packages/sqlparse/trunk/debian/compat	2010-12-06 20:43:19 UTC (rev 6358)
@@ -0,0 +1 @@
+7

Added: packages/sqlparse/trunk/debian/control
===================================================================
--- packages/sqlparse/trunk/debian/control	                        (rev 0)
+++ packages/sqlparse/trunk/debian/control	2010-12-06 20:43:19 UTC (rev 6358)
@@ -0,0 +1,15 @@
+Source: sqlparse
+Section: python
+Priority: extra
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: http://code.google.com/p/python-sqlparse/
+Vcs-Hg: https://python-sqlparse.googlecode.com/hg/
+Vcs-Browser: http://code.google.com/p/python-sqlparse/source/browse/
+
+Package: python-sqlparse
+Architecture: all
+Depends: ${misc:Depends}
+Description: A non-validating SQL parser for Python.
+ It provides support for parsing, splitting and formatting SQL statements. 

Added: packages/sqlparse/trunk/debian/copyright
===================================================================
--- packages/sqlparse/trunk/debian/copyright	                        (rev 0)
+++ packages/sqlparse/trunk/debian/copyright	2010-12-06 20:43:19 UTC (rev 6358)
@@ -0,0 +1,53 @@
+This work was packaged for Debian by:
+
+    Andriy Senkovych <jolly_roger at itblog.org.ua> on Mon, 29 Nov 2010 16:36:21 +0200
+
+It was downloaded from:
+
+    http://code.google.com/p/python-sqlparse/
+
+Upstream Author(s):
+
+    Andi Albrecht <albrecht.andi at gmail.com>
+
+Copyright:
+
+    Copyright (c) 2009 Andi Albrecht
+
+License:
+
+    Redistribution and use in source and binary forms, with or without modification,
+    are permitted provided that the following conditions are met:
+
+        * Redistributions of source code must retain the above copyright notice,
+          this list of conditions and the following disclaimer.
+        * Redistributions in binary form must reproduce the above copyright notice,
+          this list of conditions and the following disclaimer in the documentation
+          and/or other materials provided with the distribution.
+        * Neither the name of the authors nor the names of its contributors may be
+          used to endorse or promote products derived from this software without
+          specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+    ANY EXPRESS 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 OWNER OR CONTRIBUTORS 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.
+
+
+On Debian systems, the complete text of the BSD License can be
+found in "/usr/share/common-licenses/BSD".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Andriy Senkovych <jolly_roger at itblog.org.ua>
+
+and is licensed under the BSD License, see "/usr/share/common-licenses/BSD".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: packages/sqlparse/trunk/debian/rules
===================================================================
--- packages/sqlparse/trunk/debian/rules	                        (rev 0)
+++ packages/sqlparse/trunk/debian/rules	2010-12-06 20:43:19 UTC (rev 6358)
@@ -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/sqlparse/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/sqlparse/trunk/debian/source/format
===================================================================
--- packages/sqlparse/trunk/debian/source/format	                        (rev 0)
+++ packages/sqlparse/trunk/debian/source/format	2010-12-06 20:43:19 UTC (rev 6358)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/sqlparse/trunk/debian/watch
===================================================================
--- packages/sqlparse/trunk/debian/watch	                        (rev 0)
+++ packages/sqlparse/trunk/debian/watch	2010-12-06 20:43:19 UTC (rev 6358)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/python-sqlparse/downloads/list .*/sqlparse-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list