[Python-modules-commits] r15046 - in packages/sqlparse/trunk (12 files)
jollyroger-guest at users.alioth.debian.org
jollyroger-guest at users.alioth.debian.org
Tue Dec 7 20:37:44 UTC 2010
Date: Tuesday, December 7, 2010 @ 20:37:42
Author: jollyroger-guest
Revision: 15046
[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/patches/
packages/sqlparse/trunk/debian/patches/fix-interpreters.diff
packages/sqlparse/trunk/debian/patches/series
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-07 20:37:42 UTC (rev 15046)
@@ -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-07 20:37:42 UTC (rev 15046)
@@ -0,0 +1 @@
+7
Added: packages/sqlparse/trunk/debian/control
===================================================================
--- packages/sqlparse/trunk/debian/control (rev 0)
+++ packages/sqlparse/trunk/debian/control 2010-12-07 20:37:42 UTC (rev 15046)
@@ -0,0 +1,17 @@
+Source: sqlparse
+Section: python
+Priority: optional
+Maintainer: Andriy Senkovych <jolly_roger at itblog.org.ua>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python
+Standards-Version: 3.8.4
+Homepage: http://code.google.com/p/python-sqlparse/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/sqlparse/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sqlparse/trunk/
+
+Package: python-sqlparse
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Breaks: ${python:Breaks}
+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-07 20:37:42 UTC (rev 15046)
@@ -0,0 +1,47 @@
+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.
+
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Andriy Senkovych <jolly_roger at itblog.org.ua>
+
+and is licensed under the GPL License, see "/usr/share/common-licenses/GPL".
Added: packages/sqlparse/trunk/debian/patches/fix-interpreters.diff
===================================================================
--- packages/sqlparse/trunk/debian/patches/fix-interpreters.diff (rev 0)
+++ packages/sqlparse/trunk/debian/patches/fix-interpreters.diff 2010-12-07 20:37:42 UTC (rev 15046)
@@ -0,0 +1,8 @@
+--- a/bin/sqlformat
++++ b/bin/sqlformat
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+
+ # Copyright (C) 2008 Andi Albrecht, albrecht.andi at gmail.com
+ #
Added: packages/sqlparse/trunk/debian/patches/series
===================================================================
--- packages/sqlparse/trunk/debian/patches/series (rev 0)
+++ packages/sqlparse/trunk/debian/patches/series 2010-12-07 20:37:42 UTC (rev 15046)
@@ -0,0 +1 @@
+fix-interpreters.diff
Added: packages/sqlparse/trunk/debian/rules
===================================================================
--- packages/sqlparse/trunk/debian/rules (rev 0)
+++ packages/sqlparse/trunk/debian/rules 2010-12-07 20:37:42 UTC (rev 15046)
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+package_name = python-sqlparse
+install_dir = debian/${package_name}
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+ python setup.py build
+ touch build-stamp
+
+clean:
+ dh_testdir
+ rm -rf build-stamp build
+ find . -name '*.py[co]' | xargs rm -f
+ dh_clean
+
+build:
+ dh_testdir
+ python tests/run_tests.py
+ python setup.py build
+
+install: build
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ python setup.py install \
+ --root=$(install_dir) \
+ --install-layout=deb \
+ --no-compile
+ dh_installdocs
+ dh_installchangelogs
+ dh_installman
+ dh_installinfo
+ dh_python2
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-indep: build install
+
+binary-arch:
+
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary install
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-07 20:37:42 UTC (rev 15046)
@@ -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-07 20:37:42 UTC (rev 15046)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/python-sqlparse/downloads/list .*/sqlparse-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list