debian/0000755000000000000000000000000012265575664007210 5ustar debian/changelog0000644000000000000000000000047012265573660011055 0ustar whitedb (0.7.2-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Wed, 15 Jan 2014 22:02:46 +0100 whitedb (0.7.1json-1) unstable; urgency=low * Initial release (closes: #731642). -- Laszlo Boszormenyi (GCS) Mon, 04 Nov 2013 15:03:53 +0000 debian/compat0000644000000000000000000000000212233444547010374 0ustar 9 debian/compile_demo.sh0000755000000000000000000000005612250741026012161 0ustar #!/bin/sh gcc -O3 -o demo demo.c -lm -lwgdb debian/compile_query.sh0000755000000000000000000000006012250741002012367 0ustar #!/bin/sh gcc -O3 -o query query.c -lm -lwgdb debian/control0000644000000000000000000000422312250672663010603 0ustar Source: whitedb Section: devel Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9), dh-autoreconf Homepage: http://whitedb.org/ Standards-Version: 3.9.5 Package: whitedb Section: database Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libwgdb0 (= ${binary:Version}) Multi-Arch: foreign Description: lightweight NoSQL database library WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and the application program. #Package: libwgdb-dbg #Section: debug #Architecture: any #Priority: extra #Depends: libwgdb0 (= ${binary:Version}), ${misc:Depends} #Multi-Arch: foreign #Description: lightweight NoSQL database library, debugging symbols # WhiteDB is a lightweight NoSQL database library written in C, operating # fully in main memory. There is no server process. Data is read and written # directly from/to shared memory, no sockets are used between WhiteDB and the # application program. # . # This package contains the debugging symbols for the libraries. Package: libwgdb0 Section: libs Architecture: any Priority: standard Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Description: lightweight NoSQL database library, shared library WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and the application program. Package: libwgdb-dev Section: libdevel Architecture: any Depends: libwgdb0 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: lightweight NoSQL database library, development files WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and the application program. . This package contains the development files (headers, static libraries). debian/copyright0000644000000000000000000000606112250740525011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: whitedb Source: https://github.com/priitj/whitedb Files: * Copyright: 2004- Tanel Tammet , 2010- Priit Järv , 2009 Andri Rebane, 2009 Enar Reilent License: GPL-3+ Files: Examples/dserve.c Copyright: 2013 Tanel Tammet License: Expat 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. Files: json/* Copyright: License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: debian/* Copyright: 2013 Laszlo Boszormenyi (GCS) License: GPL-3+ License: GPL-3+ This package 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 3 of the License, or (at your option) any later version. . This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/libwgdb-dev.docs0000644000000000000000000000002112250663451012223 0ustar Doc/Tutorial.txt debian/libwgdb-dev.examples0000644000000000000000000000011412250665553013121 0ustar Examples/*.c Examples/speed/ debian/compile_demo.sh debian/compile_query.sh debian/libwgdb-dev.install0000644000000000000000000000007612233445175012755 0ustar usr/include/whitedb/ usr/lib/*/libwgdb.a usr/lib/*/libwgdb.so debian/libwgdb0.install0000644000000000000000000000002712233445111012243 0ustar usr/lib/*/libwgdb.so.* debian/rules0000755000000000000000000000064512250674262010261 0ustar #!/usr/bin/make -f #-*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEVDIR=$(CURDIR)/debian/libwgdb-dev/ override_dh_installexamples: dh_installexamples sed -i 's|"../Db/\(.\+\)"||' \ $(DEVDIR)/usr/share/doc/libwgdb-dev/examples/demo.c \ $(DEVDIR)/usr/share/doc/libwgdb-dev/examples/query.c %: dh $@ --parallel --with autoreconf .PHONY: override_dh_installexamples debian/source/0000755000000000000000000000000012233443311010462 5ustar debian/source/format0000644000000000000000000000001412233443306011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012212250667007010217 0ustar version=3 https://github.com/priitj/whitedb/tags .*/archive/v(\d[\.\d]+.+).tar.gz debian/whitedb.install0000644000000000000000000000001512233445145012203 0ustar usr/bin/wgdb