debian/0000755000000000000000000000000012142150014007154 5ustar debian/compat0000644000000000000000000000000212020677536010374 0ustar 9 debian/patches/0000755000000000000000000000000012045711470010616 5ustar debian/patches/1001-dont_run_ldconfig.patch0000644000000000000000000000074012045711470015714 0ustar Description: Don't run ldconfig after calling the install target and save a bit of time. Author: Alessio Treglia Forwarded: not-needed --- wscript | 1 - 1 file changed, 1 deletion(-) --- sord.orig/wscript +++ sord/wscript @@ -212,7 +212,6 @@ def build(bld): # Man pages bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1')) - bld.add_post_fun(autowaf.run_ldconfig) if bld.env.DOCS: bld.add_post_fun(fix_docs) debian/patches/series0000644000000000000000000000003512020677536012040 0ustar 1001-dont_run_ldconfig.patch debian/rules0000755000000000000000000000273312020677774010267 0ustar #!/usr/bin/make -f upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p') dfsg_version = $(upstream_version)~dfsg0 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) LDFLAGS+=-Wl,--as-needed WAF = ./waf %: dh $@ override_dh_auto_configure: $(WAF) configure \ --prefix=/usr \ --mandir=/usr/share/man \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --strict \ --debug \ --docs override_dh_auto_build: $(WAF) override_dh_auto_clean: $(WAF) clean || true find -name "*.pyc" -delete dh_auto_clean override_dh_auto_install: $(WAF) install --destdir=$(CURDIR)/debian/tmp override_dh_strip: dh_strip -plibsord-0-0 --dbg-package=sord-dbg dh_strip --remaining-packages override_dh_installchangelogs: dh_installchangelogs NEWS # get-orig-source to drop waf get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=. tar -xf $(pkg)_$(upstream_version).orig.tar.bz2 mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) cd $(pkg)-$(dfsg_version) ; python waf --help > /dev/null mv $(pkg)-$(dfsg_version)/.waf-*/* $(pkg)-$(dfsg_version) sed -i '/^#==>$$/,$$d' $(pkg)-$(dfsg_version)/waf rmdir $(pkg)-$(dfsg_version)/.waf-* find $(pkg)-$(dfsg_version)/ -name '*.pyc' -delete tar cf $(pkg)_$(dfsg_version).orig.tar $(pkg)-$(dfsg_version) xz -9fz $(pkg)_$(dfsg_version).orig.tar rm -rf $(pkg)-$(dfsg_version) debian/control0000644000000000000000000000456212142147347010605 0ustar Source: sord Section: libs Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 9), doxygen, graphviz, libserd-dev (>= 0.18.0~dfsg0), pkg-config, python Standards-Version: 3.9.4 Homepage: http://drobilla.net/software/sord/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/sord.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/sord.git Package: libsord-0-0 Section: utils Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: sordi Description: library for storing RDF data in memory Sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. . Sord includes man pages for the library (man sord) and a simple command line utility (man sordi). Package: libsord-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libserd-dev (>= 0.18.0~dfsg0), libsord-0-0 (= ${binary:Version}), ${misc:Depends} Suggests: libsord-doc Recommends: pkg-config Description: library for storing RDF data in memory (development files) Sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. . This package provides the development headers. Package: sordi Architecture: any Section: text Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for storing RDF data in memory - utilities Sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. . This package provides the 'sordi' and 'sord_validate' utilities. Package: libsord-doc Section: doc Architecture: all Enhances: libsord-dev Depends: ${misc:Depends} Recommends: libjs-jquery Description: library for storing RDF data in memory (documentation) Sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. . This package provides the developer's reference for sord. Package: sord-dbg Priority: extra Section: debug Architecture: any Multi-Arch: same Depends: libsord-0-0 (= ${binary:Version}), ${misc:Depends} Description: library for storing RDF data in memory (debugging symbols) Sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. . This package provides the debugging symbols for sord. debian/sordi.install0000644000000000000000000000003712045711223011673 0ustar usr/bin usr/share/man/man1/*.1 debian/libsord-doc.doc-base0000644000000000000000000000040312020677536012773 0ustar Document: libsord-doc Title: Sord Manual Author: David Robillard Abstract: This is a programming manual for the Sord library. Section: Programming Format: HTML Index: /usr/share/doc/libsord-dev/index.html Files: /usr/share/doc/libsord-dev/* debian/changelog0000644000000000000000000000520612142147423011043 0ustar sord (0.12.0~dfsg0-3) unstable; urgency=low * Upload to unstable. * Bump Standards. -- Alessio Treglia Tue, 07 May 2013 10:52:57 +0100 sord (0.12.0~dfsg0-2) experimental; urgency=low * Tighten libsord-dev's dependency on libserd-dev >= 0.18.0~. -- Alessio Treglia Tue, 12 Mar 2013 16:51:17 +0000 sord (0.12.0~dfsg0-1) experimental; urgency=low * New upstream release. * Fix libsord-doc.install. * Refresh symbols file. -- Alessio Treglia Mon, 11 Mar 2013 02:33:32 +0000 sord (0.10.4~dfsg0-1) experimental; urgency=low * New upstream release. * Install sord_validate and its manpage. * Refresh patches. -- Alessio Treglia Mon, 05 Nov 2012 10:20:51 +0000 sord (0.10.0~dfsg0-1) experimental; urgency=low * New upstream release. * Refresh patches. * Bump build-dep on libserd >= 0.18.0~dfsg0. * Implement a mechanism to repack the upstream tarball. * Install NEWS as upstream changelog. * Refresh symbols. -- Alessio Treglia Sun, 02 Sep 2012 17:49:46 +0200 sord (0.8.0~dfsg0-1) unstable; urgency=low * New upstream release. * Refresh patches. * Refresh symbols. * Put in sord-dbg only symbols from libsord-0-0. * Bump debhelper requirement to 9. * Bump serd requirement to 0.14.0. * debian/watch: Mangles dfsg suffix. * Update Vcs-* fields. * Set tarball compression to xz * Update debian/copyright's format. * Bump Standards. -- Alessio Treglia Fri, 20 Apr 2012 09:40:28 +0200 sord (0.5.0+dfsg0-2) unstable; urgency=low * Build with MultiArch. -- Alessio Treglia Tue, 24 Jan 2012 11:02:44 +0100 sord (0.5.0+dfsg0-1) unstable; urgency=low [ Adrian Knoth ] * Drop all references to Redland. [ Alessio Treglia ] * Repack upstream tarball to get rid of waf blob (Closes: #654504). * Adjust the clean target to properly clean the sources tree. -- Alessio Treglia Tue, 10 Jan 2012 01:53:10 +0100 sord (0.5.0-1) unstable; urgency=low * New upstream release: - Remove glib dependency - Add function sord_contains for checking for a triple pattern - Add function sord_write_iter for writing a queried range - Fix Sord::Namespaces::qualify to no longer chop prefixes - Add ability to build static library * Drop glib dependency. * Requires serd >= 0.5.0 * Update symbols file. -- Alessio Treglia Mon, 03 Oct 2011 13:16:09 +0200 sord (0.4.2-1) unstable; urgency=low * Initial release. (Closes: #619426) -- Alessio Treglia Thu, 26 May 2011 11:47:25 +0200 debian/libsord-0-0.symbols0000644000000000000000000000273712117241161012535 0ustar libsord-0.so.0 libsord-0-0 #MINVER# sord_add@Base 0.4.2 sord_ask@Base 0.8.0~dfsg0 sord_begin@Base 0.4.2 sord_contains@Base 0.5.0 sord_count@Base 0.8.0~dfsg0 sord_find@Base 0.4.2 sord_free@Base 0.4.2 sord_get@Base 0.12.0~dfsg0 sord_get_world@Base 0.4.2 sord_inserter_free@Base 0.8.0~dfsg0 sord_inserter_new@Base 0.8.0~dfsg0 sord_inserter_set_base_uri@Base 0.8.0~dfsg0 sord_inserter_set_prefix@Base 0.8.0~dfsg0 sord_inserter_write_statement@Base 0.8.0~dfsg0 sord_iter_end@Base 0.4.2 sord_iter_free@Base 0.4.2 sord_iter_get@Base 0.4.2 sord_iter_get_model@Base 0.4.2 sord_iter_get_node@Base 0.8.0~dfsg0 sord_iter_next@Base 0.4.2 sord_new@Base 0.4.2 sord_new_blank@Base 0.4.2 sord_new_literal@Base 0.4.2 sord_new_reader@Base 0.4.2 sord_new_relative_uri@Base 0.8.0~dfsg0 sord_new_uri@Base 0.4.2 sord_node_copy@Base 0.4.2 sord_node_equals@Base 0.4.2 sord_node_free@Base 0.4.2 sord_node_from_serd_node@Base 0.4.2 sord_node_get_datatype@Base 0.4.2 sord_node_get_flags@Base 0.4.2 sord_node_get_language@Base 0.4.2 sord_node_get_string@Base 0.4.2 sord_node_get_string_counted@Base 0.4.2 sord_node_get_type@Base 0.4.2 sord_node_is_inline_object@Base 0.4.2 sord_node_to_serd_node@Base 0.4.2 sord_num_nodes@Base 0.4.2 sord_num_quads@Base 0.4.2 sord_quad_match@Base 0.4.2 sord_remove@Base 0.4.2 sord_search@Base 0.8.0~dfsg0 sord_world_free@Base 0.4.2 sord_world_new@Base 0.4.2 sord_world_set_error_sink@Base 0.10.0~dfsg0 sord_write@Base 0.4.2 sord_write_iter@Base 0.5.0 debian/gbp.conf0000644000000000000000000000005712020677642010615 0ustar [DEFAULT] pristine-tar = True compression = xz debian/copyright0000644000000000000000000000654312020677536011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sord Upstream-Contact: David Robillard Source: http://download.drobilla.net/ Copyright: 2011 David Robillard License: ISC Files: * Copyright: 2011 David Robillard License: ISC Files: waf Copyright: 2005-2010 Thomas Nagy License: BSD-3-clause Files: debian/* Copyright: 2011 Alessio Treglia License: ISC License: ISC Copyright 2011 David Robillard . 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. . THIS 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.License: ISC Copyright 2011 David Robillard . 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. . THIS 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. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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. . 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR "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 AUTHOR 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/libsord-0-0.install0000644000000000000000000000002112020677536012507 0ustar usr/lib/*/*.so.* debian/source/0000755000000000000000000000000012020677536010476 5ustar debian/source/format0000644000000000000000000000001412020677536011704 0ustar 3.0 (quilt) debian/libsord-doc.install0000644000000000000000000000011212117240675012756 0ustar usr/share/doc/sord-0/html/* usr/share/doc/libsord-dev/ usr/share/man/man3 debian/watch0000644000000000000000000000016512020677536010231 0ustar version=3 opts="uversionmangle=s/-/./,dversionmangle=s/~dfsg.*//" \ http://download.drobilla.net/sord-(.*)\.tar\.bz2 debian/clean0000644000000000000000000000007712020677536010207 0ustar autowaf/autowaf.pyc .lock-wscript .waf* build get-orig-source debian/libsord-dev.install0000644000000000000000000000005712020677536013002 0ustar usr/include usr/lib/*/*.so usr/lib/*/pkgconfig