[Pkg-octave-commit] [octave-fits] 02/02: Add initial version of debian/* files

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Sep 2 15:28:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-fits.

commit de813e622759905bfe997f2503ddc870b54fba87
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Sep 2 12:18:07 2016 -0300

    Add initial version of debian/* files
    
    Gbp-Dch: Ignore
---
 .gitignore                                         | 10 ++++++++
 debian/changelog                                   |  5 ++++
 debian/compat                                      |  1 +
 debian/control                                     | 19 ++++++++++++++
 debian/copyright                                   | 30 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 .../typos-in-docstring-read-fits-image.patch       | 16 ++++++++++++
 debian/rules                                       |  4 +++
 debian/source/format                               |  1 +
 debian/watch                                       |  2 ++
 10 files changed, 89 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4550c8f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+/.pc/
+/debian/.debhelper/
+/debian/files
+/debian/octave-fits.debhelper.log
+/debian/octave-fits.substvars
+/debian/octave-fits/
+/*-list
+/inst/
+/src/*.o
+/src/*.oct
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..899c4ce
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+octave-fits (1.0.7-1) unstable; urgency=low
+
+  * Initial release (closes: #XXXXXX)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 20 Aug 2016 16:19:16 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..aecc174
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: octave-fits
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Rafael Laboissiere <rafael at debian.org>
+Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.4.2),
+ libcfitsio-dev
+Standards-Version: 3.9.8
+Homepage: http://octave.sourceforge.net/fits/
+Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-fits.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-octave/octave-fits.git
+
+Package: octave-fits
+Architecture: any
+Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
+Description: manipulation of FITS files in Octave
+ ${octave:Upstream-Description}
+ .
+ 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..3e92ec5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Reading and writing FITS (Flexible Image Transport System) files
+Upstream-Contact: Dirk Schmidt <fs at dirk-schmidt.net>
+Source: http://octave.sourceforge.net/fits/
+
+Files: *
+Copyright: 2009-2015, Dirk Schmidt <fs at dirk-schmidt.net>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Rafael Laboissiere <rafael at 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/patches/series b/debian/patches/series
new file mode 100644
index 0000000..709335a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+typos-in-docstring-read-fits-image.patch
diff --git a/debian/patches/typos-in-docstring-read-fits-image.patch b/debian/patches/typos-in-docstring-read-fits-image.patch
new file mode 100644
index 0000000..aa7b2dc
--- /dev/null
+++ b/debian/patches/typos-in-docstring-read-fits-image.patch
@@ -0,0 +1,16 @@
+Description: Fix typos in the docstring of function read_fits_image
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: https://savannah.gnu.org/bugs/index.php?48977
+Last-Update: 2016-09-02
+
+--- octave-fits-1.0.7.orig/src/read_fits_image.cc
++++ octave-fits-1.0.7/src/read_fits_image.cc
+@@ -39,7 +39,7 @@ Examples:\n\
+ \n\
+ 1. If the file contains a single image, read_fits_image( \"filename\" ) will store the data into a 2d double matrix.\n\
+ \n\
+-2. If the file contains a data cube (continous data, no exentions!), read_fits_image( \"filename\" ) will store the whole data cube into a 3d array.\n\
++2. If the file contains a data cube (continuous data, no extensions!), read_fits_image( \"filename\" ) will store the whole data cube into a 3d array.\n\
+ \n\
+ 3. If the file contains a data cube, then read_fits_image( \"filename[*,*,2:5]\" ) will read the 2nd, 3rd, 4th, and 5th image, and store them into a 3d array.\n\
+ \n\
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..71fb86c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
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/watch b/debian/watch
new file mode 100644
index 0000000..c996ff7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/fits-(.+)\.tar\.gz

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-fits.git



More information about the Pkg-octave-commit mailing list