debian/0002755000000000000000000000000012222354374007174 5ustar debian/rules0000755000000000000000000000025512216536714010257 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) LC_ALL=C.UTF-8 python -m unittest discover -v test endif debian/changelog0000644000000000000000000000327512222354374011053 0ustar withsqlite (0.0.0~git.20130929-1) unstable; urgency=low * Updated to new upstream git snapshot. * Removed patch thread-constructor.diff now included upstream. -- Petter Reinholdtsen Mon, 30 Sep 2013 22:03:01 +0200 withsqlite (0.0.0~git.20130915-2) unstable; urgency=low * Add new patch thread-constructor.diff fixing the object constructor, making sure the check_same_thread value is passed on to the member functions. * Adjust rules file to run the test suite. -- Petter Reinholdtsen Thu, 19 Sep 2013 11:06:02 +0200 withsqlite (0.0.0~git.20130915-1) unstable; urgency=low * New upstream version. - Switch to https://github.com/NickDaly/withsqlite as our new upstream source, as agreed in the FreedomBox project IRC channel and mailing list. - Drop patches handlequotes.diff and multithreaded.diff now merged upstream. * Drop redundant Section line from control file. Thanks lintian. -- Petter Reinholdtsen Mon, 16 Sep 2013 09:02:33 +0200 withsqlite (0.0.0~git.20130328-2) unstable; urgency=low [ Petter Reinholdtsen ] * Drop Jonas as uploader, on his request. * Add Vcs-Git and Vcs-Browser links to Alioth project repository. * Add new patch multithreaded.diff to make sure the library handle multithreaded programs. [ Piotr Ożarowski ] * Add new patch handlequotes.diff to fix jsonize to handle values with quotes. -- Petter Reinholdtsen Wed, 11 Sep 2013 13:33:41 +0200 withsqlite (0.0.0~git.20130328-1) unstable; urgency=low [ Tzafrir Cohen ] * Initial release. (Closes: #721984) -- Petter Reinholdtsen Wed, 11 Sep 2013 00:20:17 +0200 debian/compat0000644000000000000000000000000212214040527010361 0ustar 9 debian/control0000644000000000000000000000125712216535275010606 0ustar Source: withsqlite Section: python Priority: extra Maintainer: Tzafrir Cohen Uploaders: Piotr Ożarowski , Petter Reinholdtsen , Bdale Garbee Build-Depends: debhelper (>= 9), python-all Standards-Version: 3.9.4 Homepage: https://github.com/NickDaly/withsqlite/ Vcs-Git: git://anonscm.debian.org/freedombox/withsqlite.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=freedombox/withsqlite.git;a=summary Package: python-withsqlite Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: uses an sqlite db as a back end for a dict-like object kind of like shelve but with json and sqlite3. debian/source/0002755000000000000000000000000012215525646010500 5ustar debian/source/format0000644000000000000000000000001412214040527011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000232012215525701011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/NickDaly/withsqlite/ Upstream-Name: withsqlite Files: * Copyright: 2011-2013 James Vasile License: GPL-3+ Released under the GNU General Public License, version 3 or later. See https://www.gnu.org/licenses/gpl-3.0.html for terms. . On Debian systems you will find a copy of the GPL (version 3) at /usr/share/common-licenses/GPL-3. Files: debian/* Copyright: 2013 Tzafrir Cohen License: GPL-2+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems you will find a copy of the GPL (version 3) at /usr/share/common-licenses/GPL-3. debian/python-withsqlite.pyinstall0000644000000000000000000000002012214040527014630 0ustar *.py withsqlite debian/docs0000644000000000000000000000001412214040527010031 0ustar README.mdwn