From 571f395a5a6f29a0a62d4274199ddd930de5fef9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:40:06 +0200 Subject: Adding debian version 2.0.16-3. Signed-off-by: Daniel Baumann --- debian/changelog | 710 +++++++++++++++++++++ debian/control | 94 +++ debian/copyright | 55 ++ debian/libraptor2-0.install | 1 + debian/libraptor2-0.symbols | 654 +++++++++++++++++++ debian/libraptor2-dev.examples | 1 + debian/libraptor2-dev.install | 4 + debian/libraptor2-dev.manpages | 1 + debian/libraptor2-doc.docs | 2 + debian/libraptor2-doc.install | 1 + debian/not-installed | 1 + debian/patches/series | 1 + ...upstream_Fix-sort_r-selection-on-GNU-Hurd.patch | 34 + debian/raptor2-utils.install | 1 + debian/raptor2-utils.manpages | 1 + debian/rules | 13 + debian/salsa-ci.yml | 4 + debian/source/format | 1 + debian/source/lintian-overrides | 8 + debian/upstream/metadata | 12 + debian/watch | 2 + 21 files changed, 1601 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libraptor2-0.install create mode 100644 debian/libraptor2-0.symbols create mode 100644 debian/libraptor2-dev.examples create mode 100644 debian/libraptor2-dev.install create mode 100644 debian/libraptor2-dev.manpages create mode 100644 debian/libraptor2-doc.docs create mode 100644 debian/libraptor2-doc.install create mode 100644 debian/not-installed create mode 100644 debian/patches/series create mode 100644 debian/patches/upstream_Fix-sort_r-selection-on-GNU-Hurd.patch create mode 100644 debian/raptor2-utils.install create mode 100644 debian/raptor2-utils.manpages create mode 100755 debian/rules create mode 100644 debian/salsa-ci.yml create mode 100644 debian/source/format create mode 100644 debian/source/lintian-overrides create mode 100644 debian/upstream/metadata create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d4aa376 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,710 @@ +raptor2 (2.0.16-3) unstable; urgency=medium + + * QA upload. + * Backport upstream commit 3b7ed0e67f919e49ea8b1f5387c14b762f446b45 to fix + the selection of the used sort_r() on Hurd; patch + upstream_Fix-sort_r-selection-on-GNU-Hurd.patch. + + -- Pino Toscano Sat, 08 Jul 2023 06:17:35 +0200 + +raptor2 (2.0.16-2) unstable; urgency=medium + + * QA upload. + * Move from experimental to unstable. + * Add libcurl-ssl-dev as alternative to libcurl4-gnutls-dev. LP: #1899809 + * Add libicu-dev as BD. + * Enable all tests but do not run them in parallel. + + -- Håvard F. Aasen Mon, 03 Jul 2023 08:56:32 +0200 + +raptor2 (2.0.16-1) experimental; urgency=medium + + * QA upload. + * New upstream version. + + Drop patches (included upstream): + - Calculate-max-nspace-declarations-correctly-for-XML-.patch + - CVE-2020-25713-raptor2-malformed-input-file-can-lead.patch + - configure.ac-Allow-use-of-pkg-config-to-detect-the-libxsl.patch + - configure.ac-libxml2.patch + + Drop unused lintian overrides. + + Update symbol file. + + Update copyright info. + * Bump Standards-Version, no changes. + * Run wrap-and-sort -ast. + * Create repo on salsa and add Vcs-* fields to debian/control. + * Install gtk-doc reference manual to native path + (/usr/share/gtk-doc/html/raptor2) instead of + /usr/share/doc/libraptor2-dev/raptor2/. + + -- Andreas Metzler Sat, 06 May 2023 11:29:05 +0200 + +raptor2 (2.0.15-4) unstable; urgency=medium + + * QA upload. + * libraptor2-doc: Add Breaks+Replaces: libraptor2-dev (<< 2.0.15-3) for + documentation reorganisation. + + -- Andreas Beckmann Mon, 03 Oct 2022 01:38:55 +0200 + +raptor2 (2.0.15-3) unstable; urgency=medium + + * QA upload. + * debian/changelog: Fix some typos. + * debian/control: + + libraptor2-dev: Drop Depends on pkg-config. + + raptor2-utils: Drop Conflicts/Replaces (no longer needed). + + libraptor2-doc: + - Mark package Multi-Arch: foreign. + - Remove documentation path from package description. + * debian/patches: + + Fix FTBFS when libxml2 is detected via pkg-config (Closes: #949490). + + Fix a typo in an existing patch name. + * debian/rules: + + Don't install upstream's README file in all binary packages. + The README file is now only installed in libraptor2-doc. + + Drop dh_installchangelogs override. + + Drop dh_strip override; dbgsym-migration is complete. + * Drop "debian/tmp" from installation paths. + * libraptor2-0: Add symbols file. + * libraptor2-doc: Replace .install file with .docs. + * lintian-overrides: Add overrides for very-long-line-length-in-source-file + and source-is-missing messages. + * Add debian/upstream/metadata file. + + -- Hugh McMaster Thu, 29 Sep 2022 21:27:03 +1000 + +raptor2 (2.0.15-2) unstable; urgency=medium + + * QA upload. + * Include missing LDFLAGS "-Wl,--default-symver". + + -- Håvard F. Aasen Tue, 26 Jul 2022 19:55:50 +0200 + +raptor2 (2.0.15-1) unstable; urgency=medium + + * QA upload. + * New upstream release. Closes: #906938 + * Set Debian QA as maintainer. See #1012727 + * Rebase patches. + * d/rules: + - Rewrite to use dh-sequencer. + * d/control: + - Bump debhelper to 13. Closes: #965792 + - Drop dh-autoreconf, quilt and cdbs as build dependencies. + Add pkg-config and libglib2.0-dev as build dependencies. + - Apply libraptor2-dev Multi-Arch: same. + - Document Rules-Requires-Root. + - Use secure URI for homepage. + - Update Standards-Version to 4.6.1 + - Remove version constraints on packages, no longer needed. + - Remove breaks in package libraptor2-0. + * d/watch: + - Bump to version 4. + - Change to secure URI. + * Migrate to dbgsym packages. + * Upstream patch to use pkg-config, to find xslt library. Closes: #948873 + Thanks to Hugh McMaster for patch. + * Add d/not-installed. + * Change d/*.install, install files generated at buildtime. + * Drop *.doc-base file. + * Remove end-of-line whitespace in d/changelog. + * Fix typo in patch description. + * Add lintian-overrides for 'source-is-missing' *.html files. + * wrap-and-sort -at + * d/copyright: Convert to machine-readable format. + + -- Håvard F. Aasen Tue, 26 Jul 2022 11:02:21 +0200 + +raptor2 (2.0.14-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Malformed input file can lead to a segfault (CVE-2020-25713) + (Closes: #974664) + + -- Salvatore Bonaccorso Sat, 02 Jan 2021 11:14:00 +0100 + +raptor2 (2.0.14-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Calculate max nspace declarations correctly for XML writer + (CVE-2017-18926) (Closes: #973889) + + -- Salvatore Bonaccorso Fri, 06 Nov 2020 22:08:54 +0100 + +raptor2 (2.0.14-1) unstable; urgency=medium + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.14 + * debian/control: Mark debug package as Multi-Arch: same [lintian] + + -- Dave Beckett Mon, 05 May 2014 11:15:00 -0700 + +raptor2 (2.0.13-1) unstable; urgency=medium + + * New upstream release + * Removed upstream patch 001-memset-transposed.patch + + -- Dave Beckett Thu, 30 Jan 2014 10:22:12 -0800 + +raptor2 (2.0.12-4) unstable; urgency=low + + * Use dh-autoreconf at build time to support new ports. + Patch from Steve Langasek - thanks. (Closes: #735400) + * debian/rules: Altered clean target to work with dh_autoreconf + deleting Makefile it needs. + + -- Dave Beckett Sun, 26 Jan 2014 10:54:15 -0800 + +raptor2 (2.0.12-3) unstable; urgency=low + + * Remove versioned build-depends on pkg-config (Closes: #734485) + + -- Dave Beckett Sun, 12 Jan 2014 19:28:18 -0800 + +raptor2 (2.0.12-2) unstable; urgency=low + + * Add Multi-Arch support + * debian/control: Standards version 3.9.5 + + -- Dave Beckett Sun, 15 Dec 2013 12:39:06 -0800 + +raptor2 (2.0.12-1) unstable; urgency=medium + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.12 + * Added patch 001-memset-transposed.patch to fix transposed memset args + + -- Dave Beckett Fri, 13 Dec 2013 19:09:00 -0800 + +raptor2 (2.0.11-1) unstable; urgency=low + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.11 + + -- Dave Beckett Sun, 24 Nov 2013 17:27:08 -0800 + +raptor2 (2.0.10-1) unstable; urgency=low + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.10 + + -- Dave Beckett Sat, 31 Aug 2013 11:02:11 -0700 + +raptor2 (2.0.9-1) unstable; urgency=low + + * New upstream release + * Removed debian/patches/001-remove-m-strict-help.patch merged upstream + + -- Dave Beckett Sat, 09 Mar 2013 14:47:28 -0800 + +raptor2 (2.0.8-2) unstable; urgency=low + + * debian/control: add a breaks relation by libraptor2-0 against squeeze + libraptor1 to force upgrades to a version with symbol versioning + (Closes: #656928) + * Added debian/patches/001-remove-m-strict-help.patch to remove -m strict + from rapper help (Closes: #685682) + + -- Dave Beckett Fri, 07 Sep 2012 21:32:35 -0700 + +raptor2 (2.0.8-1) unstable; urgency=low + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.8 + * Make 'make clean' repeatable again + + -- Dave Beckett Sun, 24 Jun 2012 23:14:51 -0700 + +raptor2 (2.0.7-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Thu, 22 Mar 2012 09:34:50 -0700 + +raptor2 (2.0.6-1) unstable; urgency=low + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.6 + + -- Dave Beckett Sun, 27 Nov 2011 16:23:53 -0800 + +raptor2 (2.0.5-1) unstable; urgency=low + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.5 + + -- Dave Beckett Tue, 22 Nov 2011 14:14:44 -0800 + +raptor2 (2.0.4-1) unstable; urgency=low + + * New upstream release (Closes: #632836) + * debian/libraptor2-0.shlibs: 2.0.4 (Closes: #635003) + * debian/control: libraptor2-dev recommends raptor2-utils (Closes: #625910) + * debian/rules: use make distclean to avoid destroying docs/html + + -- Dave Beckett Mon, 25 Jul 2011 23:36:14 -0700 + +raptor2 (2.0.3-1) unstable; urgency=low + + * New upstream release + * Standards version 3.9.2 + + -- Dave Beckett Wed, 01 Jun 2011 21:13:59 -0700 + +raptor2 (2.0.2-1) unstable; urgency=low + + * New upstream release + * Add Build-Depend: on libyajl-dev to get JSON parser correctly included + + -- Dave Beckett Sun, 20 Mar 2011 18:15:00 -0700 + +raptor2 (2.0.0-2) unstable; urgency=low + + * Added version symbols (Closes: #613672) + * Update debian/copyright to mention public domain files + + -- Dave Beckett Wed, 23 Feb 2011 12:53:40 -0800 + +raptor2 (2.0.0-1) unstable; urgency=low + + * New upstream release + * debian/libraptor2-0.shlibs: 2.0.0 + + -- Dave Beckett Tue, 04 Jan 2011 08:22:11 -0800 + +raptor2 (1.9.1-1) unstable; urgency=low + + * New upstream release + * debian/copyright: updated to mention copyright for bison-generated + files and librdfa files + * debian/libraptor2-0.shlibs: 1.9.1 + + -- Dave Beckett Wed, 01 Dec 2010 23:20:09 -0800 + +raptor2 (1.9.0-1) unstable; urgency=low + + * New upstream release + * debian/control: + - Standards version 3.9.1 + - Renamed all packages: (following library packaging + guidelines), libraptor2-0, libraptor2-dev, libraptor2-0-dbg, + libraptor2-doc and raptor2-utils + - raptor2-utils conflicts and replaces raptor-utils since it + provides a rapper binary and manpage + - Tidy the descriptions + * Do not put libtool .la file into dev package. + * Add docs/upgrade-script.pl to libraptor2-dev in examples dir + + -- Dave Beckett Mon, 16 Aug 2010 17:29:46 -0700 + +raptor (1.4.21-2) unstable; urgency=low + + * debian/control: + - Standards version 3.8.4 + - Turn libraptor1 Recommends: raptor-utils into Suggests: because this + is not needed for regular library-using users (Closes: #573270) + * debian/patches/01-write_bytes.patch: Added from upstream GIT to fix + write_bytes() factory return values + + -- Dave Beckett Wed, 10 Mar 2010 06:56:48 -0800 + +raptor (1.4.21-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sat, 30 Jan 2010 08:47:31 -0800 + +raptor (1.4.20-2) unstable; urgency=low + + * Add debug package libraptor1-dbg + * debian/control: Remove Vcs-Svn fields since those were upstream SVN + not packaging. + + -- Dave Beckett Fri, 18 Dec 2009 12:07:00 -0800 + +raptor (1.4.20-1) unstable; urgency=low + + * New upstream release + * Update to standards version 3.8.3 + + -- Dave Beckett Sat, 28 Nov 2009 22:23:57 -0800 + +raptor (1.4.19-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Wed, 19 Aug 2009 14:22:53 -0700 + +raptor (1.4.18-3) unstable; urgency=low + + * Remove libtool dependency_libs from libraptor.la + * debian/control: Add Homepage, Vcs-* headers + + -- Dave Beckett Sun, 12 Apr 2009 14:08:11 -0700 + +raptor (1.4.18-2) unstable; urgency=low + + * Link to libcurl-gnutls to remove openssl linking (Closes: #519070, #519695) + * Update to standards version 3.8.1 + * debian/control: add depends: ${misc:Depends} for debhelper [lintian] + * debian/libraptor1-doc.doc-base: make separate an empty line [lintian] + + -- Dave Beckett Fri, 27 Mar 2009 15:40:00 -0800 + +raptor (1.4.18-1) unstable; urgency=low + + * New upstream release + * Bump shlibs to 1.4.18 since the API grew + * debian/copyright: use pointer to /usr/share/common-licenses/Apache-2.0 + * Does not link to -lcares (Closes: #498027) + + -- Dave Beckett Sun, 07 Sep 2008 13:54:03 -0700 + +raptor (1.4.17-1) unstable; urgency=low + + * New upstream release + * Rebuild against libcurl4-gnutls-dev rather than libcurl4-openssl-dev + (Closes: #463344) + * debian/control: depend on libtool 1.5 rather than older debian specific + release + * debian/copyright: 2008 + * debian/libraptor1-doc.doc-base: Use a correct Section: + + -- Dave Beckett Tue, 01 Apr 2008 22:06:01 -0700 + +raptor (1.4.16-1) unstable; urgency=low + + * New upstream release + * Bump shlibs to 1.4.16 since the API grew + + -- Dave Beckett Mon, 01 Oct 2007 00:25:06 -0700 + +raptor (1.4.15-4) unstable; urgency=low + * Install gtk-doc files under dir /usr/share/gtk-doc/html/raptor not + libraptor so that devhelp can find raptor.devhelp{,2} + + -- Dave Beckett Sun, 26 Aug 2007 10:59:37 -0700 + +raptor (1.4.15-3) unstable; urgency=low + + * Use libcurl4-openssl-dev since libcurl3-openssl-dev has been + removed (Closes: #424647) + + -- Dave Beckett Thu, 28 Jun 2007 07:27:31 -0700 + +raptor (1.4.15-2) unstable; urgency=low + + * Bump shlibs to 1.4.14 since the API grew (Closes: #411356) + + -- Dave Beckett Sat, 14 Apr 2007 11:22:09 -0700 + +raptor (1.4.15-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Mon, 26 Mar 2007 23:56:18 -0700 + +raptor (1.4.14-1) experimental; urgency=low + + * New upstream release + - raptor.pc now uses Libs.private (Closes: #405242) + - libraptor1-dev thus requires pkg-config (>= 0.18) + + -- Dave Beckett Wed, 31 Jan 2007 23:34:00 -0800 + +raptor (1.4.13-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sun, 22 Oct 2006 21:15:07 -0700 + +raptor (1.4.12-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sun, 27 Aug 2006 10:56:47 -0700 + +raptor (1.4.11-1) unstable; urgency=low + + * New upstream release + * Removed patch 01-rss-serialize.patch merged upstream + * Bump shlibs for 1.4.11 + + -- Dave Beckett Sat, 26 Aug 2006 21:30:03 -0700 + +raptor (1.4.10-1) unstable; urgency=low + + * New upstream release + * Removed patch debian/01-rss-parser-early-triples.patch merged upstream + * Standards version 3.7.2 + * Added patch 01-rss-serialize.patch from Subversion to make RSS + serializing work again. + + -- Dave Beckett Sat, 12 Aug 2006 10:59:23 -0700 + +raptor (1.4.9-2) unstable; urgency=low + + * Added patch debian/01-rss-parser-early-triples.patch to fix crashes + with RSS parser. + + -- Dave Beckett Thu, 11 May 2006 06:29:35 -0700 + +raptor (1.4.9-1) unstable; urgency=low + + * New upstream release + * Bump shlibs for 1.4.9 + * debian/copyright: 2006 + + -- Dave Beckett Sat, 22 Apr 2006 15:29:32 -0700 + +raptor (1.4.8-3) unstable; urgency=low + + * Rebuild because libcurl was broken at some point (Closes: #355330) + * Build-Depend against a specific curl and SSL combination: + libcurl3-openssl-dev (Closes: #333259) + * debian/compat, debian/control: Update to debhelper 5 compat. + * debian/copyright: Update copyright info, urls. FSF have moved. + + -- Dave Beckett Sat, 4 Mar 2006 18:13:36 -0800 + +raptor (1.4.8-2) unstable; urgency=low + + * Bump shlibs for 1.4.8 + + -- Dave Beckett Sun, 15 Jan 2006 19:26:26 -0800 + +raptor (1.4.8-1) unstable; urgency=low + + * New upstream release + * Added libraptor1-doc package for the new gtk-doc html + * debian/watch: Updated url + + -- Dave Beckett Mon, 2 Jan 2006 23:09:34 -0800 + +raptor (1.4.7-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Wed, 8 Jun 2005 15:42:44 +0100 + +raptor (1.4.6-1) unstable; urgency=low + + * New upstream release + * Add Build-Depend on libxslt1-dev for GRDDL parser + + -- Dave Beckett Sun, 29 May 2005 18:47:13 +0100 + +raptor (1.4.5-2) unstable; urgency=low + + * Remove libcurl2 Build-Depend possiblities, removed from the archive. + * Bumped shlibs to 1.4.4 as new functions were added in 1.4.3 + + -- Dave Beckett Wed, 23 Mar 2005 18:31:20 +0000 + +raptor (1.4.5-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sun, 6 Feb 2005 18:26:24 +0000 + +raptor (1.4.4-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sat, 15 Jan 2005 19:54:42 +0000 + +raptor (1.4.3-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sat, 8 Jan 2005 20:59:39 +0000 + +raptor (1.4.2-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Mon, 1 Nov 2004 22:30:03 +0000 + +raptor (1.4.0-1) unstable; urgency=low + + * New upstream release + * Convert rules to use CDBS + + -- Dave Beckett Tue, 26 Oct 2004 00:30:23 +0100 + +raptor (1.3.3-1) unstable; urgency=low + + * New upstream release + * License changed to LGPL2.1 / Apache 2.0 + * Expanded RDF in the package descriptions. Closes: 266390 + * Require libxml2 2.5.10+ for RSS Tag Soup parser Atom 0.3 support + + -- Dave Beckett Fri, 24 Sep 2004 22:36:41 +0100 + +raptor (1.3.2-1) unstable; urgency=low + + * New upstream release + * Added debian/watch + * Update copyright for 2004 + * Remove --disable-nfc-check - code has been removed upstream. + + -- Dave Beckett Tue, 27 Jul 2004 11:24:08 +0100 + +raptor (1.3.1-3) unstable; urgency=low + + * Update to depend on libcurl3-dev | libcurl2-dev + * Unicode NFC checking is broken via GNOME glib so added + --disable-nfc-check and removed the libglib2.0-dev dependency. + + -- Dave Beckett Mon, 19 Jul 2004 00:08:57 +0100 + +raptor (1.3.1-2) unstable; urgency=low + + * Restore libraptor1-dev depend on libxml2-dev, libcurl2-dev, + libglib2.0-dev. I suck. + * Added --enable-release to not deleted compile options. + + -- Dave Beckett Sun, 13 Jun 2004 23:54:28 +0100 + +raptor (1.3.1-1) unstable; urgency=low + + * New upstream release. Closes: 234246, 253968 + * Apologies that the 1.3.0-1 release did not deal with 234246. + * Remove libraptor1-dev depend on libxml2-dev, libcurl2-dev, libglib2.0-dev + + -- Dave Beckett Sat, 12 Jun 2004 22:22:19 +0100 + +raptor (1.3.0-1) unstable; urgency=low + + * New upstream release. Closes: 234246 + + -- Dave Beckett Sat, 29 May 2004 22:02:30 +0100 + +raptor (1.2.0-2) unstable; urgency=low + + * Make sure raptor-utils has a libraptor >= 1.2.0-1 + + -- Dave Beckett Mon, 26 Jan 2004 11:57:56 +0000 + +raptor (1.2.0-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sat, 24 Jan 2004 16:35:44 +0000 + +raptor (1.1.0-1) unstable; urgency=low + + * New upstream release + * Update to Standards-Version 3.6.1 (no changes needed) + + -- Dave Beckett Wed, 31 Dec 2003 17:44:11 +0000 + +raptor (1.0.0-5) unstable; urgency=low + + * libraptor1-dev recommends raptor-utils + * libraptor1-dev conflicts with libraptor1 1.0.0-4 or earlier + over libraptor.3 + + -- Dave Beckett Fri, 12 Sep 2003 13:43:24 +0100 + +raptor (1.0.0-4) unstable; urgency=low + + * Really move libraptor.3 into libraptor1-dev + * libraptor1-dev conflicts with libraptor-dev over libraptor.3 + + -- Dave Beckett Fri, 12 Sep 2003 12:58:29 +0100 + +raptor (1.0.0-3) unstable; urgency=low + + * libraptor1-dev conflicts with libraptor0-dev over libraptor.3 + + -- Dave Beckett Fri, 12 Sep 2003 12:41:48 +0100 + +raptor (1.0.0-2) unstable; urgency=low + + * Added raptor-utils to hold the rapper program + + -- Dave Beckett Thu, 11 Sep 2003 12:49:49 +0100 + +raptor (1.0.0-1) unstable; urgency=low + + * New upstream release (1.0.0) with new soname 1 + + -- Dave Beckett Mon, 8 Sep 2003 14:43:13 +0100 + +raptor (0.9.12-1) unstable; urgency=low + + * New upstream release (0.9.12) + + -- Dave Beckett Mon, 25 Aug 2003 20:35:12 +0100 + +raptor (0.9.11-3) unstable; urgency=high + + * Add Depends: for libraptor0-dev to all the dev libraries already + listed in Build-Depends: (closes: #204539) + + -- Dave Beckett Sun, 10 Aug 2003 00:04:38 +0100 + +raptor (0.9.11-2) unstable; urgency=low + + * Fix build to not be a native package. + + -- Dave Beckett Thu, 31 Jul 2003 22:33:21 +0100 + +raptor (0.9.11-1) unstable; urgency=low + + * New upstream release (0.9.11) + * Fix typo and update package description (closes: #202776) + * Update to Standards-Version 3.6.0 + + -- Dave Beckett Thu, 31 Jul 2003 20:55:51 +0100 + +raptor (0.9.10-2) unstable; urgency=low + + * First release to Debian archive. (Closes: #151388) + + -- Dave Beckett Wed, 25 Jun 2003 22:58:15 +0100 + +raptor (0.9.10-1) unstable; urgency=low + + * New upstream release (0.9.10). + + -- Dave Beckett Thu, 17 Apr 2003 20:30:59 +0100 + +raptor (0.9.9-1) unstable; urgency=low + + * New upstream release (0.9.9). + + -- Dave Beckett Thu, 29 Mar 2003 22:03:00 -0000 + +raptor (0.9.8-2) unstable; urgency=low + + * (libraptor0-dev) Add missing raptor-config. + * Manual page for raptor-config. + + -- Dave Beckett Thu, 13 Feb 2003 18:42:00 -0000 + +raptor (0.9.8-1) unstable; urgency=low + + * New upstream release (0.9.8). + + -- Dave Beckett Thu, 13 Feb 2003 11:12:54 -0000 + +raptor (0.9.6-1) unstable; urgency=low + + * New upstream release (0.9.6). + + -- Dave Beckett Sat, 2 Nov 2002 17:39:18 +0000 + +raptor (0.9.5-2) unstable; urgency=low + + * Renamed package names, updates for policy + + -- Dave Beckett Sat, 15 Jun 2002 22:25:45 +0100 + +raptor (0.9.5-1) unstable; urgency=low + + * Initial Release. + * First Debian package. + + -- Dave Beckett Thu, 13 Jun 2002 17:27:03 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..61e675e --- /dev/null +++ b/debian/control @@ -0,0 +1,94 @@ +Source: raptor2 +Section: devel +Priority: optional +Maintainer: Debian QA Group +Build-Depends: + debhelper-compat (= 13), + gtk-doc-tools, + libcurl4-gnutls-dev | libcurl-ssl-dev, + libglib2.0-dev, + libicu-dev, + libtool, + libxml2-dev, + libxslt1-dev, + libyajl-dev, + pkg-config, +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/debian/raptor2.git +Vcs-Browser: https://salsa.debian.org/debian/raptor2 +Homepage: https://librdf.org/raptor/ + +Package: libraptor2-dev +Suggests: + libraptor2-doc, +Recommends: + raptor2-utils, +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: + libcurl4-gnutls-dev | libcurl-ssl-dev, + libraptor2-0 (= ${binary:Version}), + libxml2-dev, + libxslt1-dev, + libyajl-dev, + ${misc:Depends}, +Description: Raptor 2 RDF syntax library development libraries and headers + Raptor Resource Description Framework (RDF) parser and serializer + development libraries, header files and documentation needed by + programs that want to be compiled with Raptor. + +Package: libraptor2-0 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Suggests: + raptor2-utils, +Description: Raptor 2 RDF syntax library + Raptor is a C library providing a set of parsers and serializers for + Resource Description Framework (RDF) triples by parsing syntaxes or + serializing the triples into a syntax. + . + The parsing syntaxes are RDF/JSON, RDF/XML, N-Triples, Turtle, GRDDL and RSS + tag soup including Atom 0.3 and Atom 1.0. The serializing syntaxes + are RDF/XML, N-Quads, N-Triples RSS 1.0 and Atom 1.0. Raptor can handle + RDF/XML as used by RDF applications such as RSS 1.0, FOAF, DOAP, + Dublin Core and OWL. + . + Raptor is designed for performance, flexibility and embedding (no + memory leaks) and to closely match the revised RDF/XML specification. + +Package: raptor2-utils +Section: text +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: Raptor 2 RDF parser and serializer utilities + This package provides the rapper tool for validating, parsing and + serializing RDF/XML, N-Triples, Turtle, RSS, Atom and other Resource + Description Framework (RDF) syntaxes using the Raptor RDF library. + +Package: libraptor2-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: + lynx | www-browser, + ${misc:Depends}, +Breaks: + libraptor2-dev (<< 2.0.15-3), +Replaces: + libraptor2-dev (<< 2.0.15-3), +Description: Documentation for the Raptor 2 RDF syntax library + Raptor is a C library providing a set of parsers and serializers for + Resource Description Framework (RDF) triples by parsing syntaxes or + serializing the triples into a syntax. + . + This package contains the HTML documentation for the Raptor 2 library. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..af88414 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,55 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: raptor +Upstream-Contact: Dave Beckett +Source: https://download.librdf.org/source/ + +Files: * +Copyright: 2000-2005 University of Bristol. + 2000-2023 David Beckett +License: LGPL-2.1+ + +Files: src/turtle_parser.c + src/turtle_parser.h + src/parsedate.c +Copyright: 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. +License: GPL-3+ + +Files: librdfa/context.c + librdfa/curie.c + librdfa/iri.c + librdfa/language.c + librdfa/lists.c + librdfa/namespace.c + librdfa/rdfa* + librdfa/subject.c + librdfa/triple.c +Copyright: 2008-2012 Digital Bazaar, Inc. +License: LGPL-2.1+ or GPL-2+ or Apache-2.0 + +Files: librdfa/strtok_r.* + src/raptor_avltree.c + src/strcasecmp.c + src/snprintf.c + src/sort_r.h + src/ssort.h + src/parsedate.y + utils/getopt.c +Copyright: none (in the public domain) +License: public-domain + Files is released in the public domain. + +Files: tests/mkr/* +License: LGPL-2.1+ or GPL-2+ or Apache-2.0 +Copyright: 2014 Richard H. McCullough + +License: Apache-2.0 + See `/usr/share/common-licenses/Apache-2.0'. + +License: LGPL-2.1+ + See `/usr/share/common-licenses/LGPL-2.1'. + +License: GPL-2+ + See `/usr/share/common-licenses/GPL-2' + +License: GPL-3+ + See `/usr/share/common-licenses/GPL-3' diff --git a/debian/libraptor2-0.install b/debian/libraptor2-0.install new file mode 100644 index 0000000..9b6be6c --- /dev/null +++ b/debian/libraptor2-0.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libraptor2*.so.* diff --git a/debian/libraptor2-0.symbols b/debian/libraptor2-0.symbols new file mode 100644 index 0000000..5c471da --- /dev/null +++ b/debian/libraptor2-0.symbols @@ -0,0 +1,654 @@ +libraptor2.so.0 libraptor2-0 #MINVER# +* Build-Depends-Package: libraptor2-dev + libraptor2.so.0@libraptor2.so.0 2.0.15 + raptor_abbrev_node_compare@libraptor2.so.0 2.0.15 + raptor_abbrev_node_equals@libraptor2.so.0 2.0.15 + raptor_abbrev_node_lookup@libraptor2.so.0 2.0.15 + raptor_abbrev_subject_add_property@libraptor2.so.0 2.0.15 + raptor_abbrev_subject_compare@libraptor2.so.0 2.0.15 + raptor_abbrev_subject_find@libraptor2.so.0 2.0.15 + raptor_abbrev_subject_invalidate@libraptor2.so.0 2.0.15 + raptor_abbrev_subject_lookup@libraptor2.so.0 2.0.15 + raptor_abbrev_subject_valid@libraptor2.so.0 2.0.15 + raptor_alloc_memory@libraptor2.so.0 2.0.15 + raptor_atom_namespace_uri@libraptor2.so.0 2.0.15 + raptor_atom_to_rss@libraptor2.so.0 2.0.15 + raptor_avltree_add@libraptor2.so.0 2.0.15 + raptor_avltree_delete@libraptor2.so.0 2.0.15 + raptor_avltree_iterator_get@libraptor2.so.0 2.0.15 + raptor_avltree_iterator_is_end@libraptor2.so.0 2.0.15 + raptor_avltree_iterator_next@libraptor2.so.0 2.0.15 + raptor_avltree_print@libraptor2.so.0 2.0.15 + raptor_avltree_remove@libraptor2.so.0 2.0.15 + raptor_avltree_search@libraptor2.so.0 2.0.15 + raptor_avltree_set_print_handler@libraptor2.so.0 2.0.15 + raptor_avltree_size@libraptor2.so.0 2.0.15 + raptor_avltree_trim@libraptor2.so.0 2.0.16 + raptor_avltree_visit@libraptor2.so.0 2.0.15 + raptor_basename@libraptor2.so.0 2.0.15 + raptor_bnodeid_ntriples_write@libraptor2.so.0 2.0.15 + raptor_calloc_memory@libraptor2.so.0 2.0.15 + raptor_check_ordinal@libraptor2.so.0 2.0.15 + raptor_check_world_internal@libraptor2.so.0 2.0.15 + raptor_concepts_finish@libraptor2.so.0 2.0.15 + raptor_concepts_init@libraptor2.so.0 2.0.15 + raptor_copyright_string@libraptor2.so.0 2.0.15 + raptor_domain_get_label@libraptor2.so.0 2.0.15 + raptor_format_integer@libraptor2.so.0 2.0.15 + raptor_free_abbrev_node@libraptor2.so.0 2.0.15 + raptor_free_abbrev_subject@libraptor2.so.0 2.0.15 + raptor_free_avltree@libraptor2.so.0 2.0.15 + raptor_free_avltree_iterator@libraptor2.so.0 2.0.15 + raptor_free_id_set@libraptor2.so.0 2.0.15 + raptor_free_iostream@libraptor2.so.0 2.0.15 + raptor_free_json_writer@libraptor2.so.0 2.0.15 + raptor_free_memory@libraptor2.so.0 2.0.15 + raptor_free_namespace@libraptor2.so.0 2.0.15 + raptor_free_namespaces@libraptor2.so.0 2.0.15 + raptor_free_option_description@libraptor2.so.0 2.0.15 + raptor_free_parser@libraptor2.so.0 2.0.15 + raptor_free_qname@libraptor2.so.0 2.0.15 + raptor_free_rss_block@libraptor2.so.0 2.0.15 + raptor_free_rss_item@libraptor2.so.0 2.0.15 + raptor_free_sax2@libraptor2.so.0 2.0.15 + raptor_free_sequence@libraptor2.so.0 2.0.15 + raptor_free_serializer@libraptor2.so.0 2.0.15 + raptor_free_statement@libraptor2.so.0 2.0.15 + raptor_free_stringbuffer@libraptor2.so.0 2.0.15 + raptor_free_term@libraptor2.so.0 2.0.15 + raptor_free_turtle_writer@libraptor2.so.0 2.0.15 + raptor_free_uri@libraptor2.so.0 2.0.15 + raptor_free_uri_detail@libraptor2.so.0 2.0.15 + raptor_free_world@libraptor2.so.0 2.0.15 + raptor_free_www@libraptor2.so.0 2.0.15 + raptor_free_xml_element@libraptor2.so.0 2.0.15 + raptor_free_xml_writer@libraptor2.so.0 2.0.15 + raptor_home_url_string@libraptor2.so.0 2.0.15 + raptor_id_set_add@libraptor2.so.0 2.0.15 + raptor_init_parser_grddl@libraptor2.so.0 2.0.15 + raptor_init_parser_grddl_common@libraptor2.so.0 2.0.15 + raptor_init_parser_guess@libraptor2.so.0 2.0.15 + raptor_init_parser_json@libraptor2.so.0 2.0.15 + raptor_init_parser_nquads@libraptor2.so.0 2.0.15 + raptor_init_parser_ntriples@libraptor2.so.0 2.0.15 + raptor_init_parser_rdfa@libraptor2.so.0 2.0.15 + raptor_init_parser_rdfxml@libraptor2.so.0 2.0.15 + raptor_init_parser_rss@libraptor2.so.0 2.0.15 + raptor_init_parser_trig@libraptor2.so.0 2.0.15 + raptor_init_parser_turtle@libraptor2.so.0 2.0.15 + raptor_init_serializer_atom@libraptor2.so.0 2.0.15 + raptor_init_serializer_dot@libraptor2.so.0 2.0.15 + raptor_init_serializer_html@libraptor2.so.0 2.0.15 + raptor_init_serializer_json@libraptor2.so.0 2.0.15 + raptor_init_serializer_mkr@libraptor2.so.0 2.0.16 + raptor_init_serializer_nquads@libraptor2.so.0 2.0.15 + raptor_init_serializer_ntriples@libraptor2.so.0 2.0.15 + raptor_init_serializer_rdfxml@libraptor2.so.0 2.0.15 + raptor_init_serializer_rdfxmla@libraptor2.so.0 2.0.15 + raptor_init_serializer_rss10@libraptor2.so.0 2.0.15 + raptor_init_serializer_turtle@libraptor2.so.0 2.0.15 + raptor_iostream_counted_string_write@libraptor2.so.0 2.0.15 + raptor_iostream_decimal_write@libraptor2.so.0 2.0.15 + raptor_iostream_get_world@libraptor2.so.0 2.0.15 + raptor_iostream_hexadecimal_write@libraptor2.so.0 2.0.15 + raptor_iostream_read_bytes@libraptor2.so.0 2.0.15 + raptor_iostream_read_eof@libraptor2.so.0 2.0.15 + raptor_iostream_string_write@libraptor2.so.0 2.0.15 + raptor_iostream_tell@libraptor2.so.0 2.0.15 + raptor_iostream_write_byte@libraptor2.so.0 2.0.15 + raptor_iostream_write_bytes@libraptor2.so.0 2.0.15 + raptor_iostream_write_end@libraptor2.so.0 2.0.15 + raptor_json_writer_blank_object@libraptor2.so.0 2.0.15 + raptor_json_writer_end_block@libraptor2.so.0 2.0.15 + raptor_json_writer_key_uri_value@libraptor2.so.0 2.0.15 + raptor_json_writer_key_value@libraptor2.so.0 2.0.15 + raptor_json_writer_literal_object@libraptor2.so.0 2.0.15 + raptor_json_writer_newline@libraptor2.so.0 2.0.15 + raptor_json_writer_start_block@libraptor2.so.0 2.0.15 + raptor_json_writer_term@libraptor2.so.0 2.0.15 + raptor_json_writer_uri_object@libraptor2.so.0 2.0.15 + raptor_librdfa_ablish_new_1_0_subject_with_relrev@libraptor2.so.0 2.0.15 + raptor_librdfa_ablish_new_1_1_subject@libraptor2.so.0 2.0.15 + raptor_librdfa_ablish_new_1_1_subject_with_relrev@libraptor2.so.0 2.0.15 + raptor_librdfa_ablish_new_inlist_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_free_context@libraptor2.so.0 2.0.15 + raptor_librdfa_free_context_stack@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_add_item@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_append_to_list_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_canonicalize_string@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_complete_current_property_value_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_complete_incomplete_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_complete_list_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_complete_object_literal_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_complete_relrev_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_complete_type_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_copy_list@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_copy_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_create_bnode@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_create_context@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_create_list@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_create_list_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_create_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_create_new_element_context@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_create_triple@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_establish_new_1_0_subject@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_free_list@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_free_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_free_triple@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_get_buffer@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_get_list_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_get_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_init_context@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_iri_get_base@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_join_string@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_n_append_string@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_next_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_parse@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_parse_buffer@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_parse_chunk@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_parse_end@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_parse_start@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_pop_item@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_print_list@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_print_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_print_string@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_print_triple@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_print_triple_list@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_push_item@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_replace_list@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_replace_string@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_resolve_curie@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_resolve_curie_list@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_resolve_relrev_curie@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_resolve_uri@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_save_incomplete_list_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_save_incomplete_triples@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_set_buffer_filler@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_set_default_graph_triple_handler@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_set_processor_graph_triple_handler@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_setup_initial_context@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_update_language@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_update_mapping@libraptor2.so.0 2.0.15 + raptor_librdfa_rdfa_update_uri_mappings@libraptor2.so.0 2.0.15 + raptor_libxml_finish@libraptor2.so.0 2.0.15 + raptor_libxml_free@libraptor2.so.0 2.0.15 + raptor_libxml_generic_error@libraptor2.so.0 2.0.15 + raptor_libxml_init@libraptor2.so.0 2.0.15 + raptor_libxml_sax_init@libraptor2.so.0 2.0.15 + raptor_libxml_update_document_locator@libraptor2.so.0 2.0.15 + raptor_libxml_validation_error@libraptor2.so.0 2.0.15 + raptor_libxml_validation_warning@libraptor2.so.0 2.0.15 + raptor_license_string@libraptor2.so.0 2.0.15 + raptor_locator_byte@libraptor2.so.0 2.0.15 + raptor_locator_column@libraptor2.so.0 2.0.15 + raptor_locator_file@libraptor2.so.0 2.0.15 + raptor_locator_format@libraptor2.so.0 2.0.15 + raptor_locator_line@libraptor2.so.0 2.0.15 + raptor_locator_print@libraptor2.so.0 2.0.15 + raptor_locator_uri@libraptor2.so.0 2.0.15 + raptor_log_error@libraptor2.so.0 2.0.15 + raptor_log_error_formatted@libraptor2.so.0 2.0.15 + raptor_log_error_varargs@libraptor2.so.0 2.0.15 + raptor_log_level_get_label@libraptor2.so.0 2.0.15 + raptor_memstr@libraptor2.so.0 2.0.15 + raptor_namespace_format_as_xml@libraptor2.so.0 2.0.15 + raptor_namespace_get_counted_prefix@libraptor2.so.0 2.0.15 + raptor_namespace_get_prefix@libraptor2.so.0 2.0.15 + raptor_namespace_get_uri@libraptor2.so.0 2.0.15 + raptor_namespace_stack_start_namespace@libraptor2.so.0 2.0.15 + raptor_namespace_stack_to_array@libraptor2.so.0 2.0.15 + raptor_namespace_write@libraptor2.so.0 2.0.15 + raptor_namespaces_clear@libraptor2.so.0 2.0.15 + raptor_namespaces_end_for_depth@libraptor2.so.0 2.0.15 + raptor_namespaces_find_namespace@libraptor2.so.0 2.0.15 + raptor_namespaces_find_namespace_by_uri@libraptor2.so.0 2.0.15 + raptor_namespaces_get_default_namespace@libraptor2.so.0 2.0.15 + raptor_namespaces_init@libraptor2.so.0 2.0.15 + raptor_namespaces_namespace_in_scope@libraptor2.so.0 2.0.15 + raptor_namespaces_start_namespace@libraptor2.so.0 2.0.15 + raptor_namespaces_start_namespace_full@libraptor2.so.0 2.0.15 + raptor_new_abbrev_node@libraptor2.so.0 2.0.15 + raptor_new_avltree@libraptor2.so.0 2.0.15 + raptor_new_avltree_iterator@libraptor2.so.0 2.0.15 + raptor_new_id_set@libraptor2.so.0 2.0.15 + raptor_new_iostream_from_file_handle@libraptor2.so.0 2.0.15 + raptor_new_iostream_from_filename@libraptor2.so.0 2.0.15 + raptor_new_iostream_from_handler@libraptor2.so.0 2.0.15 + raptor_new_iostream_from_sink@libraptor2.so.0 2.0.15 + raptor_new_iostream_from_string@libraptor2.so.0 2.0.15 + raptor_new_iostream_to_file_handle@libraptor2.so.0 2.0.15 + raptor_new_iostream_to_filename@libraptor2.so.0 2.0.15 + raptor_new_iostream_to_sink@libraptor2.so.0 2.0.15 + raptor_new_iostream_to_string@libraptor2.so.0 2.0.15 + raptor_new_json_writer@libraptor2.so.0 2.0.15 + raptor_new_namespace@libraptor2.so.0 2.0.15 + raptor_new_namespace_from_uri@libraptor2.so.0 2.0.15 + raptor_new_namespaces@libraptor2.so.0 2.0.15 + raptor_new_parser@libraptor2.so.0 2.0.15 + raptor_new_parser_for_content@libraptor2.so.0 2.0.15 + raptor_new_qname@libraptor2.so.0 2.0.15 + raptor_new_qname_from_namespace_local_name@libraptor2.so.0 2.0.15 + raptor_new_qname_from_namespace_uri@libraptor2.so.0 2.0.15 + raptor_new_qname_from_resource@libraptor2.so.0 2.0.15 + raptor_new_rss_block@libraptor2.so.0 2.0.15 + raptor_new_rss_item@libraptor2.so.0 2.0.15 + raptor_new_sax2@libraptor2.so.0 2.0.15 + raptor_new_sequence@libraptor2.so.0 2.0.15 + raptor_new_sequence_with_context@libraptor2.so.0 2.0.15 + raptor_new_serializer@libraptor2.so.0 2.0.15 + raptor_new_statement@libraptor2.so.0 2.0.15 + raptor_new_statement_from_nodes@libraptor2.so.0 2.0.15 + raptor_new_stringbuffer@libraptor2.so.0 2.0.15 + raptor_new_term_from_blank@libraptor2.so.0 2.0.15 + raptor_new_term_from_counted_blank@libraptor2.so.0 2.0.15 + raptor_new_term_from_counted_literal@libraptor2.so.0 2.0.15 + raptor_new_term_from_counted_string@libraptor2.so.0 2.0.15 + raptor_new_term_from_counted_uri_string@libraptor2.so.0 2.0.15 + raptor_new_term_from_literal@libraptor2.so.0 2.0.15 + raptor_new_term_from_uri@libraptor2.so.0 2.0.15 + raptor_new_term_from_uri_string@libraptor2.so.0 2.0.15 + raptor_new_turtle_writer@libraptor2.so.0 2.0.15 + raptor_new_uri@libraptor2.so.0 2.0.15 + raptor_new_uri_detail@libraptor2.so.0 2.0.15 + raptor_new_uri_for_rdf_concept@libraptor2.so.0 2.0.15 + raptor_new_uri_for_retrieval@libraptor2.so.0 2.0.15 + raptor_new_uri_for_xmlbase@libraptor2.so.0 2.0.15 + raptor_new_uri_from_counted_string@libraptor2.so.0 2.0.15 + raptor_new_uri_from_id@libraptor2.so.0 2.0.15 + raptor_new_uri_from_rdf_ordinal@libraptor2.so.0 2.0.15 + raptor_new_uri_from_uri_local_name@libraptor2.so.0 2.0.15 + raptor_new_uri_from_uri_or_file_string@libraptor2.so.0 2.0.15 + raptor_new_uri_relative_to_base@libraptor2.so.0 2.0.15 + raptor_new_uri_relative_to_base_counted@libraptor2.so.0 2.0.15 + raptor_new_world_internal@libraptor2.so.0 2.0.15 + raptor_new_www@libraptor2.so.0 2.0.15 + raptor_new_www_with_connection@libraptor2.so.0 2.0.15 + raptor_new_xml_element@libraptor2.so.0 2.0.15 + raptor_new_xml_element_from_namespace_local_name@libraptor2.so.0 2.0.15 + raptor_new_xml_writer@libraptor2.so.0 2.0.15 + raptor_nfc_icu_check@libraptor2.so.0 2.0.16 + raptor_ntriples_parse_term@libraptor2.so.0 2.0.15 + raptor_object_options_clear@libraptor2.so.0 2.0.15 + raptor_object_options_copy_state@libraptor2.so.0 2.0.15 + raptor_object_options_get_option@libraptor2.so.0 2.0.15 + raptor_object_options_init@libraptor2.so.0 2.0.15 + raptor_object_options_set_option@libraptor2.so.0 2.0.15 + raptor_option_get_count@libraptor2.so.0 2.0.15 + raptor_option_get_value_type_label@libraptor2.so.0 2.0.15 + raptor_option_is_valid_for_area@libraptor2.so.0 2.0.15 + raptor_option_value_is_numeric@libraptor2.so.0 2.0.15 + raptor_option_value_type_labels@libraptor2.so.0 2.0.15 + raptor_owl_namespace_uri@libraptor2.so.0 2.0.15 + raptor_parser_copy_flags_state@libraptor2.so.0 2.0.15 + raptor_parser_copy_user_state@libraptor2.so.0 2.0.15 + raptor_parser_end_graph@libraptor2.so.0 2.0.15 + raptor_parser_error@libraptor2.so.0 2.0.15 + raptor_parser_fatal_error@libraptor2.so.0 2.0.15 + raptor_parser_get_accept_header@libraptor2.so.0 2.0.15 + raptor_parser_get_accept_header_all@libraptor2.so.0 2.0.15 + raptor_parser_get_content@libraptor2.so.0 2.0.15 + raptor_parser_get_description@libraptor2.so.0 2.0.15 + raptor_parser_get_graph@libraptor2.so.0 2.0.15 + raptor_parser_get_locator@libraptor2.so.0 2.0.15 + raptor_parser_get_name@libraptor2.so.0 2.0.15 + raptor_parser_get_option@libraptor2.so.0 2.0.15 + raptor_parser_get_world@libraptor2.so.0 2.0.15 + raptor_parser_log_error@libraptor2.so.0 2.0.16 + raptor_parser_log_error_varargs@libraptor2.so.0 2.0.15 + raptor_parser_parse_abort@libraptor2.so.0 2.0.15 + raptor_parser_parse_chunk@libraptor2.so.0 2.0.15 + raptor_parser_parse_file@libraptor2.so.0 2.0.15 + raptor_parser_parse_file_stream@libraptor2.so.0 2.0.15 + raptor_parser_parse_iostream@libraptor2.so.0 2.0.15 + raptor_parser_parse_start@libraptor2.so.0 2.0.15 + raptor_parser_parse_uri@libraptor2.so.0 2.0.15 + raptor_parser_parse_uri_with_connection@libraptor2.so.0 2.0.15 + raptor_parser_parse_uri_write_bytes@libraptor2.so.0 2.0.15 + raptor_parser_save_content@libraptor2.so.0 2.0.15 + raptor_parser_set_graph_mark_handler@libraptor2.so.0 2.0.15 + raptor_parser_set_namespace_handler@libraptor2.so.0 2.0.15 + raptor_parser_set_option@libraptor2.so.0 2.0.15 + raptor_parser_set_statement_handler@libraptor2.so.0 2.0.15 + raptor_parser_set_uri_filter@libraptor2.so.0 2.0.15 + raptor_parser_set_uri_filter_no_net@libraptor2.so.0 2.0.15 + raptor_parser_start_graph@libraptor2.so.0 2.0.15 + raptor_parser_start_namespace@libraptor2.so.0 2.0.15 + raptor_parser_warning@libraptor2.so.0 2.0.15 + raptor_parsers_finish@libraptor2.so.0 2.0.15 + raptor_parsers_init@libraptor2.so.0 2.0.15 + raptor_qname_copy@libraptor2.so.0 2.0.15 + raptor_qname_equal@libraptor2.so.0 2.0.15 + raptor_qname_format_as_xml@libraptor2.so.0 2.0.15 + raptor_qname_get_counted_value@libraptor2.so.0 2.0.15 + raptor_qname_get_local_name@libraptor2.so.0 2.0.15 + raptor_qname_get_namespace@libraptor2.so.0 2.0.15 + raptor_qname_get_value@libraptor2.so.0 2.0.15 + raptor_qname_string_to_uri@libraptor2.so.0 2.0.15 + raptor_qname_to_counted_name@libraptor2.so.0 2.0.15 + raptor_qname_write@libraptor2.so.0 2.0.15 + raptor_rdf_namespace_uri@libraptor2.so.0 2.0.15 + raptor_rdf_namespace_uri_len@libraptor2.so.0 2.0.15 + raptor_rdf_ns_terms_info@libraptor2.so.0 2.0.15 + raptor_rdf_schema_namespace_uri@libraptor2.so.0 2.0.15 + raptor_rdf_schema_namespace_uri_len@libraptor2.so.0 2.0.15 + raptor_rdfxmla_serialize_set_single_node@libraptor2.so.0 2.0.15 + raptor_rdfxmla_serialize_set_write_rdf_RDF@libraptor2.so.0 2.0.15 + raptor_rdfxmla_serialize_set_write_typed_nodes@libraptor2.so.0 2.0.15 + raptor_rdfxmla_serialize_set_xml_writer@libraptor2.so.0 2.0.15 + raptor_rss_block_fields_info@libraptor2.so.0 2.0.15 + raptor_rss_common_init@libraptor2.so.0 2.0.15 + raptor_rss_common_terminate@libraptor2.so.0 2.0.15 + raptor_rss_field_free@libraptor2.so.0 2.0.15 + raptor_rss_fields_info@libraptor2.so.0 2.0.15 + raptor_rss_format_iso_date@libraptor2.so.0 2.0.15 + raptor_rss_item_add_block@libraptor2.so.0 2.0.15 + raptor_rss_item_add_field@libraptor2.so.0 2.0.15 + raptor_rss_item_equals_statement_subject@libraptor2.so.0 2.0.15 + raptor_rss_item_set_uri@libraptor2.so.0 2.0.15 + raptor_rss_items_info@libraptor2.so.0 2.0.15 + raptor_rss_model_add_common@libraptor2.so.0 2.0.15 + raptor_rss_model_add_item@libraptor2.so.0 2.0.15 + raptor_rss_model_clear@libraptor2.so.0 2.0.15 + raptor_rss_model_get_common@libraptor2.so.0 2.0.15 + raptor_rss_model_init@libraptor2.so.0 2.0.15 + raptor_rss_namespaces_info@libraptor2.so.0 2.0.15 + raptor_rss_new_field@libraptor2.so.0 2.0.15 + raptor_rss_set_date_field@libraptor2.so.0 2.0.15 + raptor_sax2_cdata@libraptor2.so.0 2.0.15 + raptor_sax2_characters@libraptor2.so.0 2.0.15 + raptor_sax2_check_load_uri_string@libraptor2.so.0 2.0.15 + raptor_sax2_comment@libraptor2.so.0 2.0.15 + raptor_sax2_dec_depth@libraptor2.so.0 2.0.15 + raptor_sax2_end_element@libraptor2.so.0 2.0.15 + raptor_sax2_external_entity_ref@libraptor2.so.0 2.0.15 + raptor_sax2_finish@libraptor2.so.0 2.0.15 + raptor_sax2_get_depth@libraptor2.so.0 2.0.15 + raptor_sax2_inc_depth@libraptor2.so.0 2.0.15 + raptor_sax2_init@libraptor2.so.0 2.0.15 + raptor_sax2_inscope_base_uri@libraptor2.so.0 2.0.15 + raptor_sax2_inscope_xml_language@libraptor2.so.0 2.0.15 + raptor_sax2_parse_chunk@libraptor2.so.0 2.0.15 + raptor_sax2_parse_start@libraptor2.so.0 2.0.15 + raptor_sax2_set_cdata_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_characters_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_comment_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_end_element_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_external_entity_ref_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_namespace_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_option@libraptor2.so.0 2.0.15 + raptor_sax2_set_start_element_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_unparsed_entity_decl_handler@libraptor2.so.0 2.0.15 + raptor_sax2_set_uri_filter@libraptor2.so.0 2.0.15 + raptor_sax2_start_element@libraptor2.so.0 2.0.15 + raptor_sax2_unparsed_entity_decl@libraptor2.so.0 2.0.15 + raptor_sax2_update_document_locator@libraptor2.so.0 2.0.15 + raptor_sequence_delete_at@libraptor2.so.0 2.0.15 + raptor_sequence_get_at@libraptor2.so.0 2.0.15 + raptor_sequence_join@libraptor2.so.0 2.0.15 + raptor_sequence_next_permutation@libraptor2.so.0 2.0.15 + raptor_sequence_pop@libraptor2.so.0 2.0.15 + raptor_sequence_print@libraptor2.so.0 2.0.15 + raptor_sequence_push@libraptor2.so.0 2.0.15 + raptor_sequence_reverse@libraptor2.so.0 2.0.15 + raptor_sequence_set_at@libraptor2.so.0 2.0.15 + raptor_sequence_shift@libraptor2.so.0 2.0.15 + raptor_sequence_size@libraptor2.so.0 2.0.15 + raptor_sequence_sort@libraptor2.so.0 2.0.15 + raptor_sequence_sort_r@libraptor2.so.0 2.0.15 + raptor_sequence_swap@libraptor2.so.0 2.0.15 + raptor_sequence_unshift@libraptor2.so.0 2.0.15 + raptor_serializer_flush@libraptor2.so.0 2.0.15 + raptor_serializer_get_description@libraptor2.so.0 2.0.15 + raptor_serializer_get_iostream@libraptor2.so.0 2.0.15 + raptor_serializer_get_locator@libraptor2.so.0 2.0.15 + raptor_serializer_get_option@libraptor2.so.0 2.0.15 + raptor_serializer_get_world@libraptor2.so.0 2.0.15 + raptor_serializer_register_factory@libraptor2.so.0 2.0.15 + raptor_serializer_serialize_end@libraptor2.so.0 2.0.15 + raptor_serializer_serialize_statement@libraptor2.so.0 2.0.15 + raptor_serializer_set_namespace@libraptor2.so.0 2.0.15 + raptor_serializer_set_namespace_from_namespace@libraptor2.so.0 2.0.15 + raptor_serializer_set_option@libraptor2.so.0 2.0.15 + raptor_serializer_start_to_file_handle@libraptor2.so.0 2.0.15 + raptor_serializer_start_to_filename@libraptor2.so.0 2.0.15 + raptor_serializer_start_to_iostream@libraptor2.so.0 2.0.15 + raptor_serializer_start_to_string@libraptor2.so.0 2.0.15 + raptor_serializers_finish@libraptor2.so.0 2.0.15 + raptor_serializers_init@libraptor2.so.0 2.0.15 + raptor_short_copyright_string@libraptor2.so.0 2.0.15 + raptor_snprintf@libraptor2.so.0 2.0.15 + raptor_sort_r@libraptor2.so.0 2.0.15 + raptor_statement_clear@libraptor2.so.0 2.0.15 + raptor_statement_compare@libraptor2.so.0 2.0.15 + raptor_statement_copy@libraptor2.so.0 2.0.15 + raptor_statement_equals@libraptor2.so.0 2.0.15 + raptor_statement_init@libraptor2.so.0 2.0.15 + raptor_statement_ntriples_write@libraptor2.so.0 2.0.15 + raptor_statement_print@libraptor2.so.0 2.0.15 + raptor_statement_print_as_ntriples@libraptor2.so.0 2.0.15 + raptor_string_escaped_write@libraptor2.so.0 2.0.15 + raptor_string_ntriples_write@libraptor2.so.0 2.0.15 + raptor_string_python_write@libraptor2.so.0 2.0.15 + raptor_stringbuffer_append_counted_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_append_decimal@libraptor2.so.0 2.0.15 + raptor_stringbuffer_append_hexadecimal@libraptor2.so.0 2.0.15 + raptor_stringbuffer_append_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_append_stringbuffer@libraptor2.so.0 2.0.15 + raptor_stringbuffer_append_turtle_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_append_uri_escaped_counted_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_as_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_copy_to_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_length@libraptor2.so.0 2.0.15 + raptor_stringbuffer_prepend_counted_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_prepend_string@libraptor2.so.0 2.0.15 + raptor_stringbuffer_write@libraptor2.so.0 2.0.15 + raptor_syntax_description_validate@libraptor2.so.0 2.0.15 + raptor_term_compare@libraptor2.so.0 2.0.15 + raptor_term_copy@libraptor2.so.0 2.0.15 + raptor_term_equals@libraptor2.so.0 2.0.15 + raptor_term_escaped_write@libraptor2.so.0 2.0.15 + raptor_term_ntriples_write@libraptor2.so.0 2.0.15 + raptor_term_print_as_ntriples@libraptor2.so.0 2.0.15 + raptor_term_to_counted_string@libraptor2.so.0 2.0.15 + raptor_term_to_string@libraptor2.so.0 2.0.15 + raptor_term_to_turtle_counted_string@libraptor2.so.0 2.0.15 + raptor_term_to_turtle_string@libraptor2.so.0 2.0.15 + raptor_term_turtle_write@libraptor2.so.0 2.0.15 + raptor_terminate_parser_grddl_common@libraptor2.so.0 2.0.15 + raptor_turtle_expand_qname_escapes@libraptor2.so.0 2.0.15 + raptor_turtle_is_legal_turtle_qname@libraptor2.so.0 2.0.15 + raptor_turtle_writer_base@libraptor2.so.0 2.0.15 + raptor_turtle_writer_bnodeid@libraptor2.so.0 2.0.15 + raptor_turtle_writer_comment@libraptor2.so.0 2.0.15 + raptor_turtle_writer_csv_string@libraptor2.so.0 2.0.16 + raptor_turtle_writer_decrease_indent@libraptor2.so.0 2.0.15 + raptor_turtle_writer_get_option@libraptor2.so.0 2.0.15 + raptor_turtle_writer_get_option_string@libraptor2.so.0 2.0.15 + raptor_turtle_writer_increase_indent@libraptor2.so.0 2.0.15 + raptor_turtle_writer_literal@libraptor2.so.0 2.0.15 + raptor_turtle_writer_namespace_prefix@libraptor2.so.0 2.0.15 + raptor_turtle_writer_newline@libraptor2.so.0 2.0.15 + raptor_turtle_writer_qname@libraptor2.so.0 2.0.15 + raptor_turtle_writer_quoted_counted_string@libraptor2.so.0 2.0.15 + raptor_turtle_writer_raw@libraptor2.so.0 2.0.15 + raptor_turtle_writer_raw_counted@libraptor2.so.0 2.0.15 + raptor_turtle_writer_reference@libraptor2.so.0 2.0.15 + raptor_turtle_writer_set_option@libraptor2.so.0 2.0.15 + raptor_turtle_writer_set_option_string@libraptor2.so.0 2.0.15 + raptor_turtle_writer_term@libraptor2.so.0 2.0.15 + raptor_turtle_writer_uri@libraptor2.so.0 2.0.15 + raptor_unicode_check_utf8_nfc_string@libraptor2.so.0 2.0.15 + raptor_unicode_check_utf8_string@libraptor2.so.0 2.0.15 + raptor_unicode_is_namechar@libraptor2.so.0 2.0.15 + raptor_unicode_is_namestartchar@libraptor2.so.0 2.0.15 + raptor_unicode_is_xml10_namechar@libraptor2.so.0 2.0.15 + raptor_unicode_is_xml10_namestartchar@libraptor2.so.0 2.0.15 + raptor_unicode_is_xml11_namechar@libraptor2.so.0 2.0.15 + raptor_unicode_is_xml11_namestartchar@libraptor2.so.0 2.0.15 + raptor_unicode_max_codepoint@libraptor2.so.0 2.0.15 + raptor_unicode_utf8_string_get_char@libraptor2.so.0 2.0.15 + raptor_unicode_utf8_string_put_char@libraptor2.so.0 2.0.15 + raptor_unicode_utf8_strlen@libraptor2.so.0 2.0.15 + raptor_unicode_utf8_substr@libraptor2.so.0 2.0.15 + raptor_uri_as_counted_string@libraptor2.so.0 2.0.15 + raptor_uri_as_string@libraptor2.so.0 2.0.15 + raptor_uri_compare@libraptor2.so.0 2.0.15 + raptor_uri_copy@libraptor2.so.0 2.0.15 + raptor_uri_counted_filename_to_uri_string@libraptor2.so.0 2.0.15 + raptor_uri_detail_to_string@libraptor2.so.0 2.0.15 + raptor_uri_equals@libraptor2.so.0 2.0.15 + raptor_uri_escaped_write@libraptor2.so.0 2.0.15 + raptor_uri_file_exists@libraptor2.so.0 2.0.15 + raptor_uri_filename_exists@libraptor2.so.0 2.0.15 + raptor_uri_filename_to_uri_string@libraptor2.so.0 2.0.15 + raptor_uri_finish@libraptor2.so.0 2.0.15 + raptor_uri_get_world@libraptor2.so.0 2.0.15 + raptor_uri_init@libraptor2.so.0 2.0.15 + raptor_uri_normalize_path@libraptor2.so.0 2.0.15 + raptor_uri_print@libraptor2.so.0 2.0.15 + raptor_uri_resolve_uri_reference@libraptor2.so.0 2.0.15 + raptor_uri_to_counted_string@libraptor2.so.0 2.0.15 + raptor_uri_to_relative_counted_uri_string@libraptor2.so.0 2.0.15 + raptor_uri_to_relative_uri_string@libraptor2.so.0 2.0.15 + raptor_uri_to_string@libraptor2.so.0 2.0.15 + raptor_uri_to_turtle_counted_string@libraptor2.so.0 2.0.15 + raptor_uri_to_turtle_string@libraptor2.so.0 2.0.15 + raptor_uri_turtle_write@libraptor2.so.0 2.0.15 + raptor_uri_uri_string_is_absolute@libraptor2.so.0 2.0.15 + raptor_uri_uri_string_is_file_uri@libraptor2.so.0 2.0.15 + raptor_uri_uri_string_to_counted_filename_fragment@libraptor2.so.0 2.0.15 + raptor_uri_uri_string_to_filename@libraptor2.so.0 2.0.15 + raptor_uri_uri_string_to_filename_fragment@libraptor2.so.0 2.0.15 + raptor_uri_write@libraptor2.so.0 2.0.15 + raptor_valid_xml_ID@libraptor2.so.0 2.0.15 + raptor_vasprintf@libraptor2.so.0 2.0.15 + raptor_version_decimal@libraptor2.so.0 2.0.15 + raptor_version_major@libraptor2.so.0 2.0.15 + raptor_version_minor@libraptor2.so.0 2.0.15 + raptor_version_release@libraptor2.so.0 2.0.15 + raptor_version_string@libraptor2.so.0 2.0.15 + raptor_vsnprintf2@libraptor2.so.0 2.0.15 + raptor_vsnprintf@libraptor2.so.0 2.0.15 + raptor_world_generate_bnodeid@libraptor2.so.0 2.0.15 + raptor_world_get_option_description@libraptor2.so.0 2.0.15 + raptor_world_get_option_from_uri@libraptor2.so.0 2.0.15 + raptor_world_get_parser_description@libraptor2.so.0 2.0.15 + raptor_world_get_parser_factory@libraptor2.so.0 2.0.15 + raptor_world_get_parsers_count@libraptor2.so.0 2.0.15 + raptor_world_get_serializer_description@libraptor2.so.0 2.0.15 + raptor_world_get_serializers_count@libraptor2.so.0 2.0.15 + raptor_world_guess_parser_name@libraptor2.so.0 2.0.15 + raptor_world_internal_generate_id@libraptor2.so.0 2.0.15 + raptor_world_internal_set_ignore_errors@libraptor2.so.0 2.0.15 + raptor_world_is_parser_name@libraptor2.so.0 2.0.15 + raptor_world_is_serializer_name@libraptor2.so.0 2.0.15 + raptor_world_open@libraptor2.so.0 2.0.15 + raptor_world_register_parser_factory@libraptor2.so.0 2.0.15 + raptor_world_set_flag@libraptor2.so.0 2.0.15 + raptor_world_set_generate_bnodeid_handler@libraptor2.so.0 2.0.15 + raptor_world_set_generate_bnodeid_parameters@libraptor2.so.0 2.0.15 + raptor_world_set_libxslt_security_preferences@libraptor2.so.0 2.0.15 + raptor_world_set_log_handler@libraptor2.so.0 2.0.15 + raptor_www_abort@libraptor2.so.0 2.0.15 + raptor_www_curl_fetch@libraptor2.so.0 2.0.15 + raptor_www_curl_free@libraptor2.so.0 2.0.15 + raptor_www_curl_init@libraptor2.so.0 2.0.15 + raptor_www_curl_set_ssl_cert_options@libraptor2.so.0 2.0.15 + raptor_www_curl_set_ssl_verify_options@libraptor2.so.0 2.0.15 + raptor_www_error@libraptor2.so.0 2.0.15 + raptor_www_fetch@libraptor2.so.0 2.0.15 + raptor_www_fetch_to_string@libraptor2.so.0 2.0.15 + raptor_www_finish@libraptor2.so.0 2.0.15 + raptor_www_get_connection@libraptor2.so.0 2.0.15 + raptor_www_get_final_uri@libraptor2.so.0 2.0.15 + raptor_www_init@libraptor2.so.0 2.0.15 + raptor_www_set_connection_timeout@libraptor2.so.0 2.0.15 + raptor_www_set_content_type_handler@libraptor2.so.0 2.0.15 + raptor_www_set_final_uri_handler@libraptor2.so.0 2.0.15 + raptor_www_set_http_accept2@libraptor2.so.0 2.0.16 + raptor_www_set_http_accept@libraptor2.so.0 2.0.15 + raptor_www_set_http_cache_control@libraptor2.so.0 2.0.15 + raptor_www_set_proxy2@libraptor2.so.0 2.0.16 + raptor_www_set_proxy@libraptor2.so.0 2.0.15 + raptor_www_set_ssl_cert_options@libraptor2.so.0 2.0.15 + raptor_www_set_ssl_verify_options@libraptor2.so.0 2.0.15 + raptor_www_set_uri_filter@libraptor2.so.0 2.0.15 + raptor_www_set_user_agent2@libraptor2.so.0 2.0.16 + raptor_www_set_user_agent@libraptor2.so.0 2.0.15 + raptor_www_set_write_bytes_handler@libraptor2.so.0 2.0.15 + raptor_xml_element_declare_namespace@libraptor2.so.0 2.0.15 + raptor_xml_element_get_attributes@libraptor2.so.0 2.0.15 + raptor_xml_element_get_attributes_count@libraptor2.so.0 2.0.15 + raptor_xml_element_get_language@libraptor2.so.0 2.0.15 + raptor_xml_element_get_name@libraptor2.so.0 2.0.15 + raptor_xml_element_is_empty@libraptor2.so.0 2.0.15 + raptor_xml_element_pop@libraptor2.so.0 2.0.15 + raptor_xml_element_push@libraptor2.so.0 2.0.15 + raptor_xml_element_set_attributes@libraptor2.so.0 2.0.15 + raptor_xml_element_write@libraptor2.so.0 2.0.15 + raptor_xml_escape_string@libraptor2.so.0 2.0.15 + raptor_xml_escape_string_any@libraptor2.so.0 2.0.15 + raptor_xml_escape_string_any_write@libraptor2.so.0 2.0.15 + raptor_xml_escape_string_write@libraptor2.so.0 2.0.15 + raptor_xml_literal_datatype_uri_string@libraptor2.so.0 2.0.15 + raptor_xml_literal_datatype_uri_string_len@libraptor2.so.0 2.0.15 + raptor_xml_name_check@libraptor2.so.0 2.0.15 + raptor_xml_namespace_string_parse@libraptor2.so.0 2.0.15 + raptor_xml_namespace_uri@libraptor2.so.0 2.0.15 + raptor_xml_writer_cdata@libraptor2.so.0 2.0.15 + raptor_xml_writer_cdata_counted@libraptor2.so.0 2.0.15 + raptor_xml_writer_comment@libraptor2.so.0 2.0.15 + raptor_xml_writer_comment_counted@libraptor2.so.0 2.0.15 + raptor_xml_writer_empty_element@libraptor2.so.0 2.0.15 + raptor_xml_writer_end_element@libraptor2.so.0 2.0.15 + raptor_xml_writer_flush@libraptor2.so.0 2.0.15 + raptor_xml_writer_get_depth@libraptor2.so.0 2.0.15 + raptor_xml_writer_get_option@libraptor2.so.0 2.0.15 + raptor_xml_writer_newline@libraptor2.so.0 2.0.15 + raptor_xml_writer_raw@libraptor2.so.0 2.0.15 + raptor_xml_writer_raw_counted@libraptor2.so.0 2.0.15 + raptor_xml_writer_set_option@libraptor2.so.0 2.0.15 + raptor_xml_writer_start_element@libraptor2.so.0 2.0.15 + raptor_xmlschema_datatypes_namespace_uri@libraptor2.so.0 2.0.15 + rdfa_strdup@libraptor2.so.0 2.0.16 + rdfa_strtok_r@libraptor2.so.0 2.0.16 + turtle_lexer__create_buffer@libraptor2.so.0 2.0.15 + turtle_lexer__delete_buffer@libraptor2.so.0 2.0.15 + turtle_lexer__flush_buffer@libraptor2.so.0 2.0.15 + turtle_lexer__scan_buffer@libraptor2.so.0 2.0.15 + turtle_lexer__scan_bytes@libraptor2.so.0 2.0.15 + turtle_lexer__scan_string@libraptor2.so.0 2.0.15 + turtle_lexer__switch_to_buffer@libraptor2.so.0 2.0.15 + turtle_lexer_alloc@libraptor2.so.0 2.0.15 + turtle_lexer_free@libraptor2.so.0 2.0.15 + turtle_lexer_get_column@libraptor2.so.0 2.0.15 + turtle_lexer_get_debug@libraptor2.so.0 2.0.15 + turtle_lexer_get_extra@libraptor2.so.0 2.0.15 + turtle_lexer_get_in@libraptor2.so.0 2.0.15 + turtle_lexer_get_leng@libraptor2.so.0 2.0.15 + turtle_lexer_get_lineno@libraptor2.so.0 2.0.15 + turtle_lexer_get_lval@libraptor2.so.0 2.0.15 + turtle_lexer_get_out@libraptor2.so.0 2.0.15 + turtle_lexer_get_text@libraptor2.so.0 2.0.15 + turtle_lexer_lex@libraptor2.so.0 2.0.15 + turtle_lexer_lex_destroy@libraptor2.so.0 2.0.15 + turtle_lexer_lex_init@libraptor2.so.0 2.0.15 + turtle_lexer_lex_init_extra@libraptor2.so.0 2.0.15 + turtle_lexer_pop_buffer_state@libraptor2.so.0 2.0.15 + turtle_lexer_push_buffer_state@libraptor2.so.0 2.0.15 + turtle_lexer_realloc@libraptor2.so.0 2.0.15 + turtle_lexer_restart@libraptor2.so.0 2.0.15 + turtle_lexer_set_column@libraptor2.so.0 2.0.15 + turtle_lexer_set_debug@libraptor2.so.0 2.0.15 + turtle_lexer_set_extra@libraptor2.so.0 2.0.15 + turtle_lexer_set_in@libraptor2.so.0 2.0.15 + turtle_lexer_set_lineno@libraptor2.so.0 2.0.15 + turtle_lexer_set_lval@libraptor2.so.0 2.0.15 + turtle_lexer_set_out@libraptor2.so.0 2.0.15 + turtle_lexer_syntax_error@libraptor2.so.0 2.0.15 + turtle_lexer_wrap@libraptor2.so.0 2.0.15 + turtle_parser_error@libraptor2.so.0 2.0.15 + turtle_parser_parse@libraptor2.so.0 2.0.15 + turtle_qname_to_uri@libraptor2.so.0 2.0.15 + turtle_syntax_error@libraptor2.so.0 2.0.15 + turtle_token_free@libraptor2.so.0 2.0.15 diff --git a/debian/libraptor2-dev.examples b/debian/libraptor2-dev.examples new file mode 100644 index 0000000..7b18611 --- /dev/null +++ b/debian/libraptor2-dev.examples @@ -0,0 +1 @@ +docs/upgrade-script.pl diff --git a/debian/libraptor2-dev.install b/debian/libraptor2-dev.install new file mode 100644 index 0000000..d0a5431 --- /dev/null +++ b/debian/libraptor2-dev.install @@ -0,0 +1,4 @@ +usr/include/raptor2/*.h +usr/lib/${DEB_HOST_MULTIARCH}/libraptor2.a +usr/lib/${DEB_HOST_MULTIARCH}/libraptor2.so +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/raptor2.pc diff --git a/debian/libraptor2-dev.manpages b/debian/libraptor2-dev.manpages new file mode 100644 index 0000000..8a29889 --- /dev/null +++ b/debian/libraptor2-dev.manpages @@ -0,0 +1 @@ +usr/share/man/man3/libraptor2.3 diff --git a/debian/libraptor2-doc.docs b/debian/libraptor2-doc.docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/libraptor2-doc.docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/libraptor2-doc.install b/debian/libraptor2-doc.install new file mode 100644 index 0000000..b9fc6d2 --- /dev/null +++ b/debian/libraptor2-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/raptor2 diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..85e0adc --- /dev/null +++ b/debian/not-installed @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libraptor2.la diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..888f5bb --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +upstream_Fix-sort_r-selection-on-GNU-Hurd.patch diff --git a/debian/patches/upstream_Fix-sort_r-selection-on-GNU-Hurd.patch b/debian/patches/upstream_Fix-sort_r-selection-on-GNU-Hurd.patch new file mode 100644 index 0000000..47398cf --- /dev/null +++ b/debian/patches/upstream_Fix-sort_r-selection-on-GNU-Hurd.patch @@ -0,0 +1,34 @@ +From 3b7ed0e67f919e49ea8b1f5387c14b762f446b45 Mon Sep 17 00:00:00 2001 +From: Pino Toscano +Date: Mon, 3 Jul 2023 11:36:47 +0200 +Subject: [PATCH] Fix sort_r selection on GNU/Hurd + +The Hurd is based on the Mach microkernel, and thus __MACH__ is defined; +since also macOS is (loosely) based on Mach, it defines __MACH__ as +well. Because of this, the wrong variant of sort_r (i.e. the BSD one) +is used for the Hurd, which does not work. + +Since on macOS __APPLE__ is defined, and __DARWIN__ helps for older +Mac OS X, then simply drop the __MACH__ selection: the preprocessor +check for the Linux sort_r is properly used for the Hurd (using +__GNU__), and that variant works fine. +--- + src/sort_r.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/sort_r.h b/src/sort_r.h +index cfbde7f4..bdc4b2cc 100644 +--- a/src/sort_r.h ++++ b/src/sort_r.h +@@ -19,7 +19,7 @@ void sort_r(void *base, size_t nel, size_t width, + void *arg); + */ + +-#if (defined __APPLE__ || defined __MACH__ || defined __DARWIN__ || \ ++#if (defined __APPLE__ || defined __DARWIN__ || \ + defined __FreeBSD__ || defined __BSD__ || defined __bsdi__ || \ + defined OpenBSD3_1 || defined OpenBSD3_9 || defined __OpenBSD__ || \ + defined __NetBSD__ || \ +-- +2.40.1 + diff --git a/debian/raptor2-utils.install b/debian/raptor2-utils.install new file mode 100644 index 0000000..38d87ce --- /dev/null +++ b/debian/raptor2-utils.install @@ -0,0 +1 @@ +usr/bin/rapper diff --git a/debian/raptor2-utils.manpages b/debian/raptor2-utils.manpages new file mode 100644 index 0000000..e5d46db --- /dev/null +++ b/debian/raptor2-utils.manpages @@ -0,0 +1 @@ +usr/share/man/man1/rapper.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b6ba7a7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--default-symver + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --enable-gtk-doc + +override_dh_auto_test: + dh_auto_test --no-parallel diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..33c3a64 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..796e3cf --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,8 @@ +# In source tarball +raptor2 source: source-is-missing [NEWS.html] + +# Generated from *.xml files in docs/ path +raptor2 source: source-is-missing [docs/html/raptor2-changes-1-4-21-to-2-0-0.html] +raptor2 source: source-is-missing [docs/html/raptor2-section-world.html] + +raptor2 source: very-long-line-length-in-source-file diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..317af85 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,12 @@ +Bug-Database: + - "https://bugs.librdf.org/mantis/view_all_bug_page.php" + - "https://github.com/dajobe/raptor/issues" +Bug-Submit: + - "https://bugs.librdf.org/mantis/view_all_bug_page.php" + - "https://github.com/dajobe/raptor/issues" +Changelog: "https://github.com/dajobe/raptor/blob/master/ChangeLog" +Documentation: "https://librdf.org/docs/" +FAQ: "https://librdf.org/FAQS.html" +Other-References: "https://librdf.org" +Repository: "https://github.com/dajobe/raptor.git" +Repository-Browse: "https://github.com/dajobe/raptor" diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f0b2468 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://download.librdf.org/source/ raptor2-([\d+\.]+|\d+)\.tar\.gz -- cgit v1.2.3