debian/0000755000000000000000000000000012160547334007173 5ustar debian/changelog0000644000000000000000000000254412160546750011053 0ustar libgrits (0.8.1-1) unstable; urgency=low * New upstream release * Update version control URLs * Remove lintain overrides * Remove gmodule-2.0 patch * Change website urls * Switch to compat=9 for hardening -- Andy Spencer Wed, 19 Jun 2013 08:04:58 +0000 libgrits (0.7-1) unstable; urgency=low * New upstream release * Patch configure.ac to require gmodule-2.0 -- Andy Spencer Thu, 16 Feb 2012 16:36:28 +0000 libgrits (0.6.3-1) unstable; urgency=low * New upstream release -- Andy Spencer Tue, 10 Jan 2012 09:16:59 +0000 libgrits (0.6.1-1) unstable; urgency=low * New upstream release -- Andy Spencer Fri, 25 Nov 2011 07:10:27 +0000 libgrits (0.6-1) unstable; urgency=low * New upstream release -- Andy Spencer Wed, 02 Nov 2011 08:10:13 +0000 libgrits (0.5.2-1) unstable; urgency=low * New upstream release * Remove unnecessary autoreconf -- Andy Spencer Mon, 12 Sep 2011 01:21:50 +0000 libgrits (0.5.1-1) unstable; urgency=low * New upstream release -- Andy Spencer Wed, 24 Aug 2011 16:23:19 +0000 libgrits (0.5-1) unstable; urgency=low * Initial debian package (Closes: #603393) -- Andy Spencer Mon, 01 Aug 2011 18:49:14 +0200 debian/clean0000644000000000000000000000003011641041456010166 0ustar doltlibtool doltcompile debian/compat0000644000000000000000000000000212160546674010377 0ustar 9 debian/control0000644000000000000000000000374012160546674010610 0ustar Source: libgrits Priority: optional Maintainer: Debian GIS Project Uploaders: Andy Spencer Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev (>= 2.14), libgtk2.0-dev (>= 2.16), libcairo2-dev, libsoup2.4-dev (>= 2.26), mesa-common-dev, libglu1-mesa-dev Standards-Version: 3.9.4 Section: science Homepage: http://pileus.org/grits Vcs-Git: git://anonscm.debian.org/pkg-grass/grits.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/grits.git Package: libgrits5 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Pre-Depends: multiarch-support Description: Grits is a Virtual Globe library Grits is a "Virtual Globe" library which uses OpenGL to render an image of the earth using satellite and terrain data from publicly accessible servers. This is similar in concept to Google Earth and NASA World Wind, except implemented as a library. . This package contains the shared libraries and core plugins. Package: libgrits-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libgrits5 (= ${binary:Version}) Suggests: libgrits-doc Description: Development files for grits Grits is a "Virtual Globe" library which uses OpenGL to render an image of the earth using satellite and terrain data from publicly accessible servers. This is similar in concept to Google Earth and NASA World Wind, except implemented as a library. . This package contains the header files and libraries which are needed for developing programs that use grits. Package: libgrits-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: libgrits-dev Description: HTML documentation for grits Grits is a "Virtual Globe" library which uses OpenGL to render an image of the earth using satellite and terrain data from publicly accessible servers. This is similar in concept to Google Earth and NASA World Wind, except implemented as a library. . This package contains the HTML documentation for grits. debian/copyright0000644000000000000000000000201312160546674011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: Grits Maintainer: Andy Spencer Source: http://pileus.org/grits/ Files: * Copyright: 2009-2013, Andy Spencer License: GPL-3+ 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 3 of the License, 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, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/docs0000644000000000000000000000001411641041456010036 0ustar README TODO debian/libgrits-dev.examples0000644000000000000000000000004212160546674013330 0ustar src/grits-demo.c src/grits-test.c debian/libgrits-dev.install0000644000000000000000000000006612160546674013166 0ustar usr/include/* usr/lib/*/lib*.so usr/lib/*/pkgconfig/* debian/libgrits-doc.install0000644000000000000000000000002411641041456013136 0ustar usr/share/gtk-doc/* debian/libgrits5.install0000644000000000000000000000005212160546674012472 0ustar usr/lib/*/grits*/*.so usr/lib/*/lib*.so.* debian/rules0000755000000000000000000000014111720663570010251 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_auto_test: # Skip interactive tests debian/source/0000755000000000000000000000000011641041456010470 5ustar debian/source/format0000644000000000000000000000001411641041456011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010012160546674010221 0ustar version=3 http://pileus.org/grits/files/grits-([\d.]+)\.tar\.gz debian/patches/0000755000000000000000000000000012160546674010630 5ustar debian/patches/series0000644000000000000000000000001612160546674012042 0ustar libtool.patch debian/patches/libtool.patch0000644000000000000000000000063511720663570013315 0ustar Description: Remove custom libtool code Author: Andy Spencer --- libgrits-0.7.orig/configure.ac +++ libgrits-0.7/configure.ac @@ -15,9 +15,6 @@ GRITS_SUBDIR=grits_subdir AC_SUBST(LIB_VERSION) AC_SUBST(GRITS_SUBDIR) -# Fix broken libtool -lt_cv_sys_lib_dlsearch_path_spec="/lib /lib32 /lib64 /usr/lib /usr/lib32 /usr/lib64" - # Check for required programs AC_PROG_CC AC_PROG_LIBTOOL