debian/0000755000000000000000000000000012260067226007171 5ustar debian/source/0000755000000000000000000000000012252076240010466 5ustar debian/source/format0000644000000000000000000000001412252076135011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000151412252076135010252 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) configure: configure-stamp configure-stamp: dh_testdir touch $@ build: configure-stamp build-stamp build-stamp: dh_testdir python setup.py build touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp rm -rf build rm -rf ez_setup.pyc SPARQLWrapper.egg-info dh_clean install: build-stamp dh_testdir dh_testroot python setup.py install --no-compile --root=$(CURDIR)/debian/$(PACKAGE) binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog.txt dh_installdocs dh_installexamples dh_compress dh_fixperms dh_pysupport dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/patches/0000755000000000000000000000000012252076253010621 5ustar debian/patches/series0000644000000000000000000000004112252076135012030 0ustar removefixedversdeponrdflib.patch debian/patches/removefixedversdeponrdflib.patch0000644000000000000000000000156512252076135017276 0ustar Description: Remove fixed version dependency on rdflib 2.4.2 Rdflib 2.4.2 strict is not needed, as later versions have been in Debian for a long time. Having this version mentioned in /usr/share/pyshared/SPARQLWrapper-1.4.1.egg-info/requires.txt makes it impossible to run auto-tests during packaging of libs depending on sparqlwrapper. See #731411 for more details. . sparql-wrapper-python (1.4.1-1.2) unstable; urgency=medium . * NMU : Change fixed version requirement on rdflib for similar reasons as in #731411. Author: Olivier Berger --- sparql-wrapper-python-1.4.1.orig/setup.py +++ sparql-wrapper-python-1.4.1/setup.py @@ -9,7 +9,7 @@ _install_requires = [] # rdflib _requires.append('rdflib') -_install_requires.append('rdflib == 2.4.2') +_install_requires.append('rdflib >= 2.4.2') # simplejson if sys.version_info[0:2] < (2, 6): debian/examples0000644000000000000000000000004512252076135010731 0ustar scripts/sparql.py scripts/example.py debian/control0000644000000000000000000000115512260067110010566 0ustar Source: sparql-wrapper-python Section: python Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 7), python-support (>= 0.6), python-setuptools Standards-Version: 3.8.4 Homepage: http://sparql-wrapper.sourceforge.net/ Package: python-sparqlwrapper Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-rdflib, python-simplejson Provides: ${python:Provides} Description: SPARQL endpoint interface to Python This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format. debian/changelog0000644000000000000000000000342512260067073011047 0ustar sparql-wrapper-python (1.4.1-2) unstable; urgency=low * Acknowledge NMU. Merci, Olivier. * Orphaned. + Set maintainer to Debian QA Group -- Nacho Barrientos Arias Sun, 29 Dec 2013 18:45:02 +0000 sparql-wrapper-python (1.4.1-1.2) unstable; urgency=medium * NMU : Change fixed version requirement on rdflib for similar reasons as in #731411. -- Olivier Berger Wed, 11 Dec 2013 15:35:57 +0100 sparql-wrapper-python (1.4.1-1.1) unstable; urgency=low * NMU : just rebuild with Python 2.7 which removes fixed dependency on simplejson 2.0.9 in SPARQLWrapper-1.4.1.egg-info/requires.txt that was just needed until Python 2.5 (Closes: #731411). -- Olivier Berger Wed, 11 Dec 2013 12:06:39 +0100 sparql-wrapper-python (1.4.1-1) unstable; urgency=low * New upstream release. * Switch to dpkg-source 3.0 (quilt) format * debian/control + Update standards-Version to 3.8.4 (no changes). -- Nacho Barrientos Arias Tue, 13 Apr 2010 16:40:33 +0200 sparql-wrapper-python (1.3.2-1) unstable; urgency=low * New upstream release (closes: #526026). * debian/control + Update standards-Version to 3.8.3 (no changes). -- Nacho Barrientos Arias Tue, 22 Sep 2009 17:39:28 +0200 sparql-wrapper-python (1.2.0-1) unstable; urgency=low * New upstream release. * debian/control + b-d: Drop quilt, no longer needed. + Set Standards-Version to 3.8.0 (no changes). * Remove debian/patches -- Nacho Barrientos Arias Wed, 23 Jul 2008 12:45:18 +0200 sparql-wrapper-python (1.1.0-1) unstable; urgency=low * Initial release (closes: #469980) -- Nacho Barrientos Arias Mon, 24 Mar 2008 16:27:57 +0100 debian/compat0000644000000000000000000000000212252076135010367 0ustar 7 debian/copyright0000644000000000000000000001065512252076135011133 0ustar This package was debianized by Nacho Barrientos Arias on Sat, 08 Mar 2008 14:00:41 +0100 It was downloaded from http://sparql-wrapper.sourceforge.net/ Main upstream author: Ivan Herman Copyright holders and contributors: Copyright 2008-: Ivan Herman Sergio Fernández Carlos Tejo License: ******** W3C Software License -------------------- Can be found at http://www.w3.org/Consortium/Legal/copyright-software and is reproduced below: W3C SOFTWARE NOTICE AND LICENSE This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications: 1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. 2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the [2]W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. 3. Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. ____________________________________ This formulation of W3C's notice and license became active on December 31 2002. This version removes the copyright ownership notice such that this license can be used with materials other than those owned by the W3C, reflects that ERCIM is now a host of the W3C, includes references to this specific dated version of the license, and removes the ambiguous grant of "use". Otherwise, this version is the same as the [3]previous version and is written so as to preserve the [4]Free Software Foundation's assessment of GPL compatibility and [5]OSI's certification under the [6]Open Source Definition. Please see our [7]Copyright FAQ for common questions about using materials from our site, including specific terms and conditions for packages like libwww, Amaya, and Jigsaw. Other questions about this notice can be directed to [8]site-policy@w3.org. Joseph Reagle <[9]site-policy@w3.org> Last revised $Id: copyright-software-20021231.html,v 1.11 2004/07/06 16:02:49 slesch Exp $ References 1. http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 2. http://www.w3.org/Consortium/Legal/2002/copyright-software-short-notice -20021231.html 3. http://www.w3.org/Consortium/Legal/copyright-software-19980720 4. http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses 5. http://www.opensource.org/licenses/W3C.php 6. http://www.opensource.org/docs/definition.php 7. http://www.w3.org/Consortium/Legal/IPR-FAQ 8. mailto:site-policy@w3.org 9. mailto:site-policy@w3.org The Debian packaging is (C) 2008-2010, - Nacho Barrientos Arias and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. debian/pyversions0000644000000000000000000000000512252076135011330 0ustar 2.4-