debian/0000755000000000000000000000000012250317363007170 5ustar debian/watch0000644000000000000000000000032012250314735010214 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_/./ \ http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx .*/JSON_Spirit/json_spirit_v(\d.*)\.zip debian debian/compat0000644000000000000000000000000212250314735010366 0ustar 8 debian/changelog0000644000000000000000000000355712250317362011053 0ustar json-spirit (4.05-1.1) unstable; urgency=low * Non-maintainer upload * Add missing json_spirit_writer_options.h to package (Closes: #705045) -- Hilko Bengen Fri, 06 Dec 2013 10:38:00 +0100 json-spirit (4.05-1) unstable; urgency=low [ upstream ] * New release. [ Jonas Smedegaard ] * Update watch file. * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. * Bump debhelper compatibility level to 8. * Update copyright file: + Fix use pseudo-comment section to obey silly restrictions of copyright format 1.0. + Quote license in comment (pseudo-)field. + Add explicit wildcard declaration for initial Files section. + Bump file format to 1.0. * Update package relations: + Relax to build-depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. * Bump standards-version to 3.9.4. -- Jonas Smedegaard Thu, 14 Feb 2013 13:51:41 +0100 json-spirit (4.04-1) unstable; urgency=low * New upstream release. * Depend (not only build-depend) on libboost-dev. Closes: bug#627875. Thanks to Ian Bruce. * Drop patch 1000: Applied upstream. * Extend copyright years of packaging. * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Extend copyright years. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Wed, 25 May 2011 09:37:40 +0200 json-spirit (4.03-2) unstable; urgency=low * Add patch 1000 to install errors header. -- Jonas Smedegaard Mon, 13 Dec 2010 16:02:56 +0100 json-spirit (4.03-1) unstable; urgency=low * Initial release. Closes: bug#606943. -- Jonas Smedegaard Mon, 13 Dec 2010 14:04:30 +0100 debian/source/0000755000000000000000000000000012250314735010470 5ustar debian/source/format0000644000000000000000000000001412250314735011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000425612250314735011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JSON Spirit Upstream-Contact: John W. Wilkinson Source: http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx Files: * Copyright: 2007-2011, John W. Wilkinson License: Expat Files: ./debian/* Copyright: 2010-2011, Jonas Smedegaard License: GPL-2+ 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. 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, 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. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/rules0000755000000000000000000000315212250314735010251 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2010, 2011 Jonas Smedegaard # Description: Main Debian packaging script for JSON Spirit # # 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, 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 . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/class/cmake.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk # Suppress optional build-dependencies CDBS_BUILD_DEPENDS_rules_upstream-tarball = CDBS_BUILD_DEPENDS_rules_utils_copyright-check = # Needed both by upstream build process and at runtime common-depends = libboost-dev CDBS_BUILD_DEPENDS += , $(common-depends), cmake CDBS_DEPENDS_ALL = $(common-depends) DEB_UPSTREAM_URL = http://www.codeproject.com/KB/recipes/JSON_Spirit DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/-/_/g;s/_(?=\d)/_v/;s/\.(?=\d)/_/ DEB_UPSTREAM_TARBALL_EXTENSION = zip DEB_UPSTREAM_TARBALL_SRCDIR = json_spirit_v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_TARBALL_MD5 = 8ff580be051cf67d151fa50b3a171572 DEB_INSTALL_EXAMPLES = json_*demo/*.cpp debian/control0000644000000000000000000000202012250314735010565 0ustar Source: json-spirit Section: libdevel Priority: optional Maintainer: Jonas Smedegaard Build-Depends: cdbs, debhelper, dh-buildinfo, libboost-dev, cmake Standards-Version: 3.9.4 Homepage: http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx Vcs-Git: git://git.debian.org/git/collab-maint/json-spirit Vcs-Browser: http://git.debian.org/?p=collab-maint/json-spirit.git Package: libjson-spirit-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: C++ JSON Parser/Generator implemented with Boost Spirit JSON is a text file format similar to XML, but less verbose. It has been called "XML lite". . JSON Spirit is a C++ library that reads and writes JSON files or streams. It is written using the Boost Spirit parser generator. If you are already using Boost, you can use JSON Spirit without any additional dependencies. . Key features: * supports ASCII or Unicode * std::vector or std::map implementations for JSON Objects * object library or header file only use debian/gbp.conf0000644000000000000000000000014612250314735010610 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/patches/0000755000000000000000000000000012250315241010610 5ustar debian/patches/add-missing-header-file0000644000000000000000000000111312250315241015071 0ustar Index: json-spirit/CMakeLists.txt =================================================================== --- json-spirit.orig/CMakeLists.txt 2013-12-06 10:33:17.000000000 +0100 +++ json-spirit/CMakeLists.txt 2013-12-06 10:36:29.000000000 +0100 @@ -14,6 +14,7 @@ ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_utils.h ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_value.h ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_writer.h + ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_writer_options.h ${CMAKE_SOURCE_DIR}/json_spirit/json_spirit_writer_template.h DESTINATION include) debian/patches/series0000644000000000000000000000003012250315133012016 0ustar add-missing-header-file debian/copyright_hints0000644000000000000000000000430612250314735012333 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: json_demo/json_demo.cpp json_headers_only_demo/json_headers_only_demo.cpp json_map_demo/json_map_demo.cpp json_spirit/json_spirit.h json_spirit/json_spirit_error_position.h json_spirit/json_spirit_reader.cpp json_spirit/json_spirit_reader.h json_spirit/json_spirit_reader_template.h json_spirit/json_spirit_stream_reader.h json_spirit/json_spirit_utils.h json_spirit/json_spirit_value.h json_spirit/json_spirit_writer.cpp json_spirit/json_spirit_writer.h json_spirit/json_spirit_writer_options.h json_spirit/json_spirit_writer_template.h json_test/json_spirit_reader_test.cpp json_test/json_spirit_reader_test.h json_test/json_spirit_stream_reader_test.cpp json_test/json_spirit_stream_reader_test.h json_test/json_spirit_utils_test.cpp json_test/json_spirit_utils_test.h json_test/json_spirit_value_test.cpp json_test/json_spirit_value_test.h json_test/json_spirit_writer_test.cpp json_test/json_spirit_writer_test.h json_test/json_test.cpp json_test/utils_test.h Copyright: John W. Wilkinson 2007, - 2011 License: UNKNOWN FIXME Files: CMakeLists.txt README.cmake debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch json.sln json.vcproj json_demo/CMakeLists.txt json_demo/address.txt json_demo/demo.txt json_demo/json_demo.vcproj json_headers_only_demo/CMakeLists.txt json_headers_only_demo/json_headers_only_demo.vcproj json_map_demo/CMakeLists.txt json_map_demo/demo.txt json_map_demo/json_map_demo.vcproj json_spirit/CMakeLists.txt json_spirit/json_spirit.vcproj json_test/CMakeLists.txt json_test/json_test.vcproj json_test/test.txt Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2010-2011, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE.txt Copyright: 2007, - 2010, John W. Wilkinson License: MIT/X11 (BSD like) FIXME Files: json_spirit/json_spirit_value.cpp Copyright: 2007, John W Wilkinson License: UNKNOWN FIXME Files: json_test/utils_test.cpp Copyright: John W. Wilkinson 2011 License: UNKNOWN FIXME debian/control.in0000644000000000000000000000174012250314735011202 0ustar Source: json-spirit Section: libdevel Priority: optional Maintainer: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.4 Homepage: http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx Vcs-Git: git://git.debian.org/git/collab-maint/json-spirit Vcs-Browser: http://git.debian.org/?p=collab-maint/json-spirit.git Package: libjson-spirit-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: C++ JSON Parser/Generator implemented with Boost Spirit JSON is a text file format similar to XML, but less verbose. It has been called "XML lite". . JSON Spirit is a C++ library that reads and writes JSON files or streams. It is written using the Boost Spirit parser generator. If you are already using Boost, you can use JSON Spirit without any additional dependencies. . Key features: * supports ASCII or Unicode * std::vector or std::map implementations for JSON Objects * object library or header file only use