--- rasqal-0.9.17.orig/debian/control +++ rasqal-0.9.17/debian/control @@ -0,0 +1,43 @@ +Source: rasqal +Section: devel +Priority: optional +Maintainer: Dave Beckett +Build-Depends: debhelper (>> 5), cdbs, autotools-dev, pkg-config, libraptor1-dev (>=1.4.18), libgmp3-dev +Standards-Version: 3.8.3 +Homepage: http://librdf.org/rasqal/ + +Package: librasqal2-dev +Provides: librasqal-dev +Recommends: rasqal-utils +Conflicts: librasqal-dev +Section: libdevel +Architecture: any +Depends: librasqal2 (= ${binary:Version}), libraptor1-dev (>= 1.4.18), libgmp3-dev, ${misc:Depends} +Description: Rasqal RDF query library development libraries and headers + Development libraries, header files and documentation needed by + programs that want to compile with the Rasqal RDF query library. + +Package: librasqal2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Rasqal RDF query library + Rasqal is a C library providing support for querying the + Resource Description Framework (RDF) including + parsing query syntaxes, constructing the queries, executing them, + returning result bindings and formatting results. It supports the + SPARQL RDF Query Language, RDF Data Query Language (RDQL) and LAQRS + experimental query language extending SPARQL. + . + Rasqal is designed for performance, flexibility and embedding (no + memory leaks) and to track ongoing RDF query language work. + +Package: rasqal-utils +Section: text +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Rasqal RDF Query utilities + This package provides the roqet tool for querying RDF content + with SPARQL and RDQL RDF query languages using the Rasqal RDF + query library. + --- rasqal-0.9.17.orig/debian/librasqal2.shlibs +++ rasqal-0.9.17/debian/librasqal2.shlibs @@ -0,0 +1 @@ +librasqal 2 librasqal2 (>= 0.9.17) --- rasqal-0.9.17.orig/debian/rules +++ rasqal-0.9.17/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_INSTALL_DOCS_ALL=README NEWS AUTHORS NOTICE + +DEB_INSTALL_MANPAGES_librasqal2-dev=src/rasqal-config.1 docs/librasqal.3 +DEB_INSTALL_MANPAGES_rasqal-utils=utils/roqet.1 +DEB_SHLIBDEPS_INCLUDE=debian/librasqal2/usr/lib +DEB_CONFIGURE_EXTRA_FLAGS := --with-regex-library=posix --with-decimal=gmp + +clean:: +# cdbs leaves junk around after patching + if test -r config.guess.cdbs-orig ; then \ + mv -f config.guess.cdbs-orig config.guess; \ + fi + if test -r config.sub.cdbs-orig ; then \ + mv -f config.sub.cdbs-orig config.sub; \ + fi + +install/librasqal2-dev:: + sed "/dependency_libs/ s/'.*'/''/" debian/tmp/usr/lib/librasqal.la > debian/tmp/usr/lib/librasqal.la.new && mv debian/tmp/usr/lib/librasqal.la.new debian/tmp/usr/lib/librasqal.la --- rasqal-0.9.17.orig/debian/watch +++ rasqal-0.9.17/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://download.librdf.org/source/ rasqal-([\d+\.]+|\d+)\.tar\.gz debian uupdate --- rasqal-0.9.17.orig/debian/changelog +++ rasqal-0.9.17/debian/changelog @@ -0,0 +1,177 @@ +rasqal (0.9.17-1) unstable; urgency=low + + * New upstream release + * ABI change: librasqal1 is now librasqal2 and shlibs is now 0.9.17 + * debian/control: + - remove Vcs-Browser and Vcs-Svn: since they are not the packaging + - require raptor 1.4.18 + + -- Dave Beckett Wed, 16 Dec 2009 19:52:42 -0800 + +rasqal (0.9.16-2) unstable; urgency=low + + * Remove libtool dependency_libs from librasqal.la + * Update standards version to 3.8.3 + * debian/control: add misc:Depends [lintian] + + -- Dave Beckett Sat, 29 Nov 2009 22:42:00 -0700 + +rasqal (0.9.16-1) unstable; urgency=low + + * New upstream release + * librasqal0 is now librasqal1 and shlibs is now 0.9.16 + * Require rasqal 0.9.17 + + -- Dave Beckett Sun, 07 Sep 2008 14:02:28 -0700 + +rasqal (0.9.15-2) unstable; urgency=low + + * Add libgmp3-dev to librasqal0-dev dependencies (Closes: #453240) + * Added new Homepage, Vcs-Browser and Vcs-Svn to debian/control + + -- Dave Beckett Tue, 27 Nov 2007 22:48:00 +0000 + +rasqal (0.9.15-1) unstable; urgency=low + + * New upstream release + * Bump librasqal0 shlibs to 0.9.15 + * Require libgmp3-dev to get GNU MP + + -- Dave Beckett Sun, 12 Nov 2007 12:08:52 +0000 + +rasqal (0.9.14-1) unstable; urgency=low + + * New upstream release + * Bump librasqal0 shlibs to 0.9.14 + + -- Dave Beckett Sun, 22 Apr 2007 22:05:52 -0700 + +rasqal (0.9.13-1) unstable; urgency=low + + * New upstream release + * Require raptor 1.4.13 + * Bump librasqal0 shlibs to 0.9.13 + * Standards-Version 3.7.2 + + -- Dave Beckett Mon, 30 Oct 2006 21:52:00 -0800 + +rasqal (0.9.12-1) unstable; urgency=low + + * New upstream release + * Require raptor 1.4.9 + * Bump librasqal0 shlibs to 0.9.12 + * Updated for debhelper 5 + + -- Dave Beckett Sun, 30 Apr 2006 12:26:03 -0700 + +rasqal (0.9.11-1) unstable; urgency=low + + * New upstream release + * Require raptor 1.4.8 + * Bump librasqal0 shlibs to 0.9.11 + * Standards-Version 3.6.2 + * debian/rules: Updated for moved manpages + + -- Dave Beckett Sun, 15 Jan 2006 19:14:45 -0800 + +rasqal (0.9.10-1) unstable; urgency=low + + * New upstream release + * Require raptor 1.4.7 + * Bump librasqal0 shlibs to 0.9.10 + + -- Dave Beckett Thu, 9 Jun 2005 17:08:42 +0100 + +rasqal (0.9.9-1) unstable; urgency=low + + * New upstream release + * Require raptor 1.4.6 + * Bump librasqal0 shlibs to 0.9.9 + + -- Dave Beckett Sun, 29 May 2005 19:06:57 +0100 + +rasqal (0.9.8-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Sun, 10 Apr 2005 11:59:45 +0100 + +rasqal (0.9.7-2) unstable; urgency=low + + * Rebuild against raptor 1.4.5-2 to get the shlibs dependencies right. + + -- Dave Beckett Wed, 23 Mar 2005 18:55:22 +0000 + +rasqal (0.9.7-1) unstable; urgency=low + + * New upstream release + * Tidy up after CDBS fails to restore config.{guess,sub} on clean + + -- Dave Beckett Sun, 27 Feb 2005 19:30:25 +0000 + +rasqal (0.9.6-2) unstable; urgency=low + + * Patch from CVS to tidy up resources when query results are not all + fully read. + + -- Dave Beckett Tue, 15 Feb 2005 12:30:23 +0000 + +rasqal (0.9.6-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Mon, 7 Feb 2005 20:38:17 +0000 + +rasqal (0.9.5-1) unstable; urgency=low + + * New upstream release + + -- Dave Beckett Mon, 17 Jan 2005 17:30:17 +0000 + +rasqal (0.9.4-1) unstable; urgency=low + + * New upstream release + * Require raptor 1.4.1 + + -- Dave Beckett Mon, 1 Nov 2004 22:34:05 +0000 + +rasqal (0.9.3-1) unstable; urgency=low + + * New upstream release + * License changed to LGPL2.1 / Apache 2.0 + * Expanded RDF in the package descriptions. + * Require raptor 1.4.0 + + -- Dave Beckett Tue, 26 Oct 2004 00:35:36 +0100 + +rasqal (0.9.2-1) unstable; urgency=low + + * New upstream release + * Rebuild against and require raptor 1.3.2 to remove glib dependency in + shlibs + * Use posix regex library in libc, no need for pcre + * Added debian/watch + + -- Dave Beckett Tue, 3 Aug 2004 15:59:45 +0100 + +rasqal (0.9.1-1) unstable; urgency=low + + * First release to Debian archive (Closes: #253750) + * New upstream release + * Revert the clean removal, fixed upstream. + * Require raptor 1.3.1-2 with fixed Depends + + -- Dave Beckett Tue, 15 Jun 2004 10:42:37 +0100 + +rasqal (0.9.0-2) unstable; urgency=low + + * Stop the clean target invoking 'make distclean' and cleaning too much. + + -- Dave Beckett Sun, 13 Jun 2004 13:44:25 +0100 + +rasqal (0.9.0-1) unstable; urgency=low + + * Initial package + + -- Dave Beckett Sat, 29 May 2004 22:55:45 +0100 + --- rasqal-0.9.17.orig/debian/compat +++ rasqal-0.9.17/debian/compat @@ -0,0 +1 @@ +5 --- rasqal-0.9.17.orig/debian/librasqal2-dev.install +++ rasqal-0.9.17/debian/librasqal2-dev.install @@ -0,0 +1,6 @@ +debian/tmp/usr/include/rasqal/*.h +debian/tmp/usr/lib/librasqal.a +debian/tmp/usr/lib/librasqal.la +debian/tmp/usr/lib/librasqal.so +debian/tmp/usr/lib/pkgconfig/rasqal.pc +debian/tmp/usr/bin/rasqal-config --- rasqal-0.9.17.orig/debian/copyright +++ rasqal-0.9.17/debian/copyright @@ -0,0 +1,72 @@ +Upstream Author: Dave Beckett +Packager: Dave Beckett + +Sources: http://download.librdf.org/source/ + +Copyright: + + This software is Copyright (C) 2000-2009 David Beckett + Copyright (C) 2000-2005 University of Bristol. + + + Rasqal RDF Query Library - License + + This package is Free Software available under any one of the specified + licenses below. All the licenses below are alternatives and if you select + one license, that one alone applies. + +1. The GNU Lesser General Public License (LGPL) Version 2.1 + +On Debian systems, the complete text of the GNU Lesser General Public +License V2.1 can be found in /usr/share/common-licenses/LGPL-2.1 file. + + _________________________________________________________________ + + Copyright (C) 2000-2009 David Beckett + Copyright (C) 2000-2005 University of Bristol. All Rights Reserved. + + This package is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License Version 2.1 as + published by the Free Software Foundation or any newer version. + + This package is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License Version 2.1 for more details. + + You should have reaceived a copy of the GNU Lesser General Public License + Version 2.1 along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301 USA + _________________________________________________________________ + + NOTE - under Term 3 of the LGPL Version 2.1, you may choose to license the + entire package under the GPL. If that option is chosen, then this package is + licensed under the terms of the GPL Version 2 or alternatively, any newer + version of the GPL. See COPYING for the full GPL license text. + +On Debian systems, the complete text of the GNU General Public +License V2 can be found in /usr/share/common-licenses/GPL-2 file. + +2. The Apache License V2.0 + + Copyright (C) 2000-2009 David Beckett + Copyright (C) 2000-2005 University of Bristol. + + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain a + copy of the License at: + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + + The NOTICE file contains the notices that must be applied according to + section 4(d) of the Apache License, Version 2.0. + +On Debian systems, the complete text of the Apache License V2.0 +can be found in /usr/share/common-licenses/Apache-2.0 --- rasqal-0.9.17.orig/debian/librasqal2.install +++ rasqal-0.9.17/debian/librasqal2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/librasqal.so.* --- rasqal-0.9.17.orig/debian/rasqal-utils.install +++ rasqal-0.9.17/debian/rasqal-utils.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/roqet