[Pkg-octave-commit] [octave-sparsersb] 01/02: Initial commit of Debian files

Rafael Laboissiere rafael at debian.org
Mon Mar 13 17:59:22 UTC 2017


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

rafael pushed a commit to branch master
in repository octave-sparsersb.

commit ac02b16008f8b8615d141b323afb7795632dc39d
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Mon Mar 13 14:46:53 2017 -0300

    Initial commit of Debian files
---
 .gitignore            | 11 +++++++++++
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 21 +++++++++++++++++++++
 debian/copyright      | 30 ++++++++++++++++++++++++++++++
 debian/files          |  2 ++
 debian/rules          |  4 ++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  2 ++
 10 files changed, 78 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4627081
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+/global-list
+/local-list
+/sparsersb_temporary_matrix_file.mtx
+/sparsersb_temporary_render.eps
+/src/Makeconf
+/src/config.log
+/src/config.status
+/src/sparsersb.o
+/debian/octave-sparsersb/
+/debian/octave-sparsersb.debhelper.log
+/debian/octave-sparsersb.substvars
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..30ca0c8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+octave-sparsersb (1.0.1-1) unstable; urgency=low
+
+  * Initial release (closes: #XXXXXX)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 20 Aug 2016 16:19:38 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..9a03714
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8a1eab1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: octave-sparsersb
+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 (>= 10), cdbs, octave-pkg-dev (>= 1.4.4),
+ librsb-dev
+Standards-Version: 3.9.8
+Homepage: http://octave.sourceforge.net/sparsersb/
+Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-sparsersb.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-octave/octave-sparsersb.git
+
+Package: octave-sparsersb
+Architecture: any
+Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
+Description: RSB sparse matrix anipulation for Octave
+ This package contains an interface to the librsb package implementing
+ the RSB sparse matrix format for fast shared-memory sparse matrix
+ computations in Octave, a scientific computation software.
+ .
+ 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..6b0d70e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Interface to the librsb package implementing the RSB sparse matrix format
+Upstream-Contact: Michele Martone <michelemartone at users.sourceforge.net>
+Source: http://librsb.sourceforge.net/
+
+Files: *
+Copyright: 2011-2016, Michele Martone <michelemartone at users.sourceforge.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/files b/debian/files
new file mode 100644
index 0000000..293efb7
--- /dev/null
+++ b/debian/files
@@ -0,0 +1,2 @@
+octave-sparsersb_1.0.1-1_amd64.buildinfo math optional
+octave-sparsersb_1.0.1-1_amd64.deb math optional
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/source/options b/debian/source/options
new file mode 100644
index 0000000..f6f2f54
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore=.*\.oct|sparsersb_temporary_matrix_file\.mtx|.*\.eps|src/Makeconf|src/config.log|src/config.status
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..57bffd4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/sparsersb-(.+)\.tar\.gz

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



More information about the Pkg-octave-commit mailing list