debian/0000775000000000000000000000000012014330757007172 5ustar debian/rules0000775000000000000000000000241012014330756010246 0ustar #!/usr/bin/make -f # -*- makefile -*- DEB_SOURCE := $(shell dpkg-parsechangelog | grep Source: | sed -e 's/Source: //') DEB_VERSION := $(shell dpkg-parsechangelog | grep Version: | sed -e 's/Version: //') DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -e 's/-[^-]*$$//') GIT_URL = git://git.gnome.org/librest %: dh $@ --with autoreconf override_dh_autoreconf: dh_autoreconf ./autogen.sh override_dh_auto_configure: dh_auto_configure -- --enable-gtk-doc override_dh_makeshlibs: dh_makeshlibs dh_girepository override_dh_auto_clean: rm -rf docs/reference/rest/html rm -rf autom4te.cache dh_auto_clean override_dh_strip: dh_strip --dbg-package=librest-0.7-0-dbg get-orig-source:: set -e; if echo $(DEB_VERSION) | grep -c "git"; \ then \ git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\([0-9]*\)*\.\(.*\)-.*$$/\2/g'`; \ else \ git_version=$(DEB_UPSTREAM_VERSION); \ fi; \ tmpdir=`mktemp -d -t`; \ cd $$tmpdir; \ echo "checkout upstream repository ..."; \ git clone $(GIT_URL); echo "getting specific upstream revision/tag: $$git_version"; \ cd `ls | head -n 1`; git checkout -b orig $$git_version; cd ..; \ tar --exclude=.git -czvf $(CURDIR)/$(DEB_SOURCE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz `ls | head -n 1`; \ cd $(CURDIR); \ rm -rf $$tmpdir debian/librest-doc.install0000664000000000000000000000007712014330756012774 0ustar usr/share/gtk-doc/html/rest-*/* usr/share/doc/librest-doc/html debian/watch0000664000000000000000000000020012014330756010212 0ustar version=3 opts=dversionmangle=s/.git\d+.*$// \ http://ftp.gnome.org/pub/GNOME/sources/rest/(?:[\d\.]+)/rest-([\d\.]*)\.tar\.bz2 debian/librest-0.7-0.symbols0000664000000000000000000001056512014330756012715 0ustar librest-0.7.so.0 librest-0.7-0 #MINVER# _rest_proxy_cancel_message@Base 0.7 _rest_proxy_get_binding_required@Base 0.7 _rest_proxy_get_bound_url@Base 0.7 _rest_proxy_queue_message@Base 0.7 _rest_proxy_send_message@Base 0.7 _rest_setup_debugging@Base 0.7 _rest_xml_node_new@Base 0.7.8 _rest_xml_node_prepend@Base 0.7.8 _rest_xml_node_reverse_children_siblings@Base 0.7.8 hmac_sha1@Base 0.7 oauth2_proxy_build_login_url@Base 0.7 oauth2_proxy_build_login_url_full@Base 0.7 oauth2_proxy_call_get_type@Base 0.7 oauth2_proxy_error_quark@Base 0.7 oauth2_proxy_extract_access_token@Base 0.7 oauth2_proxy_get_access_token@Base 0.7 oauth2_proxy_get_type@Base 0.7 oauth2_proxy_new@Base 0.7 oauth2_proxy_new_with_token@Base 0.7 oauth2_proxy_set_access_token@Base 0.7 oauth_proxy_access_token@Base 0.7 oauth_proxy_access_token_async@Base 0.7 oauth_proxy_auth_step@Base 0.7 oauth_proxy_auth_step_async@Base 0.7 oauth_proxy_call_get_type@Base 0.7 oauth_proxy_call_parse_token_reponse@Base 0.7 oauth_proxy_get_signature_host@Base 0.7.8 oauth_proxy_get_token@Base 0.7 oauth_proxy_get_token_secret@Base 0.7 oauth_proxy_get_type@Base 0.7 oauth_proxy_is_oauth10a@Base 0.7 oauth_proxy_new@Base 0.7 oauth_proxy_new_echo_proxy@Base 0.7 oauth_proxy_new_with_token@Base 0.7 oauth_proxy_request_token@Base 0.7 oauth_proxy_request_token_async@Base 0.7 oauth_proxy_set_signature_host@Base 0.7.8 oauth_proxy_set_token@Base 0.7 oauth_proxy_set_token_secret@Base 0.7 oauth_signature_method_get_type@Base 0.7.12 rest_debug_flags@Base 0.7 rest_param_get_content@Base 0.7 rest_param_get_content_length@Base 0.7 rest_param_get_content_type@Base 0.7 rest_param_get_file_name@Base 0.7 rest_param_get_name@Base 0.7 rest_param_get_type@Base 0.7.90 rest_param_is_string@Base 0.7 rest_param_new_full@Base 0.7 rest_param_new_string@Base 0.7 rest_param_new_with_owner@Base 0.7 rest_param_ref@Base 0.7 rest_param_unref@Base 0.7 rest_params_add@Base 0.7 rest_params_are_strings@Base 0.7 rest_params_as_string_hash_table@Base 0.7 rest_params_free@Base 0.7 rest_params_get@Base 0.7 rest_params_iter_init@Base 0.7 rest_params_iter_next@Base 0.7 rest_params_new@Base 0.7 rest_params_remove@Base 0.7 rest_proxy_auth_get_type@Base 0.7.90 rest_proxy_auth_pause@Base 0.7.90 rest_proxy_auth_unpause@Base 0.7.90 rest_proxy_bind@Base 0.7 rest_proxy_bind_valist@Base 0.7 rest_proxy_call_add_header@Base 0.7 rest_proxy_call_add_headers@Base 0.7 rest_proxy_call_add_headers_from_valist@Base 0.7 rest_proxy_call_add_param@Base 0.7 rest_proxy_call_add_param_full@Base 0.7 rest_proxy_call_add_params@Base 0.7 rest_proxy_call_add_params_from_valist@Base 0.7 rest_proxy_call_async@Base 0.7 rest_proxy_call_cancel@Base 0.7 rest_proxy_call_continuous@Base 0.7.5 rest_proxy_call_error_get_type@Base 0.7.12 rest_proxy_call_error_quark@Base 0.7 rest_proxy_call_get_method@Base 0.7 rest_proxy_call_get_params@Base 0.7 rest_proxy_call_get_payload@Base 0.7 rest_proxy_call_get_payload_length@Base 0.7 rest_proxy_call_get_response_headers@Base 0.7 rest_proxy_call_get_status_code@Base 0.7 rest_proxy_call_get_status_message@Base 0.7 rest_proxy_call_get_type@Base 0.7 rest_proxy_call_invoke_async@Base 0.7.90 rest_proxy_call_invoke_finish@Base 0.7.90 rest_proxy_call_lookup_header@Base 0.7 rest_proxy_call_lookup_param@Base 0.7 rest_proxy_call_lookup_response_header@Base 0.7 rest_proxy_call_remove_header@Base 0.7 rest_proxy_call_remove_param@Base 0.7 rest_proxy_call_run@Base 0.7 rest_proxy_call_serialize_params@Base 0.7.10 rest_proxy_call_set_function@Base 0.7 rest_proxy_call_set_method@Base 0.7 rest_proxy_call_sync@Base 0.7 rest_proxy_call_upload@Base 0.7.10 rest_proxy_error_get_type@Base 0.7.12 rest_proxy_error_quark@Base 0.7 rest_proxy_get_type@Base 0.7 rest_proxy_get_user_agent@Base 0.7 rest_proxy_new@Base 0.7 rest_proxy_new_call@Base 0.7 rest_proxy_new_with_authentication@Base 0.7.90 rest_proxy_set_user_agent@Base 0.7 rest_proxy_simple_run@Base 0.7 rest_proxy_simple_run_valist@Base 0.7 rest_xml_node_add_attr@Base 0.7.8 rest_xml_node_add_child@Base 0.7.8 rest_xml_node_find@Base 0.7 rest_xml_node_free@Base 0.7 rest_xml_node_get_attr@Base 0.7 rest_xml_node_get_type@Base 0.7 rest_xml_node_print@Base 0.7.8 rest_xml_node_ref@Base 0.7 rest_xml_node_set_content@Base 0.7.8 rest_xml_node_unref@Base 0.7 rest_xml_parser_get_type@Base 0.7 rest_xml_parser_new@Base 0.7 rest_xml_parser_parse_from_data@Base 0.7 debian/librest-extras-0.7-0.install0000664000000000000000000000004012014330756014162 0ustar usr/lib/*/librest-extras-*.so.* debian/changelog0000664000000000000000000001224512014330756011047 0ustar librest (0.7.90-0ubuntu1) quantal; urgency=low * New upstream release * debian/rules: - Run ./autogen.sh when doing an autoreconf * debian/librest-0.7-0.symbols: - Updated * debian/patches/02_g_thread_init_deprecation.patch: - Applied upstream -- Robert Ancell Mon, 20 Aug 2012 11:37:29 +1200 librest (0.7.12-3) unstable; urgency=low * Make librest-dev depends on gir1.2-rest-0.7 to comply the latest GObject Introspection mini policy (Closes: #678917) * Make librest-extras-dev depends on gir1.2-rest-extras-0.7 to comply the latest GObject Introspection mini policy -- Ying-Chun Liu (PaulLiu) Mon, 25 Jun 2012 16:30:38 +0800 librest (0.7.12-2) unstable; urgency=low [ Ying-Chun Liu (PaulLiu) ] * Update debian/copyright to latest format * Bump Standards-Version to 3.9.3: nothing needs to be changed * Multi-arch support. - Bump debhelper compat to 9 [ Martin Pitt ] * Add g_thread_init_deprecation.patch: Fix FTBFS with current glib due to deprecation of g_init_threads(). (LP: #911125) [ Adam Conrad ] * debian/patches/01_disable-network-tests.patch: disable the tests in the testsuite that require access outside our buildd network (Closes: #674374) -- Ying-Chun Liu (PaulLiu) Sun, 27 May 2012 21:46:10 +0800 librest (0.7.12-1) unstable; urgency=low * New upstream release * Update debian/copyright to latest DEP-5 format * Enable test (Closes: #635904) -- Ying-Chun Liu (PaulLiu) Sun, 20 Nov 2011 14:03:16 +0800 librest (0.7.10-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.2: nothing needs to be changed. -- Ying-Chun Liu (PaulLiu) Sun, 22 May 2011 22:29:29 +0800 librest (0.7.9-1) unstable; urgency=low * New upstream release -- Ying-Chun Liu (PaulLiu) Wed, 13 Apr 2011 11:13:31 +0800 librest (0.7.8-1) unstable; urgency=low * New upstream release * Remove fix-missing-libs-binutils-gold.patch: upstreamed (Closes: #618056) -- Ying-Chun Liu (PaulLiu) Sun, 27 Mar 2011 03:11:57 +0800 librest (0.7.6-1) experimental; urgency=low * New upstream release * Update fix-missing-libs-binutils-gold.patch. * Bump librest-0.7-0.shlibs (Closes: #616679) * Update debian/copyright to DEP-5 version 173 format -- Ying-Chun Liu (PaulLiu) Sat, 12 Mar 2011 01:35:38 +0800 librest (0.7.5-1) experimental; urgency=low * New upstream release * debian/control: Change homepage from meego.org to gnome.org * debian/copyright: Change source from meego.org to gnome.org * fix-missing-libs-binutils-gold.patch: Fix FTBFS on binutils-gold (Closes: #555381) Thanks to Fabrice Coutadeur * debian/rules: Use dh-autoreconf * Add gir1.2-rest-0.7 and gir1.2-rest-extras-0.7 package to install introspection data * debian/rules: Use dh_girepository to compute the dependencies for gir* packages. * Upload to experimental. -- Ying-Chun Liu (PaulLiu) Sun, 30 Jan 2011 12:48:19 +0800 librest (0.7.2+git20100820.ad370df7-1) unstable; urgency=low * New upstream release * Update debian/copyright file * Bump Standards-Version to 3.9.1: nothing changed. * Don't install lib*.a files * debian/clean: remove more non-source files -- Ying-Chun Liu (PaulLiu) Sat, 28 Aug 2010 16:06:35 +0800 librest (0.7+git20100804.4270d6a1-1) unstable; urgency=low * New upstream release * Change format to DebSrc3.0 * Change to use Debhelper7 instead for cdbs * debian/control: Bump standard version to 3.9.0. Nothing changed. * debian/control: Change homepage from moblin.org to meego.org -- Ying-Chun Liu (PaulLiu) Thu, 05 Aug 2010 21:53:55 +0800 librest (0.6.1-1) unstable; urgency=low * New upstream release * debian/conrtol: Split librest and librest-extras * debian/rules: Use autoreconf to re-generate the configure * debian/rules: Add proper clean rule to remove non-source files * debian/watch: Add git repo releases * debian/copyright: Update copyright file to newer spec * debian/control: Bump standard version to 3.8.3. Nothing changed. -- Ying-Chun Liu (PaulLiu) Wed, 21 Oct 2009 17:16:22 +0800 librest (0.6-1) unstable; urgency=low * Ying-Chun Liu (PaulLiu) - New upstream release (0.6) - Update librest0.shlibs and librest0.symbols * Chris Cheney - Update librest-dev.install to install things in /usr/include/rest - New upstream release (0.5) -- Ying-Chun Liu (PaulLiu) Tue, 18 Aug 2009 13:49:05 +0800 librest (0.4-1) unstable; urgency=low * Emmet Hikory - Initial Release (Closes: #539135) * Chris Cheney - New upstream release (0.4 Moblin Beta) - Add gtk-doc-tools to Build-Depends * Ying-Chun Liu (PaulLiu) - New upstream release (0.3) -- Ying-Chun Liu (PaulLiu) Mon, 03 Aug 2009 18:17:00 +0800 debian/librest-dev.examples0000664000000000000000000000001512014330756013145 0ustar examples/*.c debian/librest-0.7-0.install0000664000000000000000000000003212014330756012657 0ustar usr/lib/*/librest-0*.so.* debian/control0000664000000000000000000001071112014330756010574 0ustar Source: librest Section: libs Priority: optional Maintainer: Ying-Chun Liu (PaulLiu) Build-Depends: autoconf, automake, debhelper (>= 9), dh-autoreconf, gir1.2-freedesktop, gir1.2-glib-2.0, gobject-introspection (>= 0.9.12), gtk-doc-tools, libgirepository1.0-dev (>= 0.9.12), libglib2.0-dev (>= 2.27), libsoup-gnome2.4-dev, libsoup2.4-dev (>= 2.30), libtool, libxml2-dev Standards-Version: 3.9.3 Homepage: http://www.gnome.org/ Package: librest-0.7-0 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Description: REST service access library This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. Package: librest-0.7-0-dbg Architecture: any Section: debug Priority: extra Depends: librest-0.7-0 (= ${binary:Version}), ${misc:Depends} Description: REST service access library (Debug files) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains the debug symbols. Package: librest-dev Architecture: any Section: libdevel Depends: gir1.2-rest-0.7 (= ${binary:Version}), librest-0.7-0 (= ${binary:Version}), libsoup2.4-dev, libxml2-dev, ${misc:Depends} Description: REST service access library (development headers) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains the development headers. Package: gir1.2-rest-0.7 Section: introspection Architecture: any Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: REST service access library (introspection files) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains introspection data. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: librest-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: librest-dev Description: REST service access library (documentation) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains the documentation Package: librest-extras-0.7-0 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Description: REST service access library extra components This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. This extra package provides Facebook and Flickr support. Package: librest-extras-dev Section: libdevel Architecture: any Depends: gir1.2-rest-extras-0.7 (=${binary:Version}), librest-dev, librest-extras-0.7-0 (=${binary:Version}), ${misc:Depends} Description: REST service access library extra components (development headers) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. This extra package provides Facebook and Flickr support. . This package contains the development headers. Package: gir1.2-rest-extras-0.7 Section: introspection Architecture: any Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: REST service access library extra components (introspectionfiles) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. This extra package provides Facebook and Flickr support. . This package contains introspection data . It can be used by packages using the GIRepository format to generate dynamic bindings. debian/librest-extras-dev.install0000664000000000000000000000020212014330756014277 0ustar usr/include/rest-*/rest-extras/ usr/lib/*/librest-extras-*.so usr/lib/*/pkgconfig/rest-extras-*.pc usr/share/gir-1.0/RestExtras-* debian/gir1.2-rest-0.7.install0000664000000000000000000000007412014330756013041 0ustar usr/lib/*/girepository-1.0/Rest-* usr/lib/girepository-1.0/ debian/source/0000775000000000000000000000000012014330756010471 5ustar debian/source/format0000664000000000000000000000001412014330756011677 0ustar 3.0 (quilt) debian/librest-doc.links0000664000000000000000000000007712014330756012446 0ustar usr/share/doc/librest-doc/html usr/share/gtk-doc/html/rest-0.7 debian/compat0000664000000000000000000000000212014330756010367 0ustar 9 debian/patches/0000775000000000000000000000000012014330756010620 5ustar debian/patches/series0000664000000000000000000000003712014330756012035 0ustar 01_disable-network-tests.patch debian/patches/01_disable-network-tests.patch0000664000000000000000000000132212014330756016371 0ustar Author: Adam Conrad Description: Disable network tests. disable the tests in the testsuite that require access outside our buildd network Bug-Debian: http://bugs.debian.org/674374 Last-Update: 2011-12-05 Index: librest-0.7.12/tests/Makefile.am =================================================================== --- librest-0.7.12.orig/tests/Makefile.am 2011-08-10 17:38:06.000000000 +0800 +++ librest-0.7.12/tests/Makefile.am 2012-05-27 21:37:01.064749108 +0800 @@ -1,4 +1,4 @@ -TESTS = proxy proxy-continuous threaded oauth oauth-async oauth2 flickr lastfm xml custom-serialize +TESTS = proxy proxy-continuous threaded oauth2 xml custom-serialize # TODO: fix this test case XFAIL_TESTS = xml debian/librest-0.7-0.shlibs0000664000000000000000000000005012014330756012475 0ustar librest-0.7 0 librest-0.7-0 (>= 0.7.12) debian/librest-dev.install0000664000000000000000000000015112014330756012776 0ustar usr/include/rest-*/rest/ usr/lib/*/librest-0*.so usr/lib/*/pkgconfig/rest-0*.pc usr/share/gir-1.0/Rest-* debian/gir1.2-rest-extras-0.7.install0000664000000000000000000000010212014330756014335 0ustar usr/lib/*/girepository-1.0/RestExtras-* usr/lib/girepository-1.0/ debian/copyright0000664000000000000000000001107312014330756011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: librest Upstream-Contact: Rob Bradford Ross Burton Source: http://ftp.gnome.org/pub/GNOME/sources/rest/ Files: * Copyright: 2009 Intel Corporation License: LGPL-2.1 Files: rest/*.h rest/*.c examples/*.c Copyright: 2008-2009 Intel Corporation License: LGPL-2.1 Files: debian/* Copyright: 2009 Canonical, Ltd. 2010 Ying-Chun Liu (PaulLiu) License: LGPL-2.1 Files: aclocal.m4 Copyright: 1996-2008 Free Software Foundation, Inc. License: This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE Files: compile Copyright: 1999-2005 Free Software Foundation, Inc. License: GPL-2+ Files: config.sub config.guess Copyright: 1992-2008 Free Software Foundation, Inc. License: GPL-2+ Files: depcomp Copyright: 1999-2007 Free Software Foundation, Inc. License: GPL-2+ Files: INSTALL Copyright: 1994-2007 Free Software Foundation, Inc. License: This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Files: install-sh Copyright: 1994 X Consortium License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from the X Consor- tium. Files: ltmain.sh Copyright: 1996-2008 Free Software Foundation, Inc. License: GPL-2+ Files: missing Copyright: 1996-2006 Free Software Foundation, Inc. License: GPL-2+ License: LGPL-2.1 This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU Lesser General Public License, version 2.1, as published by the Free Software Foundation. . This program is distributed in the hope 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 for more details. . You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems the full text of the GNU Lesser General Public Licnse, version 2.1, can be found in the /usr/share/common-licenses/LGPL-2.1 file. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems the full text of the GNU General Public Licese, version 2, can be found in the /usr/share/common-licenses/GPL-2 file