debian/0000755000000000000000000000000011736657604007205 5ustar debian/source/0000755000000000000000000000000011736657604010505 5ustar debian/source/format0000644000000000000000000000001411736657604011713 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011736657604010634 5ustar debian/patches/series0000644000000000000000000000002211736657604012043 0ustar autoload-yes.diff debian/patches/autoload-yes.diff0000644000000000000000000000042511736657604014075 0ustar Autoload the package when starting Octave. -- Rafael Laboissiere Fri, 22 May 2009 21:08:51 +0200 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,3 +9,4 @@ Depends: octave (>= 2.9.7) License: GPL version 2 or later Url: http://octave.sf.net +Autoload: yes debian/rules0000755000000000000000000000012511736657604010263 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/changelog0000644000000000000000000000233711736657604011064 0ustar octave-mapping (1.0.7-4) unstable; urgency=low * Imported Upstream version 1.0.7 * Bump to debhelper compat level 9 * Add Sébastien Villemot to the list of Uploaders * Bump to Standards-Version 3.9.3, no changes needed * Build-depend on octave-pkg-dev >= 1.0.1, to build against Octave 3.6 * debian/copyright: update to machine-readable format 1.0 -- Thomas Weber Tue, 03 Apr 2012 22:33:57 +0200 octave-mapping (1.0.7-3) unstable; urgency=low * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571911) - Remove Ólafur Jens Sigurðsson from Uploaders * Bump standards version to 3.9.1, no changes needed. * Switch to dpkg-source 3.0 (quilt) format -- Thomas Weber Mon, 18 Apr 2011 21:02:43 +0200 octave-mapping (1.0.7-2) unstable; urgency=low [ Rafael Laboissiere ] * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the package is built against octave3.2 -- Thomas Weber Mon, 07 Dec 2009 22:05:27 +0100 octave-mapping (1.0.7-1) unstable; urgency=low * Initial release. (Closes: #468542) -- Rafael Laboissiere Sun, 24 May 2009 15:10:06 +0200 debian/compat0000644000000000000000000000000211736657604010403 0ustar 9 debian/copyright0000644000000000000000000000173011736657604011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mapping package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/mapping/index.html Files: inst/azimuth.m inst/deg2rad.m inst/distance.m inst/rad2deg.m Copyright: © 2004 Andrew Collier License: GPL-2+ Files: inst/km2deg.m inst/reckon.m Copyright: © 2008 Alexander Barth License: GPL-2+ Files: debian/* Copyright: © 2008 Olafur Jens Sigurdsson Copyright: © 2012 Thomas Weber License: GPL-3+ License: GPL-2+ On Debian systems, the complete text of the GNU General Public License, version 2, can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-3+ On Debian systems, the complete text of the GNU General Public License, version 3, can be found in the file `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000006511736657604010237 0ustar version=3 http://sf.net/octave/mapping-(.+)\.tar\.gz debian/control0000644000000000000000000000170411736657604010612 0ustar Source: octave-mapping Section: math Priority: optional Maintainer: Debian Octave Group Uploaders: Thomas Weber , Sébastien Villemot DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1) Standards-Version: 3.9.3 Homepage: http://octave.sourceforge.net/mapping Vcs-Git: git://git.debian.org/git/pkg-octave/octave-mapping.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-mapping.git Package: octave-mapping Architecture: all Depends: ${misc:Depends},${octave:Depends} Description: geographical mapping functions for Octave This package is simple mapping toolbox for Octave, a numerical computation software. It includes functions for computing angular distances and displacements between points on a sphere, as well as the great circle azimuth. . This Octave add-on package is part of the Octave-Forge project.