--- sqlalchemy-0.5.5.orig/debian/python-sqlalchemy-doc.doc-base +++ sqlalchemy-0.5.5/debian/python-sqlalchemy-doc.doc-base @@ -0,0 +1,11 @@ +Document: sqlalchemy +Title: SQLAlchemy Documentation +Author: Mike Bayer +Abstract: This document describes SQLAlchemy - the Python SQL toolkit and + Object Relational Mapper. It's usable as a comprehensive reference, a user + guide and a tutorial all-in-one. +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-sqlalchemy-doc/html/index.html +Files: /usr/share/doc/python-sqlalchemy-doc/html/*.html --- sqlalchemy-0.5.5.orig/debian/README.Debian +++ sqlalchemy-0.5.5/debian/README.Debian @@ -0,0 +1,26 @@ +SQLAlchemy Debian notes +======================= + +The package does not depend on various low level database libraries, but it +does suggest all the supported ones. Please install the ones you intend to use. + +For SQLite2: + python-sqlite + +For SQLite3: + python >=2.5 or python-pysqlite2 or python-pysqlite1.1 + +For PostgreSQL: + python-psycopg2 + +For MySQL: + python-mysqldb + +For Firebird: + python-kinterbasdb + +For Microsoft SQL Server: + python-pymssql + +Documentation and examples can be found in the python-sqlalchemy-doc package +in /usr/share/doc/python-sqlalchemy-doc. --- sqlalchemy-0.5.5.orig/debian/copyright +++ sqlalchemy-0.5.5/debian/copyright @@ -0,0 +1,142 @@ +This package was debianized by Tommi Virtanen tv@debian.org on +Sun, 26 Mar 2006 16:53:19 +0300. + +Since Thu, 7 Sep 2006 20:58:45 +0200 it is co-maintained by +Piotr Ożarowski + +It was originally downloaded from http://www.sqlalchemy.org/ + +Upstream Author: Mike Bayer + +Copyright: + + This is the MIT license: http://www.opensource.org/licenses/mit-license.php + + Copyright (c) 2005, 2006, 2007, 2008 Michael Bayer and contributors. + SQLAlchemy is a trademark of Michael Bayer. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +----------------------------------------------------------- + +lib/sqlalchemy/databases/access.py file: + + Copyright (C) 2007 Paul Johnston, paj@pajhome.org.uk + Portions derived from jet2sql.py by Matt Keranen, mksql@yahoo.com + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +lib/sqlalchemy/interfaces.py file: + + Copyright (C) 2007 Jason Kirtland jek@discorporate.us + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +lib/sqlalchemy/databases/sybase.py and +lib/sqlalchemy/databases/mxODBC.py files: + + Copyright (C) 2007 Fisch Asset Management AG http://www.fam.ch + Coding: Alexander Houben alexander.houben@thor-solutions.ch + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +lib/sqlalchemy/databases/access.py file: + + Copyright (C) 2007 Paul Johnston, paj@pajhome.org.uk + Portions derived from jet2sql.py by Matt Keranen, mksql@yahoo.com + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +test/testlib/coverage.py file (only in source package): + + Copyright 2001 Gareth Rees. All rights reserved. + Copyright 2004-2007 Ned Batchelder. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. 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. + + 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 + HOLDERS AND 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. + +----------------------------------------------------------- + +test/testlib/sa_unittest.py file (only in source package): + + Copyright (c) 1999-2003 Steve Purcell + This module is free software, and you may redistribute it and/or modify + it under the same terms as Python itself, so long as this copyright message + and disclaimer are retained in their original form. + + IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, + SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF + THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + DAMAGE. + + THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, + AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, + SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +----------------------------------------------------------- + +doc/_static/jquery.js file: + + Copyright (c) 2008 John Resig (jquery.com) + Dual licensed under the MIT (MIT-LICENSE.txt) + and GPL (GPL-LICENSE.txt) licenses. + +----------------------------------------------------------- + +The Debian packaging is © 2006-2009 Tommi Virtanen and Piotr +Ożarowski - it is licensed under the GPL. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. --- sqlalchemy-0.5.5.orig/debian/compat +++ sqlalchemy-0.5.5/debian/compat @@ -0,0 +1 @@ +5 --- sqlalchemy-0.5.5.orig/debian/watch +++ sqlalchemy-0.5.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/(beta|rc)/~$1/ \ +http://qa.debian.org/watch/sf.php/sqlalchemy/SQLAlchemy-(.*)\.tar\.gz debian uupdate --- sqlalchemy-0.5.5.orig/debian/python-sqlalchemy-doc.examples +++ sqlalchemy-0.5.5/debian/python-sqlalchemy-doc.examples @@ -0,0 +1 @@ +examples/* --- sqlalchemy-0.5.5.orig/debian/NEWS +++ sqlalchemy-0.5.5/debian/NEWS @@ -0,0 +1,39 @@ +python-sqlalchemy (0.5.0~beta1-1) experimental; urgency=low + + SQLAlchemy 0.4 -> 0.5 migration notes can be found on the wiki page: + http://www.sqlalchemy.org/trac/wiki/05Migration + For the typical 0.4 application that didn't rely on any deprecated features, + migration to 0.5 should be pretty straightforward. + + -- Piotr Ożarowski Sun, 15 Jun 2008 20:06:03 +0200 + +python-sqlalchemy (0.4.0~beta1-1) experimental; urgency=low + + From version 0.3 to version 0.4 of SQLAlchemy, some conventions have + changed. Most of these conventions are available in the most recent releases + of the 0.3 series starting with version 0.3.9, so that you can make a 0.3 + application compatible with 0.4 in most cases. + + Things that have changed in a backwards-incompatible manner are documented + in "0.3 to 0.4 Migration" section (#overview_migration) in + /usr/share/doc/python-sqlalchemy-doc/doc/intro.html file + + For a full overview of everything that's new and changed, see + http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04 + + -- Piotr Ożarowski Sun, 12 Aug 2007 21:44:53 +0200 + +python-sqlalchemy (0.3.0-1) unstable; urgency=low + + SQLAlchemy 0.2 -> 0.3 migration notes can be found on the wiki page: + http://www.sqlalchemy.org/trac/wiki/03Migration + + -- Piotr Ozarowski Mon, 23 Oct 2006 18:51:15 +0200 + +python-sqlalchemy (0.2.3-0.1) unstable; urgency=low + + SQLAlchemy 0.1 -> 0.2 migration notes can be found on the wiki page: + http://www.sqlalchemy.org/trac/wiki/02Migration + + -- Piotr Ozarowski Wed, 7 Jun 2006 00:11:30 +0200 + --- sqlalchemy-0.5.5.orig/debian/changelog +++ sqlalchemy-0.5.5/debian/changelog @@ -0,0 +1,455 @@ +sqlalchemy (0.5.5-1) unstable; urgency=low + + * New upstream release + * Add python-pymssql to Suggests (and add a note about Microsoft SQL Server + in README.Debian) + * Standards-Version bumped to 3.8.2 (no changes needed) + + -- Piotr Ożarowski Tue, 14 Jul 2009 19:50:44 +0200 + +sqlalchemy (0.5.4p2-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Wed, 27 May 2009 19:31:25 +0200 + +sqlalchemy (0.5.4p1-1) unstable; urgency=low + + * New upstream release + * build-docs rule enabled again + + python-sphinx minimum required version bumped to 0.6 + + python-mako added to Build-Depends-Indep + + -- Piotr Ożarowski Mon, 18 May 2009 19:32:31 +0200 + +sqlalchemy (0.5.3-1) unstable; urgency=low + + * New upstream release + * Add --install-layout=deb to setup.py call (prepare for dist-packages in + python2.6) + + python-all minimum required version bumped to 2.5.4-1~ + * Standards-Version bumped to 3.8.1 (no changes needed) + + -- Piotr Ożarowski Wed, 25 Mar 2009 19:25:33 +0100 + +sqlalchemy (0.5.2-2) unstable; urgency=low + + * Upload to unstable + + -- Piotr Ożarowski Sun, 22 Feb 2009 21:31:07 +0100 + +sqlalchemy (0.5.2-1) experimental; urgency=low + + * New upstream release + + upload to experimental as rev. dependencies are not ready for 0.5 + + -- Piotr Ożarowski Sat, 24 Jan 2009 22:59:56 +0100 + +sqlalchemy (0.5.1-1) experimental; urgency=low + + * New upstream release + + upload to experimental as rev. dependencies are not ready for 0.5 + + -- Piotr Ożarowski Sun, 18 Jan 2009 00:50:05 +0100 + +sqlalchemy (0.5.0-1) experimental; urgency=low + + * New upstream release + + disable_ez_setup patch removed (no longer needed) + + generate documentation using Sphinx + (disable build-docs rule untill Sphinx 0.6 will be released) + + upload to experimental as rev. dependencies are not ready for 0.5 + * HTML documentation moved to /usr/share/doc/python-sqlalchemy/html, + RST sources are available in /usr/share/doc/python-sqlalchemy/rst + * Add get-orig-source rule + + -- Piotr Ożarowski Tue, 30 Dec 2008 17:12:10 +0100 + +sqlalchemy (0.5.0~rc4-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Fri, 14 Nov 2008 23:07:55 +0100 + +sqlalchemy (0.5.0~rc3-1) experimental; urgency=low + + [ Sandro Tosi ] + * Switch Vcs-Browser field to viewsvn + + [ Piotr Ożarowski ] + * New upstream release + + -- Piotr Ożarowski Fri, 07 Nov 2008 22:52:15 +0100 + +sqlalchemy (0.5.0~rc2-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sun, 12 Oct 2008 20:44:49 +0200 + +sqlalchemy (0.4.8-1) unstable; urgency=low + + * New upstream release + + fix_typos patch removed + + -- Piotr Ożarowski Sun, 12 Oct 2008 20:01:43 +0200 + +sqlalchemy (0.5.0~rc1-1) experimental; urgency=low + + * New upstream release + * debian/watch file updated to handle RC versions correctly + + -- Piotr Ożarowski Thu, 11 Sep 2008 23:49:05 +0200 + +sqlalchemy (0.4.7p1-2) unstable; urgency=low + + * Fixed typos in orm/mapper.py and schema.py (closes: #494948, thanks + Sebastian) + + -- Piotr Ożarowski Thu, 04 Sep 2008 21:20:49 +0200 + +sqlalchemy (0.5.0~beta3-1) experimental; urgency=low + + * New upstream release + * disable_ez_setup patch updated + + -- Piotr Ożarowski Tue, 05 Aug 2008 00:58:22 +0200 + +sqlalchemy (0.4.7p1-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Fri, 01 Aug 2008 19:43:14 +0200 + +sqlalchemy (0.4.7-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sat, 26 Jul 2008 18:59:46 +0200 + +sqlalchemy (0.5.0~beta2-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Mon, 14 Jul 2008 22:39:27 +0200 + +sqlalchemy (0.5.0~beta1-1) experimental; urgency=low + + * New upstream release + * Standards-Version bumped to 3.8.0: + + debian/README.source file added + + -- Piotr Ożarowski Sun, 15 Jun 2008 20:06:03 +0200 + +sqlalchemy (0.4.6-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Thu, 15 May 2008 19:01:21 +0200 + +sqlalchemy (0.4.5-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sat, 05 Apr 2008 00:46:33 +0200 + +sqlalchemy (0.4.4-1) unstable; urgency=low + + * New upstream release + * doc-base: section changed to Programming/Python + + -- Piotr Ożarowski Wed, 12 Mar 2008 18:46:41 +0100 + +sqlalchemy (0.4.3-1) unstable; urgency=low + + * New upstream release + * Strip the "-1" from quilt's and setuptools' required build versions + + -- Piotr Ożarowski Sat, 16 Feb 2008 01:57:35 +0100 + +sqlalchemy (0.4.2p3-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Thu, 10 Jan 2008 11:25:35 +0100 + +sqlalchemy (0.4.2b-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Tue, 8 Jan 2008 21:25:41 +0100 + +sqlalchemy (0.4.2a-2) unstable; urgency=low + + * Bump XS-Python-Version to >= 2.4 (closes: #459448) + + -- Piotr Ożarowski Sun, 06 Jan 2008 18:16:06 +0100 + +sqlalchemy (0.4.2a-1) unstable; urgency=medium + + * New upstream release + * Compress binary package with bzip2 + + -- Piotr Ożarowski Sat, 05 Jan 2008 23:00:10 +0100 + +sqlalchemy (0.4.2-1) unstable; urgency=low + + * New upstream release + * Switch to python-support + * Maintainer related changes: + - remove Tommi from Maintainer field, thanks Tommi for your work! + (closes: #455011), + - move my name to Maintainer field, + - add Debian Python Modules Team to Uploaders + * Add Vcs-Source and Vcs-Browser fields + * Standards-version bumped to 3.7.3 (no changes needed) + + -- Piotr Ożarowski Wed, 02 Jan 2008 18:38:47 +0100 + +sqlalchemy (0.4.1-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Mon, 19 Nov 2007 00:54:16 +0100 + +sqlalchemy (0.4.0-1) unstable; urgency=low + + * New upstream release + * hardcode_version patch removed (it's hardcoded by upstream now) + + -- Piotr Ożarowski Wed, 17 Oct 2007 23:58:26 +0200 + +sqlalchemy (0.3.11-1) unstable; urgency=low + + * New upstream release + * Convert from CDBS to pure debhelper & quilt + * Applied all Debian packaging related changes from 0.4.0~ (currently in + experimental) except the ones from NEWS and copyright files + (closes: #438340) + * Replace setuptools_version patch with disable_ez_setup + * sqlalchemy.__version__ works without setuptools (LP: #136719): + - hardcode_version patch added, + - python-setuptools removed from Suggests + + -- Piotr Ożarowski Sun, 14 Oct 2007 22:04:08 +0200 + +sqlalchemy (0.4.0~beta6-1) experimental; urgency=low + + * New upstream release + * Homepage field added + + -- Piotr Ożarowski Thu, 27 Sep 2007 12:58:33 +0200 + +sqlalchemy (0.4.0~beta5-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sun, 02 Sep 2007 15:02:48 +0200 + +sqlalchemy (0.4.0~beta4-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Wed, 22 Aug 2007 22:43:51 +0200 + +sqlalchemy (0.4.0~beta3-1) experimental; urgency=low + + * New upstream release + * Removing python-psycopg from Conflicts (0.4 doesn't try to import psycopg + anymore) + + -- Piotr Ożarowski Thu, 16 Aug 2007 16:57:58 +0000 + +sqlalchemy (0.4.0~beta2-1) experimental; urgency=low + + * New upstream release + * debian/watch file updated ("~" character issue fixed) + * Don't provide python2.X-sqlalchemy packages anymore (it's arch. indep. + package) + * Add "python (>=2.5) |" before all SQLite packages in Suggests (python2.5 + provides sqlite3 module which is used by SQLAlchemy if available) + * Extend README.Debian file (add notes about database <-> required package + relation) + * Add info about access.py and interfaces.py files to debian/copyright + + -- Piotr Ożarowski Tue, 14 Aug 2007 20:19:11 +0200 + +sqlalchemy (0.4.0~beta1-1) experimental; urgency=low + + * New upstream release (closes: #421101) + * debian/rules updated to handle "~" character + + -- Piotr Ożarowski Sun, 12 Aug 2007 21:35:32 +0200 + +sqlalchemy (0.3.10-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Fri, 20 Jul 2007 23:55:56 +0200 + +sqlalchemy (0.3.9-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sun, 15 Jul 2007 19:59:38 +0200 + +sqlalchemy (0.3.8-1) unstable; urgency=low + + * New upstream release + * python-central and python-setuptools moved to Build-Depends-Indep + + -- Piotr Ożarowski Sun, 03 Jun 2007 16:15:05 +0200 + +sqlalchemy (0.3.7-1) unstable; urgency=low + + * New upstream release + * Suggests python-setuptools (dialects within sqlalchemy.databases become a + setuptools entry points) + * Description updated + + -- Piotr Ożarowski Mon, 30 Apr 2007 21:06:19 +0200 + +sqlalchemy (0.3.6-2) unstable; urgency=low + + * Upload to unstable + + -- Piotr Ożarowski Sun, 08 Apr 2007 16:40:59 +0200 + +sqlalchemy (0.3.6-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + * Changed my address to piotr@debian.org + + -- Piotr Ożarowski Sat, 24 Mar 2007 15:16:26 +0100 + +sqlalchemy (0.3.5-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Thu, 22 Feb 2007 19:03:14 +0100 + +sqlalchemy (0.3.4-2) experimental; urgency=low + + * Replace python-all with pytohn-all-dev build dependency (python2.5 needs + header files to build this package) + * Move python-setuptools to Build-Depends: (for clean rule) + + -- Piotr Ozarowski Tue, 30 Jan 2007 16:27:47 +0100 + +sqlalchemy (0.3.4-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Tue, 23 Jan 2007 21:44:37 +0100 + +sqlalchemy (0.3.1-2) unstable; urgency=medium + + * debian/copyright file updated (closes: #403767) + + -- Piotr Ozarowski Wed, 20 Dec 2006 00:02:53 +0100 + +sqlalchemy (0.3.3-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Fri, 15 Dec 2006 15:36:00 +0100 + +sqlalchemy (0.3.2-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Mon, 11 Dec 2006 18:09:00 +0100 + +sqlalchemy (0.3.1-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ozarowski Mon, 13 Nov 2006 15:03:35 +0100 + +sqlalchemy (0.3.0-2) unstable; urgency=low + + * Documentation and example files moved to python-sqlalchemy-doc package + * python-psycopg moved to Conflicts: (closes: #380622, #397427). + Please use python-psycopg2 instead, psycopg is not supported but it is + used if both psycopg and psycopg2 are installed + * python2.3-sqlalchemy removed from Conflicts: and Replaces: + (Python v2.3 is not supported in Debian anymore and pycentral will not + create links for this version) + + -- Piotr Ozarowski Wed, 8 Nov 2006 01:19:28 +0100 + +sqlalchemy (0.3.0-1) unstable; urgency=low + + * New upstream release + * Register documentation in doc-base + + -- Piotr Ozarowski Sun, 22 Oct 2006 22:07:15 +0200 + +sqlalchemy (0.2.8-1) unstable; urgency=low + + * New upstream release + * Added myself to Uploaders + * Acknowledge NMUs I made (closes: #369371) + * Bumped python-central required version to 0.5 in order to satisfy lintian + * Added patch 01_setuptools_version to force use of currently installed + setuptools version during building package + * Replaced python-all-dev with python-all build requirement since header + files are not needed to build arch indep. modules + + -- Piotr Ozarowski Thu, 7 Sep 2006 20:58:45 +0200 + +sqlalchemy (0.2.7-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * Primary mappers issue patch removed (fixed in upstream) + * Added python-psycopg2 to Suggests header (python-psycopg's successor) + + -- Piotr Ozarowski Sun, 13 Aug 2006 00:57:00 +0200 + +sqlalchemy (0.2.6-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * New upstream release + * Added a temporary patch for primary mappers issue (will be fixed in next + upstream release) + * Updated python-kinterbasdb's dependency (new python policy version is + available) + + -- Piotr Ozarowski Thu, 20 Jul 2006 15:23:59 +0200 + +sqlalchemy (0.2.5-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * New upstream release + + -- Piotr Ozarowski Tue, 11 Jul 2006 18:59:49 +0200 + +sqlalchemy (0.2.4-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * New upstream release + * Patch for python 2.3 compatibility removed (fixed in upstream) + * Added python to Build-Depends (for clean rule) + + -- Piotr Ozarowski Fri, 7 Jul 2006 18:07:35 +0200 + +sqlalchemy (0.2.3-0.1) unstable; urgency=low + + * Non-maintainer upload (closes: #369371) + * New upstream release + * Update for new python policy: + - Convert to python-central + - Add debian/pycompat file + - Dependencies updated + * Add debian/watch file + * Fixed long description (indents, missing space in Homepage pseudo-header) + * Add temporary patch for python 2.3 compatibility + * Standards-version bumped to 3.7.2 (no changes needed) + + -- Piotr Ozarowski Wed, 21 Jun 2006 21:50:36 +0200 + +sqlalchemy (0.1.4-1) unstable; urgency=low + + * Initial release + + -- Tommi Virtanen Sun, 26 Mar 2006 16:52:49 +0300 --- sqlalchemy-0.5.5.orig/debian/rules +++ sqlalchemy-0.5.5/debian/rules @@ -0,0 +1,82 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +p_name=python-sqlalchemy +m_name=SQLAlchemy + +PYVERS=$(shell pyversions -vr) + + +clean: + dh_testdir + dh_testroot + rm -rf $(CURDIR)/lib/${m_name}.egg-info $(CURDIR)/build/ + find . -name '*\.py[co]' -delete + dh_clean build-* $(PYVERS:%=install-python%) install-docs + +#build: build-docs +build: + +build-docs: + dh_testdir + dh_installdirs + cd doc/build && sphinx-build -N -q -E -b html . \ + $(CURDIR)/debian/${p_name}-doc/usr/share/doc/${p_name}-doc/html/ + rm -rf $(CURDIR)/debian/${p_name}-doc/usr/share/doc/${p_name}-doc/html/.doctrees + touch $@ + +install-docs: build-docs + dh_testdir + dh_installdirs + + dh_install -p${p_name}-doc doc/_sources/* \ + /usr/share/doc/${p_name}-doc/rst + dh_link -p${p_name}-doc /usr/share/javascript/jquery/jquery.js \ + /usr/share/doc/${p_name}-doc/html/_static/jquery.js + # link docs in python-sqlalchemy's dir + dh_link -p${p_name}-doc /usr/share/doc/${p_name}-doc/html \ + /usr/share/doc/${p_name}/html + dh_link -p${p_name}-doc /usr/share/doc/${p_name}-doc/rst \ + /usr/share/doc/${p_name}/rst + touch $@ + +install: build install-docs $(PYVERS:%=install-python%) +install-python%: + python$* setup.py install \ + --single-version-externally-managed \ + --install-layout=deb \ + --root $(CURDIR)/debian/${p_name} + touch $@ + +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i CHANGES + dh_installdocs -i + dh_installexamples -i + rm -rf debian/${p_name}-doc/usr/share/doc/${p_name}-doc/doc/build \ + debian/${p_name}-doc/usr/share/doc/${p_name}-doc/examples/README + dh_pysupport -i + dh_compress -i -X.py -X.js -X.html + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i -- -Z bzip2 + +binary-arch: + +binary: binary-indep binary-arch + +get-orig-source: + REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*svn([^-]+).*,\1,p'); \ + VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p'); \ + if [ x$$REV = x ]; then \ + uscan --force-download --rename --download-version=$$VER --destdir=.; \ + else \ + svn -q export -r $$REV http://svn.sqlalchemy.org/sqlalchemy/trunk sqlalchemy-r$$REV && \ + tar -zcf ./sqlalchemy_$$VER.orig.tar.gz sqlalchemy-r$$REV; \ + rm -rf sqlalchemy-r$$REV; \ + fi + +.PHONY: build clean binary-indep binary-arch binary install get-orig-source --- sqlalchemy-0.5.5.orig/debian/README.source +++ sqlalchemy-0.5.5/debian/README.source @@ -0,0 +1,2 @@ +This package uses the patch management system quilt as documented in +/usr/share/doc/quilt/README.source. --- sqlalchemy-0.5.5.orig/debian/control +++ sqlalchemy-0.5.5/debian/control @@ -0,0 +1,60 @@ +Source: sqlalchemy +Section: python +Priority: optional +Maintainer: Piotr Ożarowski +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 5.0.38) +Build-Depends-Indep: python-all (>= 2.5.4-1~), python-support (>= 0.6.4), + python-setuptools (>= 0.6b3-1~), python-sphinx (>= 0.6), python-mako +Standards-Version: 3.8.2 +Homepage: http://www.sqlalchemy.org/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/sqlalchemy/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sqlalchemy/trunk/ +XS-Python-Version: >= 2.4 + +Package: python-sqlalchemy +Architecture: all +Depends: ${python:Depends} +Conflicts: python2.4-sqlalchemy (<< 0.2.3-0.1) +Replaces: python2.4-sqlalchemy (<< 0.2.3-0.1) +Suggests: python-sqlalchemy-doc, python-psycopg2, python-mysqldb (>= 1.2.1-p2-2), + python (>= 2.5) | python-pysqlite2 (>= 2.3.0-1) | python-pysqlite1.1 (>= 1.1.7-2) | python-sqlite (>= 1.0.1-5), + python-kinterbasdb (>= 3.1.2-0.3), python-pymssql +Description: SQL toolkit and Object Relational Mapper for Python + SQLAlchemy is an SQL database abstraction library for Python. + Its strengths are: + * full power and flexibility of SQL. SQLAlchemy provides a full suite + of well known enterprise-level persistence patterns, designed for + efficient and high-performing database access, adapted into a simple + and Pythonic domain language. + * extremely easy to use for all the basic tasks, such as: accessing pooled + connections, constructing SQL from Python expressions, finding object + instances, and committing object modifications back to the database. + * powerful enough for complicated tasks, such as: eager load a graph of + objects and their dependencies via joins; map recursive adjacency + structures automatically; map objects to not just tables but to any + arbitrary join or select statement; combine multiple tables together to + load whole sets of otherwise unrelated objects from a single result set; + commit entire graphs of object changes in one step. + * built to conform to what DBAs demand, including the ability to swap out + generated SQL with hand-optimized statements, full usage of bind parameters + for all literal values, fully transactionalized and consistent updates + using Unit of Work. + * modular. Different parts of SQLAlchemy can be used independently of the + rest, including the connection pool, SQL construction, and ORM. SQLAlchemy + is constructed in an open style that allows plenty of customization, with + an architecture that supports custom datatypes, custom SQL extensions, and + ORM plugins which can augment or extend mapping functionality. + +Package: python-sqlalchemy-doc +Section: doc +Architecture: all +Recommends: python-sqlalchemy +Conflicts: python-sqlalchemy (<= 0.3.0-1) +Description: documentation for the SQLAlchemy Python library + SQLAlchemy is an SQL database abstraction library for Python. + . + This package contains the documentation for SQLAlchemy in HTML format. + It's usable as a comprehensive reference, a user guide and a tutorial + all-in-one. +