debian/0000755000000000000000000000000012201420676007166 5ustar debian/source/0000755000000000000000000000000012201404677010471 5ustar debian/source/format0000644000000000000000000000001412157554224011703 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000713612201420676011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sqlsoup Source: https://pypi.python.org/pypi/sqlsoup Files-Excluded: docs/_static/*.js Files: * Copyright: 2005-2012 by Jonathan Ellis and Michael Bayer. License: MIT Files: docs/_static/jquery.js: Copyright: 2010, John Resig 2010, The Dojo Foundation License: MIT Files: docs/_static/basic.css docs/_static/doctools.js docs/_static/nature.css: docs/_static/searchtools.js: docs/_static/websupport.js: Copyright: 2007-2011 by the Sphinx team License: BSD Comment: The files were removed because not considered as source files. Files: docs/_static/underscore.js Copyright: 2009 Jeremy Ashkenas, DocumentCloud Inc. License: MIT Underscore is freely distributable under the terms of the MIT license. Portions of Underscore are inspired by or borrowed from Prototype.js, Oliver Steele's Functional, and John Resig's Micro-Templating. Comment: The file was removed because not considered as source file. Files: debian/* Copyright: 2013 Thorsten Alteholz , 2013 Andreas Tille License: MIT License: MIT This is the MIT license: http://www.opensource.org/licenses/mit-license.php . 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. License: BSD (According to website at http://sphinx-doc.org/ and package sphinx-common) 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. . 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. debian/rules0000755000000000000000000000125112201406146010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 %: dh $@ --with python2 #override_dh_clean: # dh_clean # # [ -r Makefile ] && make clean ? # #override_dh_installchangelogs: # dh_installchangelogs perl/ChangeLog # Remark: The following uscan command requires devscripts > 2.12.4 which is not # yet released at the time of this package release. The code can be obtained # via # git clone git://tille@git.debian.org/git/users/tille/devscripts.git # and then use scripts/uscan.pl get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir=../tarballs --repack-compression xz debian/watch0000644000000000000000000000024412201410544010210 0ustar version=3 # opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/ opts=dversionmangle=s/(\+dfsg)// \ http://pypi.python.org/packages/source/s/sqlsoup/sqlsoup-(.*)\.tar\.gz debian/changelog0000644000000000000000000000024212201420535011030 0ustar python-sqlsoup (0.9.0+dfsg-1) unstable; urgency=low * initial release (Closes: #712411) -- Andreas Tille Sat, 10 Aug 2013 13:17:15 +0200 debian/compat0000644000000000000000000000000212157554224010373 0ustar 9 debian/linktrees0000644000000000000000000000016012201410372011076 0ustar # replace usr/share/javascript/underscore/underscore.js usr/share/doc/python-sqlsoup/html/_static/underscore.js debian/control0000644000000000000000000000222712201410301010554 0ustar Source: python-sqlsoup Maintainer: Debian Med Packaging Team Uploaders: Thorsten Alteholz , Andreas Tille Section: python Priority: optional Build-Depends: debhelper (>= 9), python | python-all | python-dev | python-all-dev, python-setuptools, python-sqlalchemy # dh-linktree, # libjs-underscore Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-sqlsoup/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-sqlsoup/trunk Homepage: https://pypi.python.org/pypi/sqlsoup X-Python-Version: >= 2.4 Package: python-sqlsoup Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy Description: one step database access tool, built on the SQLAlchemy ORM SQLSoup provides a convenient way to map Python objects to relational database tables, with no declarative code of any kind. It's built on top of the SQLAlchemy ORM and provides a super-minimalistic interface to an existing database.