debian/0000755000000000000000000000000011531532014007161 5ustar debian/dirs0000644000000000000000000000001011531532014010034 0ustar usr/bin debian/docs0000644000000000000000000000003311531532014010030 0ustar e00compr.html e00compr.txt debian/control0000644000000000000000000000246011531532014010566 0ustar Source: e00compr Section: science Priority: optional Maintainer: Debian GIS Project Uploaders: Francesco Paolo Lovergine , Alan Boudreault Build-Depends: debhelper (>= 8) Standards-Version: 3.9.1 Homepage: http://avce00.maptools.org/e00compr/ Vcs-Browser: http://git.debian.org/?p=pkg-grass/e00compr.git Vcs-Git: git://git.debian.org/git/pkg-grass/e00compr.git Package: e00compr Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: avce00 Enhances: grass Description: A program to read/write Arcinfo compressed E00 files E00compr is an ANSI C library that reads and writes Arcinfo compressed E00 files. Both "PARTIAL" and "FULL" compression levels are supported. E00 files are the vector import/export format for Arcinfo. It is plain ASCII and is meant as an interchange format. ESRI considers the format to be proprietary, so this package may not read all E00 files as ESRI may change the format. . This package is useful for importing E00 files into the grass GIS system. . It contains the e00conv command-line program, which takes a E00 file as input (compressed or not) and copies it to a new file with the requested compression level (NONE, PARTIAL or FULL). The library is not included at this stage. debian/rules0000755000000000000000000000144411531532014010244 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS = -Wall -W -pedantic -g -D_REENTRANT ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif build: dh_testdir $(MAKE) CFLAGS="$(CFLAGS)" clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) clean dh_clean install: dh_testdir dh_testroot dh_prep dh_installdirs dh_install binary-arch: install dh_testdir dh_testroot dh_installchangelogs HISTORY.TXT dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # do nothing binary-indep: binary: binary-arch binary-indep .PHONY: build clean binary-arch binary install binary-indep debian/watch0000644000000000000000000000013311531532014010207 0ustar version=3 http://avce00.maptools.org/e00compr/ .*e00compr-([\d.]*)\.tar\.gz debian uupdate debian/changelog0000644000000000000000000000600211531532014011031 0ustar e00compr (1.0.1-2) unstable; urgency=low * Removed Paul Wise among uploaders after his request. * Policy bumped to 3.9.1, no changes due. * Moved from svn to git repository and changed Vcs-* fields. * Now using source format 3.0 and quilt. * Debhelper level set to 8. -- Francesco Paolo Lovergine Thu, 24 Feb 2011 20:37:50 +0100 e00compr (1.0.1-1) unstable; urgency=low [ Alan Boudreault ] * New upstream release. [ Paul Wise ] * Drop manual page and use the new upstream one -- Paul Wise Thu, 19 Feb 2009 14:22:40 +0900 e00compr (1.0.0-8) unstable; urgency=low [ Francesco Paolo Lovergine ] * Policy bumped to 3.8.0. * Debhelper moved to version 7, now using dh_prep. [ Paul Wise ] * add misc:Depends to the dependencies -- Paul Wise Thu, 19 Feb 2009 14:22:40 +0900 e00compr (1.0.0-7) unstable; urgency=low [ Francesco Paolo Lovergine ] * Added Homepage and Vcs-* fields in debian/control * Policy bumped to 3.7.3 (no changes) [ Paul Wise ] * Don't ignore errors in make clean * Update the doc-base section -- Paul Wise Sat, 26 Apr 2008 08:56:58 +0800 e00compr (1.0.0-6) unstable; urgency=low * Sigh, missed debian/examples file added to svn repository. Now forcing rebuild to include sample code. This is the last upload for today, I guess. -- Francesco Paolo Lovergine Wed, 25 Oct 2006 20:32:25 +0200 e00compr (1.0.0-5) unstable; urgency=high * Now install sample code for true. -- Francesco Paolo Lovergine Wed, 25 Oct 2006 16:50:02 +0200 e00compr (1.0.0-4) unstable; urgency=high Merged missed changes from svn by Paul Wise: * Make the Homepage conform to the developers reference * Fix the watch file so it works -- Francesco Paolo Lovergine Wed, 25 Oct 2006 16:33:52 +0200 e00compr (1.0.0-3) unstable; urgency=high * Tsk, missing dependency for binary-arch target causes autobuild failure. (closes: #395001) * Policy bumped to 3.7.2 (no changes) * Pabs e-mail updated. * debconf compat changed to 5 * Added binary-indep target to have lintian happy -- Francesco Paolo Lovergine Wed, 25 Oct 2006 16:11:30 +0200 e00compr (1.0.0-2) unstable; urgency=low * Apply endianness fix from Francesco Paolo Lovergine (Closes: #339020) * debian/control: Add avce00 to Suggests (Closes: #338551, #339285) * debian/control: Add information about E00 files (Closes: #333757) * debian/control: Add grass to Enhances -- Paul Wise Tue, 15 Nov 2005 15:43:39 +0800 e00compr (1.0.0-1) unstable; urgency=low * Initial release (Closes: #329925) - Doesn't include a library because only the converter program is needed by grass and also upstream does not support building a shared version of the library, which are preferred for security reasons. * Upload sponsored by Petter Reinholdtsen. -- Paul Wise Sat, 24 Sep 2005 22:33:45 +0800 debian/manpages0000644000000000000000000000001211531532014010670 0ustar e00conv.1 debian/compat0000644000000000000000000000000211531532014010357 0ustar 8 debian/source/0000755000000000000000000000000011531532014010461 5ustar debian/source/format0000644000000000000000000000001411531532014011667 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000257411531532014011124 0ustar This package was debianized by Paul Wise on Wed, 21 Sep 2005 17:27:22 +0800. It was downloaded from http://avce00.maptools.org/e00compr/ Copyright: Copyright (c) 1998-2005, Daniel Morissette Copyright (c) 1998-1999, Frank Warmerdam License: The AVCE00 library and the supporting CPL code are freely available under the following Open Source license terms: 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. debian/examples0000644000000000000000000000005611531532014010723 0ustar ex_read.c ex_readcb.c ex_write.c ex_writecb.c debian/doc-base0000644000000000000000000000051511531532014010562 0ustar Document: e00compr Title: e00compr Documentation Author: Daniel Morissette Abstract: E00compr library and conversion program documentation. Section: Science/Geoscience Format: text Files: /usr/share/doc/e00compr/e00compr.txt.gz Format: HTML Index: /usr/share/doc/e00compr/e00compr.html Files: /usr/share/doc/e00compr/e00compr.html debian/install0000644000000000000000000000002011531532014010542 0ustar e00conv usr/bin