--- libgeotiff-epsg-1.4.0.orig/.cvsignore +++ libgeotiff-epsg-1.4.0/.cvsignore @@ -0,0 +1,13 @@ +config.log +geo_config.h +config.cache +config.status +Makefile +*.lib +*.ilk +*.pdb +*.exp +*.dll +libgeotiff-*.so +libgeotiff.so* + --- libgeotiff-epsg-1.4.0.orig/debian/README.Debian +++ libgeotiff-epsg-1.4.0/debian/README.Debian @@ -0,0 +1,9 @@ +libgeotiff-epsg for Debian +-------------------------- + +This package installs the CSV version of the EPSG data for the libgeotiff package. +The source package contains the full libgeotiff csv/ directory for completeness +for interested developers. + + -- Francesco Paolo Lovergine Wed, 19 Sep 2007 10:51:31 +0200 + --- libgeotiff-epsg-1.4.0.orig/debian/changelog +++ libgeotiff-epsg-1.4.0/debian/changelog @@ -0,0 +1,55 @@ +libgeotiff-epsg (1.4.0-1) unstable; urgency=medium + + * New upstream release. + * Policy bumped to 3.9.5. + * Debhelper level set to 9. + * Fixed Vcs-* fields and repo. + * Now using dh method to simplify debian/rules. + * Introduced appropriate ${misc:Depends} in debian/control + * Changed short and long description to make lintian happy. + + -- Francesco Paolo Lovergine Tue, 17 Dec 2013 10:14:05 +0100 + +libgeotiff-epsg (1.3.0-1) unstable; urgency=low + + [ Alan Boudreault ] + * New upstream release. + * Policy bumped to 3.8.3 + * Changed build-dep: debhelper 5 -> debhelper 7. + * Updated csv files. + * Added Alan as Uploader in debian/control. + + [ Francesco Paolo Lovergine ] + * Updated to policy 3.9.2. + * Debhelper level set to 8. + + -- Francesco Paolo Lovergine Mon, 05 Sep 2011 13:58:33 +0200 + +libgeotiff-epsg (1.2.4-4) UNRELEASED; urgency=low + + * NOT RELEASED YET + * Policy bumped to 3.7.3 (no changes) + * Added Vcs-* fields in debian/control + + -- Francesco Paolo Lovergine Thu, 03 Jan 2008 13:46:51 +0100 + +libgeotiff-epsg (1.2.4-3) unstable; urgency=low + + * Fixed missing dh_installchangelogs in debian/rules :-/ + * Added Homepage field in debian/control + * Fixed wrong section in binary package. + + -- Francesco Paolo Lovergine Sat, 29 Sep 2007 15:21:28 +0200 + +libgeotiff-epsg (1.2.4-2) unstable; urgency=low + + * Setting mode 600 at install time for csv files in debian/rules. + + -- Francesco Paolo Lovergine Fri, 21 Sep 2007 16:52:02 +0200 + +libgeotiff-epsg (1.2.4-1) unstable; urgency=low + + * Initial release + + -- Francesco Paolo Lovergine Wed, 19 Sep 2007 13:59:55 +0200 + --- libgeotiff-epsg-1.4.0.orig/debian/compat +++ libgeotiff-epsg-1.4.0/debian/compat @@ -0,0 +1 @@ +9 --- libgeotiff-epsg-1.4.0.orig/debian/control +++ libgeotiff-epsg-1.4.0/debian/control @@ -0,0 +1,25 @@ +Source: libgeotiff-epsg +Section: non-free/science +Priority: optional +Maintainer: Debian GIS Project +Uploaders: Francesco Paolo Lovergine , Alan Boudreault +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.5 +Homepage: http://www.gdal.org/ +Vcs-Browser: http://git.debian.org/?p=pkg-grass/libgeotiff-epsg.git +Vcs-Git: git://git.debian.org/git/pkg-grass/libgeotiff-epsg.git + + +Package: libgeotiff-epsg +Section: non-free/science +Architecture: all +Depends: libgeotiff2, ${misc:Depends} +Description: GeoTIFF library -- EPSG Geodetic Parameter Dataset + This C library supports TIFF 6.0 based interchange format for + georeferenced raster imagery. The GeoTIFF standard has been developed + for reading, and writing geographic meta-information tags on top of + TIFF raster. + . + This package contains EPSG Geodetic Paramenters data files which can be + used with standard projections. These data are useful to better dump + geo-contents of many GeoTIFF files. --- libgeotiff-epsg-1.4.0.orig/debian/copyright +++ libgeotiff-epsg-1.4.0/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Francesco Paolo Lovergine on +Wed, 19 Sep 2007 20:45:27 +0200. + +It was downloaded from http://remotesensing.org/geotiff/geotiff.html + +Upstream Author: Frank Warmerdam et al + +Copyright: Copyright (c) 1999, Frank Warmerdam + Copyright (c) 1995, Niles D. Ritter + +License: + +The EPSG Tables (from which the CSV files, and .inc files are derived) +carried this statement on use of the data (from the EPSG web site): + + Use of the Data + + The user assumes the entire risk as to the accuracy and the use of this + data. The data may be copied and distributed subject to the following + conditions: + + 1.All data pertinent to a specific coordinate system must be copied + without modification and all related pages must be included; + + 2.All components of this data set pertinent to any given coordinate + system must be distributed together (complete distribution of all + components of the data set is preferred, but the EPSG recognises + the need for a more limited distribution); + + 3.The data may not be distributed for profit by any third party; and + 4.The original source [EPSG] must be acknowledged. + + INFORMATION PROVIDED IN THIS DOCUMENT IS PROVIDED "AS + IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A + PARTICULAR PURPOSE. + +----------- + +The Debian packaging is (C) 2007, Francesco Paolo Lovergine and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- libgeotiff-epsg-1.4.0.orig/debian/dirs +++ libgeotiff-epsg-1.4.0/debian/dirs @@ -0,0 +1,2 @@ +usr/share +usr/share/epsg_csv --- libgeotiff-epsg-1.4.0.orig/debian/install +++ libgeotiff-epsg-1.4.0/debian/install @@ -0,0 +1 @@ +usr/share/epsg_csv/* --- libgeotiff-epsg-1.4.0.orig/debian/rules +++ libgeotiff-epsg-1.4.0/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: + +override_dh_auto_build: + +override_dh_auto_install: + install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/epsg_csv + install -o root -g root -m 600 csv/*.csv $(CURDIR)/debian/tmp/usr/share/epsg_csv/.