summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore20
-rw-r--r--debian/changelog103
-rw-r--r--debian/control25
-rw-r--r--debian/copyright41
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
-rw-r--r--debian/watch2
8 files changed, 198 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a070a9b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+.pc/
+debian/files
+debian/octave-mapping/*
+debian/octave-mapping.debhelper.log
+debian/octave-mapping.substvars
+global-list
+local-list
+/debian/.debhelper/
+/inst/deg2rad.m
+/inst/rad2deg.m
+/inst/*-api-v*/
+/src/Makefile
+/src/config.h
+/src/config.log
+/src/config.status
+/src/deg2rad.m
+/src/*.o
+/src/gdalread.oct
+/src/rad2deg.m
+/debian/debhelper-build-stamp
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9e09104
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,103 @@
+octave-mapping (1.2.1-5) unstable; urgency=medium
+
+ * d/control:
+ + Bump Standards-Version to 4.4.1 (no changes needed)
+ + Bump dependency on dh-octave to >= 0.7.1
+ This allows the injection of the virtual package octave-abi-N
+ into the package's list of dependencies.
+
+ -- Rafael Laboissiere <rafael@debian.org> Sat, 02 Nov 2019 15:08:23 -0300
+
+octave-mapping (1.2.1-4) unstable; urgency=medium
+
+ [ Mike Miller ]
+ * d/control, d/copyright: Use secure URL for upstream source.
+
+ [ Rafael Laboissiere ]
+ * d/control:
+ + Add Rules-Requires-Root: no
+ + Bump Standards-Version to 4.3.0
+ + Bump to debhelper compat level 12
+ * Build-depend on debhelper-compat instead of using d/compat
+
+ -- Rafael Laboissiere <rafael@debian.org> Wed, 02 Jan 2019 22:56:32 -0200
+
+octave-mapping (1.2.1-3) unstable; urgency=medium
+
+ * Use dh-octave for building the package
+ * d/control:
+ + Use Debian's GitLab URLs in Vcs-* headers
+ + Change Maintainer to team+pkg-octave-team@tracker.debian.org
+
+ -- Rafael Laboissiere <rafael@debian.org> Sat, 10 Feb 2018 07:33:15 -0200
+
+octave-mapping (1.2.1-2) unstable; urgency=medium
+
+ [ Sébastien Villemot ]
+ * d/copyright: use secure URL for format.
+ * d/watch: bump to format version 4.
+
+ [ Rafael Laboissiere ]
+ * Use the dh-based version of octave-pkg-dev
+ * Set debhelper compatibility level to >= 11
+ * d/control:
+ + Bump Standards-Version to 4.1.3 (no changes needed)
+ + Use cgit instead of gitweb in Vcs-Browser URL
+ + Add Testsuite field
+
+ -- Rafael Laboissiere <rafael@debian.org> Fri, 29 Dec 2017 22:13:50 -0200
+
+octave-mapping (1.2.1-1) unstable; urgency=medium
+
+ * Imported Upstream version 1.2.1
+ * d/copyright:
+ + Use octave-maintainers mailing list as upstream contact
+ + Comply with DEP-5
+ + Reflect upstream changes
+ * d/control:
+ + Remove obsolete DM-Upload-Allowed flag
+ + Keep only myself in the Uploaders list
+ + Bump Standards-Version to 3.9.8
+ + Use secure URIs in the Vcs-* fields
+ + Reflect upstream changes in package description
+ + Add libgdal-dev to Build-Depends
+ The package is now arch:any and ${shlibs:Depends} is added to Depends.
+ * d/p/autoload-yes.diff: Drop obsolete patch
+ * d/s/options: Set the extend-diff-ignore option
+
+ -- Rafael Laboissiere <rafael@debian.org> Sat, 20 Aug 2016 10:20:54 -0300
+
+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 <tweber@debian.org> 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 <ojsbug@gmail.com> from Uploaders
+ * Bump standards version to 3.9.1, no changes needed.
+ * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Thomas Weber <tweber@debian.org> 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 <thomas.weber.mail@gmail.com> Mon, 07 Dec 2009 22:05:27 +0100
+
+octave-mapping (1.0.7-1) unstable; urgency=low
+
+ * Initial release. (Closes: #468542)
+
+ -- Rafael Laboissiere <rafael@debian.org> Sun, 24 May 2009 15:10:06 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2a8d1b1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: octave-mapping
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
+Uploaders: Rafael Laboissière <rafael@debian.org>
+Build-Depends: debhelper-compat (= 12),
+ dh-octave (>= 0.7.1),
+ libgdal-dev
+Standards-Version: 4.5.0
+Homepage: https://octave.sourceforge.io/mapping/
+Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-mapping.git
+Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-mapping
+Testsuite: autopkgtest-pkg-octave
+Rules-Requires-Root: no
+
+Package: octave-mapping
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
+Description: geographical mapping functions for Octave
+ This package contains simple mapping and GIS .shp and raster file
+ functions 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3231bc4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Mapping package for Octave
+Upstream-Contact: The Octave Community <octave-maintainers@octave.org>
+Source: https://octave.sourceforge.io/mapping/
+
+Files: *
+Copyright: 2004 Andrew Collier <abcollier@users.sourceforge.net>
+ 2006, 2008 Junio C Hamano
+ 2006, 2008, 2011 Alexander Barth <abarth93@users.sourceforge.net>
+ 2013, 2014 Carnë Draug <carandraug@octave.org>
+ 2014, 2015 Philip Nienhuis <prnienhuis@users.sf.net>
+ 2014 Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
+ 2014 Pooja Rao <poojarao12@gmail.com>
+ 2015 Markus Bergholz <markuman@gmail.com>
+ 2015 Oscar Monerris Belda
+ 2015 Shashank Khare <skhare@hotmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2008 Olafur Jens Sigurdsson <ojsbug@gmail.com>
+ 2012 Thomas Weber <tweber@debian.org>
+ 2016-2019 Rafael Laboissière <rafael@debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ 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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..121f3c8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ dh $@ --buildsystem=octave --with=octave
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..e3eb417
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore=inst/deg2rad.m|inst/rad2deg.m|src/deg2rad.m|src/rad2deg.m|src/Makefile|src/config.h|src/config.log|src/config.status
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c863b91
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+http://sf.net/octave/mapping-(.+)\.tar\.gz