--- geos-3.2.2.orig/debian/control +++ geos-3.2.2/debian/control @@ -0,0 +1,89 @@ +Source: geos +Section: science +Priority: optional +Maintainer: Debian GIS Project +Uploaders: Francesco Paolo Lovergine +Build-Depends: debhelper (>= 7), dpatch, doxygen, swig, ruby, ruby-dev +Standards-Version: 3.8.4 +Homepage: http://trac.osgeo.org/geos/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geos/trunk +Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/geos/trunk + +Package: libgeos-dev +Section: libdevel +Architecture: any +Depends: libgeos-3.2.2 (= ${binary:Version}), libgeos-c1 (= ${binary:Version}) +Suggests: libgdal-doc +Description: Geometry engine for GIS - Development files + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the headers and libraries needed to + develop programs using GEOS. + +Package: libgeos-c1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Geometry engine for Geographic Information Systems - C Library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + Functions provided include: + . + * spatial predicates (based on the DE-9IM model), + * overlay functions (intersection, difference, union, + symmetric difference), + * buffer, + * convex hull, + * area and distance functions, and + * topological validity checking + . + This package contains the C library. A C++ library is provided + by the libgeos* package. + +Package: libgeos-3.2.2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Geometry engine for Geographic Information Systems - C++ Library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + Functions provided include: + . + * spatial predicates (based on the DE-9IM model), + * overlay functions (intersection, difference, union, + symmetric difference), + * buffer, + * convex hull, + * area and distance functions, and + * topological validity checking + . + This package contains the C++ library. A C library is provided + by the libgeos-c* package. + +Package: libgeos-doc +Section: doc +Architecture: all +Suggests: libgeos-dev (= ${binary:Version}) +Homepage: http://download.osgeo.org/geos/doxygen/ +Description: Documentation for the GEOS GIS geometry engine library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the documentation for the GEOS API. + +Package: libgeos-ruby1.8 +Section: ruby +Architecture: any +Depends: libgeos-3.2.2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: GEOS bindings for Ruby + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the Ruby bindings for GEOS. + --- geos-3.2.2.orig/debian/compat +++ geos-3.2.2/debian/compat @@ -0,0 +1 @@ +7 --- geos-3.2.2.orig/debian/control.in +++ geos-3.2.2/debian/control.in @@ -0,0 +1,90 @@ +Source: geos +Section: science +Priority: optional +Maintainer: Debian GIS Project +Uploaders: Francesco Paolo Lovergine +Build-Depends: debhelper (>= 7), dpatch, doxygen, swig, ruby, ruby-dev, + python-all, python-all-dev, python-central (>= 0.5) +Standards-Version: 3.8.4 +Homepage: http://trac.osgeo.org/geos/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geos/trunk +Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/geos/trunk + +Package: libgeos-dev +Section: libdevel +Architecture: any +Depends: libgeos-@VERSION@ (= ${binary:Version}), libgeos-c1 (= ${binary:Version}) +Suggests: libgdal-doc +Description: Geometry engine for GIS - Development files + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the headers and libraries needed to + develop programs using GEOS. + +Package: libgeos-c1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Geometry engine for Geographic Information Systems - C Library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + Functions provided include: + . + * spatial predicates (based on the DE-9IM model), + * overlay functions (intersection, difference, union, + symmetric difference), + * buffer, + * convex hull, + * area and distance functions, and + * topological validity checking + . + This package contains the C library. A C++ library is provided + by the libgeos* package. + +Package: libgeos-@VERSION@ +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Geometry engine for Geographic Information Systems - C++ Library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + Functions provided include: + . + * spatial predicates (based on the DE-9IM model), + * overlay functions (intersection, difference, union, + symmetric difference), + * buffer, + * convex hull, + * area and distance functions, and + * topological validity checking + . + This package contains the C++ library. A C library is provided + by the libgeos-c* package. + +Package: libgeos-doc +Section: doc +Architecture: all +Suggests: libgeos-dev (= ${binary:Version}) +Homepage: http://download.osgeo.org/geos/doxygen/ +Description: Documentation for the GEOS GIS geometry engine library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the documentation for the GEOS API. + +Package: libgeos-ruby1.8 +Section: ruby +Architecture: any +Depends: libgeos-@VERSION@ (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: GEOS bindings for Ruby + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the Ruby bindings for GEOS. + --- geos-3.2.2.orig/debian/libgeos-c1.dirs +++ geos-3.2.2/debian/libgeos-c1.dirs @@ -0,0 +1 @@ +usr/lib --- geos-3.2.2.orig/debian/changelog +++ geos-3.2.2/debian/changelog @@ -0,0 +1,232 @@ +geos (3.2.2-2~lucid1) lucid; urgency=low + + * Launchpad build for Lucid. + + -- Alan Boudreault Wed, 12 May 2010 08:33:45 -0400 + +geos (3.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Alan Boudreault Tue, 11 May 2010 11:39:29 -0400 + +geos (3.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Francesco Paolo Lovergine Sat, 03 Apr 2010 23:23:35 +0200 + +geos (3.2.0-2) unstable; urgency=low + + * Policy set to 3.8.4, without changes. + + -- Francesco Paolo Lovergine Thu, 21 Jan 2010 17:55:27 +0100 + +geos (3.2.0-1) unstable; urgency=low + + * New upstream release. + * Removed kobold among uploaders because no more active on DebianGIS packages. + * Policy bumped to 3.8.3, without changes. + * Changed a bit debian/rules to manage RC patch version. + * Now, it does not install libtool helper file .la, as currently deprecated. + * Revised licenses around and updated the debian/copyright file. + + -- Francesco Paolo Lovergine Thu, 21 Jan 2010 17:05:45 +0100 + +geos (3.1.1-1) unstable; urgency=low + + * New upstream release (bug fixes only). + * Added me as an uploader. + * Policy bumped to 3.8.2 (no changes). + * Introduced a debian/control.in template to version automagically + the C++ binding package and dependencies. + + -- Francesco Paolo Lovergine Fri, 26 Jun 2009 14:28:42 +0200 + +geos (3.1.0-1) unstable; urgency=low + + * New upstream release. + * This version includes also a missing header inclusion, which caused FTBFS + on armel. (Closes: #520447) + + -- Fabio Tranchitella Fri, 27 Mar 2009 15:54:54 +0100 + +geos (3.0.3-2) unstable; urgency=low + + * debian/control: do not build the python bindings, they are deprecated by + upstream and superseded by python-shapely. + + -- Fabio Tranchitella Fri, 06 Mar 2009 13:28:29 +0100 + +geos (3.0.3-1) unstable; urgency=low + + [ Francesco Paolo Lovergine ] + * New upstream release. + * Updated debian/copyright adding copyright notice [lintian]. + * Policy bumped to 3.8.0 (no changes) + * C++ version bumped in package name. + * Updated homepage fields in debian/control to reflect moving into OSGeo + infrastracture. + * Watch file updated. + (closes: #504470) + * Patch gcc43.dpatch removed, merged upstream. + * Moved to debhelper level 7. + * Some minor clean up in debian/rules. + + [ Fabio Tranchitella ] + * debian/control: added libgeos-ruby1.8 and python-geos. (Closes: #509679) + * debian/copyright: updated. + + -- Fabio Tranchitella Thu, 05 Mar 2009 20:18:57 +0100 + +geos (3.0.0-5) unstable; urgency=low + + * debian/rules: fixed a FTBFS on arm eabi; patch from Riku Voipio. + (Closes: #480345) + + -- Fabio Tranchitella Mon, 12 May 2008 12:33:47 +0200 + +geos (3.0.0-4) unstable; urgency=low + + * [PATCH] gcc4.3.dpatch added to manage GCC 4.3 issue. + (closes: #456089) + + -- Francesco Paolo Lovergine Thu, 10 Apr 2008 14:27:56 +0200 + +geos (3.0.0-3) unstable; urgency=low + + * debian/rules: the library itself (.so file) shouldn't be in the -dev + package. (Closes: #471745) + + -- Fabio Tranchitella Thu, 20 Mar 2008 08:30:03 +0100 + +geos (3.0.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Fabio Tranchitella Wed, 19 Mar 2008 19:18:41 +0100 + +geos (3.0.0-1) experimental; urgency=low + + [ Francesco Paolo Lovergine ] + * Added Vcs-* fields to debian/control + * Policy bumped to 3.7.3 without changes + * Removed Steve Halasz among Uploaders (last contribute is almost 2 years ago). + * Fixed debian/watch. + (closes: #460009) + * Now using ${binary:Version} instead of obsoleted ${Source-Version} + + [ Fabio Tranchitella ] + * New upstream release. (Closes: #458893, #456089) + * Renamed binary package libgeos2c2a to libgeos-3.0.0 for C++ ABI transition. + + -- Fabio Tranchitella Mon, 28 Jan 2008 17:42:00 +0100 + +geos (2.2.3-4) unstable; urgency=low + + [ Fabio Tranchitella ] + * debian/watch: fixed. + + [ Paul Wise ] + * Switch to the new Homepage field + + [ Francesco Paolo Lovergine ] + * Fixed lintian error: debian-rules-ignores-make-clean-error + + -- Francesco Paolo Lovergine Wed, 17 Oct 2007 12:30:10 +0200 + +geos (2.2.3-3) unstable; urgency=low + + * debian/control: move doxygen from build-depends-indep to build-depends. + + -- Fabio Tranchitella Mon, 6 Nov 2006 21:35:52 +0100 + +geos (2.2.3-2) unstable; urgency=low + + * Upload to unstable. + * debian/rules: added -V switch to dh_makeshlibs, since 2.2.3 doesn't bump + the SONAME but provides new functions. Packages which depend on this + version or above should have a versioned build-dependency on this release. + + -- Fabio Tranchitella Wed, 1 Nov 2006 08:46:54 +0100 + +geos (2.2.3-1) experimental; urgency=low + + * New upstream release. (Closes: #370498) + + -- Fabio Tranchitella Tue, 10 Oct 2006 19:56:09 +0200 + +geos (2.2.1-1) unstable; urgency=low + + [ Steve Halasz ] + * New upstream release + * Convert to team maintenance by DebianGIS group + * 2.2.1 introduces a new C API in the libgeos-c1 package + * Apply patch from Martin Michlmayr for FTBFS with g++ + (Closes: #356111) + * Don't put empty ChangeLog file in packages + + [ Paul Wise ] + * Add homepages to the package descriptions. + * Add a watchfile + + * Upload sponsored by Peter Reinholdtsen + + -- Steve Halasz Sun, 15 Jan 2006 13:53:40 +0800 + +geos (2.1.4-2) unstable; urgency=low + + * Rename to libgeos2c2a for the libstdc++ transition. + Transitions are fun. Wheeeeee! + + -- Steve Halasz Fri, 18 Nov 2005 13:22:44 -0500 + +geos (2.1.4-1) unstable; urgency=low + + * New upstream release + + -- Steve Halasz Sat, 5 Nov 2005 20:15:22 -0500 + +geos (2.1.3-2) unstable; urgency=low + + * libgeos-dev should depend on libgeos2c2 rather than libgeos2 + (Closes: #318990) + * bump standards version to 3.6.2 + + -- Steve Halasz Tue, 19 Jul 2005 13:18:19 -0400 + +geos (2.1.3-1) unstable; urgency=low + + * New upstream release + * Renaming libgeos2 to libgeos2c2 for C++ ABI transition + * Removed cp config.{guess,sub} from clean: target and + put it into configure target (change from ubuntu bug #11183) + + -- Steve Halasz Mon, 11 Jul 2005 11:17:32 -0400 + +geos (2.1.2-1) unstable; urgency=low + + * New upstream release + + -- Steve Halasz Thu, 9 Jun 2005 15:36:33 -0400 + +geos (2.1.1-2) unstable; urgency=low + + * Fix bug in isvalid(), backport from geos CVS (Closes: #303737). + Thanks to Markus Shaber for the patch. + + -- Steve Halasz Fri, 8 Apr 2005 10:51:36 -0400 + +geos (2.1.1-1) unstable; urgency=low + + * New upstream release + * Create libgeos-doc with the binary-indep target (Closes: #284361) + + -- Steve Halasz Wed, 9 Mar 2005 10:34:56 -0500 + +geos (2.0.1-1) unstable; urgency=low + + * Initial Release. (Closes: #277514). + + -- Steve Halasz Fri, 22 Oct 2004 23:24:25 -0400 + --- geos-3.2.2.orig/debian/libgeos-doc.dirs +++ geos-3.2.2/debian/libgeos-doc.dirs @@ -0,0 +1,2 @@ +usr/share/doc/libgeos-doc/html +usr/share/doc/libgeos-doc/examples --- geos-3.2.2.orig/debian/docs +++ geos-3.2.2/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +TODO +AUTHORS --- geos-3.2.2.orig/debian/libgeos-c++.dirs +++ geos-3.2.2/debian/libgeos-c++.dirs @@ -0,0 +1 @@ +usr/lib --- geos-3.2.2.orig/debian/libgeos-c1.install +++ geos-3.2.2/debian/libgeos-c1.install @@ -0,0 +1 @@ +usr/lib/libgeos_c.so.1* --- geos-3.2.2.orig/debian/rules +++ geos-3.2.2/debian/rules @@ -0,0 +1,158 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +# Guessing geos version, which is required for C++ binding support +VER_MAJOR=$(shell grep ^VERSION_MAJOR configure.in|cut -d= -f2) +VER_MINOR=$(shell grep ^VERSION_MINOR configure.in|cut -d= -f2) +VER_PATCH=$(shell grep ^VERSION_PATCH configure.in|cut -d= -f2|cut -dr -f1) +VER=$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) +ifeq (..,$(VER)) +$(error configure.in not found or version cannot be guessed) +else +$(info Guessed geos version is $(VER)) +endif + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif +ifeq ($(DEB_HOST_GNU_TYPE),arm-linux-gnueabi) + CONFFLAGS += --disable-inline +endif + +debian/control: + @sed -e 's/@VERSION@/$(VER)/' debian/control.in >$@ + +config.status: debian/control configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + mv config.sub config.sub.bak + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + mv config.guess config.guess.bak + cp -f /usr/share/misc/config.guess config.guess +endif + CFLAGS="$(CFLAGS)" ./configure \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --enable-ruby \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info $(CONFFLAGS) + cp debian/libgeos-c++.install debian/libgeos-$(VER).install + cp debian/libgeos-c++.dirs debian/libgeos-$(VER).dirs + +#Architecture +build: patch build-arch build-indep + +build-arch: build-arch-stamp +build-arch-stamp: config.status + # Add here commands to compile the arch part of the package. + $(MAKE) + touch $@ + +build-indep: build-indep-stamp +build-indep-stamp: config.status + # Add here commands to compile the indep part of the package. + $(MAKE) -C doc doxygen-html + touch $@ + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + [ -f config.sub.bak ] && mv config.sub.bak config.sub || true + [ -f config.guess.bak ] && mv config.guess.bak config.guess || true + dh_clean + rm -f debian/libgeos-$(VER).install debian/libgeos-$(VER).dirs + +install: install-indep install-arch +install-indep: + dh_testdir + dh_testroot + dh_prep -i + dh_installdirs -i + dh_install -i + # debian/libgeos-doc + # Install doxygen html files + install -m 644 doc/doxygen_docs/html/* debian/libgeos-doc/usr/share/doc/libgeos-doc/html + # Install example program source + install -m 644 doc/example.cpp debian/libgeos-doc/usr/share/doc/libgeos-doc/examples + install -m 644 debian/Makefile.example debian/libgeos-doc/usr/share/doc/libgeos-doc/examples/Makefile + +install-arch: + dh_testdir + dh_testroot + dh_prep -s + dh_installdirs -s + # Add here commands to install the arch part of the package into + # debian/tmp. + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + dh_install -s --sourcedir=debian/tmp + dh_installman -plibgeos-dev debian/geos-config.1 + # remove the library from the -dev package + rm -f $(CURDIR)/debian/libgeos-dev/usr/lib/libgeos-*.so + # debian/libgeos-ruby1.8 + mkdir -p debian/libgeos-ruby1.8/usr/lib/ruby/ + cp -ax debian/tmp/usr/local/lib/site_ruby/1.8 \ + debian/libgeos-ruby1.8/usr/lib/ruby/1.8 + find debian/libgeos-ruby*/usr/lib/ruby -name "*.la" -delete || true + +# Must not depend on anything. This is to be called by +# binary-arch/binary-indep +# in another 'make' thread. +binary-common: + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs -V + dh_installdeb + dh_shlibdeps + for i in $$(grep ^Package: debian/control|cut -d' ' -f2); do \ + echo "geos:Version=$(VER)" >> $$i.substvars; \ + done + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture independant packages using the common target. +binary-indep: build-indep install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +# Build architecture dependant packages using the common target. +binary-arch: build-arch install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch debian/control --- geos-3.2.2.orig/debian/libgeos-c++.install +++ geos-3.2.2/debian/libgeos-c++.install @@ -0,0 +1 @@ +usr/lib/libgeos-* --- geos-3.2.2.orig/debian/geos-config.1 +++ geos-3.2.2/debian/geos-config.1 @@ -0,0 +1,31 @@ +.TH "geos-config" "1" "October 25, 2004" "geos-config" "User Commands" +.SH "NAME" +geos\-config \- returns information about installed GEOS libraries and binaries +.SH "SYNOPSIS" +.PP +.B geos\-config +[OPTIONS] +.SH "DESCRIPTION" +.PP +The \fIgeos\-config\fP shell script displays configuration information for installed GEOS libraries and binaries. + +.SH "OPTIONS" +.TP +\fB\-\-prefix\fR +print the prefix used by geos +.TP +\fB\-\-version\fR +print the GEOS version +.TP +\fB\-\-libs\fR +print the linker flags that are necessary to link to GEOS +.TP +\fB\-\-cflags\fR +print the compiler flags that are necessary to compile a +plug\-in +.TP +\fB\-\-includes\fR +show location of C++ header files +.TP +\fB\-\-jtsport\fR +show the version of the Java Topology Suite this version of GEOS was ported from --- geos-3.2.2.orig/debian/libgeos-dev.dirs +++ geos-3.2.2/debian/libgeos-dev.dirs @@ -0,0 +1,3 @@ +usr/bin +usr/lib +usr/include --- geos-3.2.2.orig/debian/dirs +++ geos-3.2.2/debian/dirs @@ -0,0 +1 @@ +usr/share/doc/libgeos-dev/html --- geos-3.2.2.orig/debian/libgeos-doc.README.Debian +++ geos-3.2.2/debian/libgeos-doc.README.Debian @@ -0,0 +1,8 @@ +GEOS documentation for Debian +----------------------------- + +To access the GEOS API Documentation open index.html in a web browser. + +There is example code in examples/example.cpp. It requires the libgeos2 package to be installed to compile and run. Invoke 'make' to compile it. + + -- Steve Halasz (debian@adkgis.org), Fri, 5 Nov 2004 --- geos-3.2.2.orig/debian/libgeos-dev.install +++ geos-3.2.2/debian/libgeos-dev.install @@ -0,0 +1,4 @@ +usr/bin/geos-config +usr/include/* +usr/lib/*.a +usr/lib/*.so --- geos-3.2.2.orig/debian/libgeos-doc.links +++ geos-3.2.2/debian/libgeos-doc.links @@ -0,0 +1 @@ +usr/share/doc/libgeos-doc/html/index.html usr/share/doc/libgeos-doc/index.html --- geos-3.2.2.orig/debian/watch +++ geos-3.2.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://download.osgeo.org/geos/geos-([\d\.]+)\.tar\.bz2 debian uupdate --- geos-3.2.2.orig/debian/Makefile.example +++ geos-3.2.2/debian/Makefile.example @@ -0,0 +1,8 @@ +example: + g++ -g -O -lgeos -o example example.cpp + +clean: + rm example + +.PHONY: + clean --- geos-3.2.2.orig/debian/copyright +++ geos-3.2.2/debian/copyright @@ -0,0 +1,60 @@ +This package was debianized by Steve Halasz on +Fri, 22 Oct 2004 23:24:25 -0400. + +It was downloaded from: http://trac.osgeo.org/geos/ + +The package is distributed as a bzip2 compressed tarball. +The Debian maintainer repacked the tarball to be gzip compressed. + +The upstream contributors are listed in the AUTHORS file. + +Copyright: + + Copyright (C) 2001-2004 Vivid Solutions Inc. + Copyright (C) 2005-2007 Refractions Research Inc. + Copyright (C) 2009 Sandro Santilli + Copyright (C) 2008 Sean Gillies + Copyright (C) 2009 Ragi Y. Burhum + Copyright (C) 2005-2007 Charlie Savage + Copyright (C) 2000-2006 Lee Thomason + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. + +On Debian systems, the complete text of the GNU Lesser General Public +License can be found in the /usr/share/common-licenses/LGPL file. + + + + +Other licenses follow. +---------------------------------------------------------------------- + +tests/xmltester/tinyxml: + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any +damages arising from the use of this software. + +Permission is granted to anyone to use this software for any +purpose, including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must +not claim that you wrote the original software. If you use this +software in a product, an acknowledgment in the product documentation +would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and +must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source +distribution. + --- geos-3.2.2.orig/debian/libgeos-dev.README.Debian +++ geos-3.2.2/debian/libgeos-dev.README.Debian @@ -0,0 +1,23 @@ +GEOS for Debian +--------------- + +To compile programs against GEOS: + + CFLAGS += -I`geos-config --includes` + LDFLAGS += `geos-config --libs` + +Headers: + + #include + +Example usage: + + The libgeos-doc package provides basic usage examples in + /usr/share/doc/libgeos-doc/ + +Documentation: + + The libgeos-doc package provides API documentation in + /usr/share/doc/libgeos-doc/ + + -- Steve Halasz (debian@adkgis.org), Fri, 5 Nov 2004 --- geos-3.2.2.orig/debian/patches/00list +++ geos-3.2.2/debian/patches/00list @@ -0,0 +1 @@ +# no patches