debian/0000755000000000000000000000000012255574057007202 5ustar debian/source/0000755000000000000000000000000012255573725010503 5ustar debian/source/format0000644000000000000000000000001412255573725011711 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000623712255573725011065 0ustar jansson (2.5-2) unstable; urgency=medium * Fix vcs-field-not-canonical * Bump Standards-Version to 3.9.5 (no changes needed) * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el. Thanks to Logan Rosen for the patch (Closes: #732822) -- Alessandro Ghedini Sun, 22 Dec 2013 15:31:36 +0100 jansson (2.5-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.4 * Update upstream copyright years -- Alessandro Ghedini Fri, 20 Sep 2013 10:44:52 +0200 jansson (2.4-1) unstable; urgency=low * New upstream release - Fix FTBFS on ppc64. Thanks to Aurelien Jarno (Closes: #684468) * Update *.symbols file -- Alessandro Ghedini Sun, 23 Sep 2012 14:00:33 +0200 jansson (2.3.1-2) unstable; urgency=low * Make -dev package Multi-Arch: same too * Move python-sphinx to build-depends-indep -- Alessandro Ghedini Sun, 03 Jun 2012 17:05:29 +0200 jansson (2.3.1-1) unstable; urgency=low * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 * Bump debhelper compat level to 9 * Email change: Alessandro Ghedini -> ghedo@debian.org * Add Multi-Arch headers * Use multi-arch aware paths in *.install files * Update upstream copyright years -- Alessandro Ghedini Sat, 21 Apr 2012 14:30:56 +0200 jansson (2.3-2) unstable; urgency=low * Do not use dh_sphinxdoc anymore (should fix the various FTBFS) -- Alessandro Ghedini Mon, 13 Feb 2012 10:21:19 +0100 jansson (2.3-1) unstable; urgency=low * New upstream release * Use dh_sphinxdoc script - Build depends on python-sphinx (>= 1.0.7+dfsg) - Link to and depend on libjs-backbone in -doc package * Add libjansson-dbg debug package * Update *.symbols file -- Alessandro Ghedini Fri, 27 Jan 2012 21:54:54 +0100 jansson (2.2.1-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Thu, 06 Oct 2011 21:07:15 +0200 jansson (2.2-1) unstable; urgency=low * New upstream release * Do not use upstream tarball from GitHub anymore, update watch file accordingly * Replace dh-autoreconf with autotools-dev * Bump debhelper compat level to 8 * Update *.symbols file * Make -doc package Architecture: all * Do not bundle underscore.js library included by sphinx * Don't depend on libjansson4 from -doc package (fixes not-binnmuable-all-depends-any lintian error) * Move libjansson4 package up in debian/control * Remove dh_install override from debian/rules (not needed) -- Alessandro Ghedini Sat, 03 Sep 2011 14:29:48 +0200 jansson (2.1-1) unstable; urgency=low * New upstream release - Fix set-but-not-used warning/error in a test (Closes: #625359) * Update libjansson4 *.symbols file * Bump Standards-Version to 3.9.2 (no changes needed) -- Alessandro Ghedini Sat, 11 Jun 2011 00:01:40 +0200 jansson (2.0.1-1) unstable; urgency=low * Initial release (Closes: #561051) -- Alessandro Ghedini Thu, 31 Mar 2011 22:21:16 +0200 debian/rules0000755000000000000000000000041112255573725010257 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with=autoreconf override_dh_auto_build: dh_auto_build ifeq ($(shell dpkg-query -s python-sphinx 1>/dev/null 2>&1 && echo yes),yes) $(MAKE) html endif override_dh_strip: dh_strip --dbg-package=libjansson-dbg debian/libjansson-doc.doc-base0000644000000000000000000000042112255573725013504 0ustar Document: jansson Title: Jansson Documentation Author: Petri Lehtinen Abstract: This is the documentation for Jansson Section: Programming Format: HTML Index: /usr/share/doc/libjansson-doc/html/index.html Files: /usr/share/doc/libjansson-doc/html/*.html debian/docs0000644000000000000000000000001312255573725010050 0ustar README.rst debian/compat0000644000000000000000000000000212255573725010401 0ustar 9 debian/libjansson-doc.docs0000644000000000000000000000002112255573725012753 0ustar doc/_build/html/ debian/control0000644000000000000000000000473112255573725010613 0ustar Source: jansson Priority: optional Maintainer: Alessandro Ghedini Build-Depends: debhelper (>= 9), dh-autoreconf Build-Depends-Indep: python-sphinx (>= 1.0) Standards-Version: 3.9.5 Section: libs Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/jansson.git Vcs-Git: git://anonscm.debian.org/collab-maint/jansson.git Homepage: http://www.digip.org/jansson/ Package: libjansson4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: C library for encoding, decoding and manipulating JSON data Jansson is a C library for encoding, decoding and manipulating JSON data. . It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite Package: libjansson-dev Section: libdevel Architecture: any Depends: libjansson4 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: C library for encoding, decoding and manipulating JSON data (dev) Jansson is a C library for encoding, decoding and manipulating JSON data. . It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite . This package contains the development files for jansson. Package: libjansson-doc Section: doc Architecture: all Depends: ${misc:Depends}, libjs-backbone, libjs-jquery, libjs-underscore, libjs-sphinxdoc (>= 1.0) Description: C library for encoding, decoding and manipulating JSON data (doc) Jansson is a C library for encoding, decoding and manipulating JSON data. . It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite . This package contains the documentation for jansson. Package: libjansson-dbg Priority: extra Section: debug Architecture: any Depends: ${misc:Depends}, libjansson4 (= ${binary:Version}) Multi-Arch: same Description: C library for encoding, decoding and manipulating JSON data (debug) Jansson is a C library for encoding, decoding and manipulating JSON data. . It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite . This package provides the debugging symbols for jansson. debian/libjansson4.examples0000644000000000000000000000003012255573725013162 0ustar test/bin/json_process.c debian/libjansson-doc.links0000644000000000000000000000044612255573725013156 0ustar /usr/share/javascript/jquery/jquery.js /usr/share/doc/libjansson-doc/html/_static/jquery.js /usr/share/javascript/underscore/underscore.js /usr/share/doc/libjansson-doc/html/_static/underscore.js /usr/share/javascript/backbone/backbone.js /usr/share/doc/libjansson-doc/html/_static/backbone.js debian/watch0000644000000000000000000000011212255573725010226 0ustar version=3 http://www.digip.org/jansson/releases/jansson-([\d+\.]*).tar.gz debian/copyright0000644000000000000000000000341412255573725011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Jansson Upstream-Contact: Petri Lehtinen Source: https://github.com/akheron/jansson Files: * Copyright: 2009-2013 Petri Lehtinen License: Expat Files: src/memory.c Copyright: 2011 Basile Starynkevitch 2009-2013 Petri Lehtinen License: Expat Files: debian/* Copyright: 2011, Alessandro Ghedini License: Expat 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, sublicence, 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. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 DAVID LOREN PARSONS 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/libjansson4.install0000644000000000000000000000002412255573725013015 0ustar usr/lib/*/lib*.so.* debian/libjansson4.symbols0000644000000000000000000000335012255573725013044 0ustar libjansson.so.4 libjansson4 #MINVER# json_array@Base 2.0.1 json_array_append_new@Base 2.0.1 json_array_clear@Base 2.0.1 json_array_extend@Base 2.0.1 json_array_get@Base 2.0.1 json_array_insert_new@Base 2.0.1 json_array_remove@Base 2.0.1 json_array_set_new@Base 2.0.1 json_array_size@Base 2.0.1 json_copy@Base 2.0.1 json_deep_copy@Base 2.0.1 json_delete@Base 2.0.1 json_dump_callback@Base 2.2 json_dump_file@Base 2.0.1 json_dumpf@Base 2.0.1 json_dumps@Base 2.0.1 json_equal@Base 2.0.1 json_false@Base 2.0.1 json_integer@Base 2.0.1 json_integer_set@Base 2.0.1 json_integer_value@Base 2.0.1 json_load_callback@Base 2.4 json_load_file@Base 2.0.1 json_loadb@Base 2.1 json_loadf@Base 2.0.1 json_loads@Base 2.0.1 json_null@Base 2.0.1 json_number_value@Base 2.0.1 json_object@Base 2.0.1 json_object_clear@Base 2.0.1 json_object_del@Base 2.0.1 json_object_get@Base 2.0.1 json_object_iter@Base 2.0.1 json_object_iter_at@Base 2.0.1 json_object_iter_key@Base 2.0.1 json_object_iter_next@Base 2.0.1 json_object_iter_set_new@Base 2.0.1 json_object_iter_value@Base 2.0.1 json_object_key_to_iter@Base 2.3 json_object_set_new@Base 2.0.1 json_object_set_new_nocheck@Base 2.0.1 json_object_size@Base 2.0.1 json_object_update@Base 2.0.1 json_object_update_existing@Base 2.3 json_object_update_missing@Base 2.3 json_pack@Base 2.0.1 json_pack_ex@Base 2.0.1 json_real@Base 2.0.1 json_real_set@Base 2.0.1 json_real_value@Base 2.0.1 json_set_alloc_funcs@Base 2.0.1 json_string@Base 2.0.1 json_string_nocheck@Base 2.0.1 json_string_set@Base 2.0.1 json_string_set_nocheck@Base 2.0.1 json_string_value@Base 2.0.1 json_true@Base 2.0.1 json_unpack@Base 2.0.1 json_unpack_ex@Base 2.0.1 json_vpack_ex@Base 2.0.1 json_vunpack_ex@Base 2.0.1 debian/libjansson-dev.install0000644000000000000000000000010712255573725013507 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/pkgconfig/*