--- avce00-2.0.0.orig/debian/dirs +++ avce00-2.0.0/debian/dirs @@ -0,0 +1 @@ +usr/bin --- avce00-2.0.0.orig/debian/docs +++ avce00-2.0.0/debian/docs @@ -0,0 +1,4 @@ +avce00.html +HISTORY.TXT +README.TXT +TODO.TXT --- avce00-2.0.0.orig/debian/control +++ avce00-2.0.0/debian/control @@ -0,0 +1,19 @@ +Source: avce00 +Section: science +Priority: extra +Maintainer: Debian GIS Project +Uploaders: Jean-Denis Giguere , Francesco Paolo Lovergine +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.7.3 +Homepage: http://avce00.maptools.org/avce00/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/avce00/trunk +Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/avce00/trunk + + +Package: avce00 +Architecture: any +Depends: ${shlibs:Depends} +Suggests: e00compr +Description: Tools for conversion of ESRI Arcinfo (binary) Vector Coverage in E00 format. + AVCE00 is a C library and group of tools that makes Arcinfo (binary) Vector Coverages + appear as E00. It allows you to read and write binary coverages just as if they were E00 files. --- avce00-2.0.0.orig/debian/rules +++ avce00-2.0.0/debian/rules @@ -0,0 +1,83 @@ +#!/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 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/avce00, nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_install --sourcedir=$(CURDIR) + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + 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 --- avce00-2.0.0.orig/debian/watch +++ avce00-2.0.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://avce00.maptools.org/avce00/ .*avce00-([\d.]*)\.tar\.gz debian uupdate --- avce00-2.0.0.orig/debian/avce00.install +++ avce00-2.0.0/debian/avce00.install @@ -0,0 +1,5 @@ +avcdelete /usr/bin +avcexport /usr/bin +avcimport /usr/bin +avctest /usr/bin + --- avce00-2.0.0.orig/debian/changelog +++ avce00-2.0.0/debian/changelog @@ -0,0 +1,46 @@ +avce00 (2.0.0-2) unstable; urgency=low + + * Added Home page field in debian/control. + * Added Vcs-* fields in debian/control. + * Policy bumped to 3.7.3 + * Added e00compr Suggests in debian/control. + (closes: #339284) + + -- Francesco Paolo Lovergine Tue, 03 Jun 2008 12:44:01 +0200 + +avce00 (2.0.0-1) unstable; urgency=low + + * New upstream release. + * Policy bumped to 3.7.2 without changes. + * Debhelper level moved to 5. + + -- Francesco Paolo Lovergine Wed, 04 Jul 2007 13:21:28 +0200 + +avce00 (1.3.0-2) unstable; urgency=low + + * Patched to manage endianess automagically. + (closes: #338552) + * Reverting to non-native package. + + -- Francesco Paolo Lovergine Mon, 14 Nov 2005 16:08:44 +0100 + +avce00 (1.3.0-1) unstable; urgency=low + + * First upload into sid. + * Little changes done: + - This is MIT-like licensend not BSD + - docs included README.TXT twice and missed TODO.TXT + - Policy bumped to 3.6.2 + - Maintainer and uploaders set + - Removed commented out deprecated dh_ commands + - Using dh_install to move files in the package dir + - Description revised in control file + + -- Francesco Paolo Lovergine Thu, 29 Sep 2005 12:51:26 +0200 + +avce00 (1.3.0-0.dgis.unstable.1) unstable; urgency=low + + * Initial Release. + + -- Jean-Denis Giguere Mon, 06 Jun 2005 09:43:16 -0400 + --- avce00-2.0.0.orig/debian/compat +++ avce00-2.0.0/debian/compat @@ -0,0 +1 @@ +5 --- avce00-2.0.0.orig/debian/README.Debian +++ avce00-2.0.0/debian/README.Debian @@ -0,0 +1,8 @@ +avce00 for Debian +----------------- + +avce00 contains a library that may use for development of GIS translation +tools. This library is not include on a debian package. This could be change +on demand. + + -- Jean-Denis Giguere , Wed, 23 Feb 2005 09:43:16 -0500 --- avce00-2.0.0.orig/debian/copyright +++ avce00-2.0.0/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Jean-Denis Giguere on +Wed, 06 Jun 2005 09:43:16 -0400. + +It was downloaded from http://avce00.maptools.org/avce00/avce00-1.3.0.tar.gz + +Copyright: MIT license + +Upstream Author: Daniel Morissette, morissette@dmsolutions.ca + +License: + + Copyright (c) 1999, 2000, Daniel Morissette + + 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 AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +