[Pkg-octave-commit] [octave-zeromq] 02/02: Add initial Debian files

Rafael Laboissiere rafael at debian.org
Tue Nov 1 12:08:56 UTC 2016


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

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

commit b028c063cedcd6b4173f033163804ad117aa72bb
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Nov 1 09:55:47 2016 -0200

    Add initial Debian files
    
    Gbp-Dch: Ignore
---
 .gitignore                                   | 13 ++++++
 debian/changelog                             |  5 +++
 debian/compat                                |  1 +
 debian/control                               | 24 +++++++++++
 debian/copyright                             | 31 ++++++++++++++
 debian/patches/receive-spelling-errors.patch | 63 ++++++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 debian/rules                                 |  4 ++
 debian/source/format                         |  1 +
 debian/source/options                        |  1 +
 debian/watch                                 |  2 +
 11 files changed, 146 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..935878a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+/debian/.debhelper/
+/debian/files
+/debian/octave-zeromq.substvars
+/debian/octave-zeromq/
+/global-list
+/local-list
+/inst/*-api-v*/
+/src/Makefile
+/src/*.o
+/src/config.h
+/src/config.log
+/src/config.status
+/src/zeromq.oct
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8d8617a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+octave-zeromq (1.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #XXXXXX)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 01 Nov 2016 05:10:24 -0200
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..d9ee760
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: octave-zeromq
+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),
+ libzmq5-dev
+Standards-Version: 3.9.8
+Homepage: http://octave.sourceforge.net/zeromq/
+Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-zeromq.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-octave/octave-zeromq.git
+
+Package: octave-zeromq
+Architecture: any
+Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
+Description: ZeroMQ Toolbox for Octave
+ ZeroMQ is a library which extends the standard socket interfaces,
+ providing an abstraction of asynchronous message queues, multiple
+ messaging patterns, message filtering (subscriptions), seamless
+ access to multiple transport protocols and more.  This package
+ contian the binding to the ZEroMQ library for use 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..1aa3dd4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ZeroMQ Toolbox
+Upstream-Contact: John Donoghue <john.donoghue at ieee.org>
+Source: http://octave.sourceforge.net/zeromq/
+Disclaimer: Autogenerated by CDBS
+
+Files: *
+Copyright: 2014, 2016 John Donoghue
+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/receive-spelling-errors.patch b/debian/patches/receive-spelling-errors.patch
new file mode 100644
index 0000000..18ff8fd
--- /dev/null
+++ b/debian/patches/receive-spelling-errors.patch
@@ -0,0 +1,63 @@
+Description: Fix spelling errors "recieve(d)" -> "received(d)"
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: https://savannah.gnu.org/bugs/index.php?49502
+Last-Update: 2016-11-01
+
+--- octave-zeromq-1.2.1.orig/INDEX
++++ octave-zeromq-1.2.1/INDEX
+@@ -36,7 +36,7 @@ ZeroMQ get/setsockopt constants
+ ZeroMQ ZMQ_EVENTS flags
+   ZMQ_POLLIN
+   ZMQ_POLLOUT
+-ZeroMQ recieve send options
++ZeroMQ receive send options
+   ZMQ_DONTWAIT
+   ZMQ_SNDMORE
+ 
+--- octave-zeromq-1.2.1.orig/inst/examples/zmq_example4.m
++++ octave-zeromq-1.2.1/inst/examples/zmq_example4.m
+@@ -38,7 +38,7 @@ for update_nbr = 1:100
+ 
+   [zipcode, temperature, relhumidity, count, errmsg] = sscanf (string, "%d %d %d", "C");
+   
+-  fprintf ("recieved a temp for zipcode '%s' of %dF\n", ...
++  fprintf ("received a temp for zipcode '%s' of %dF\n", ...
+      zipfilter, temperature);
+ 
+   total_temp += temperature;
+--- octave-zeromq-1.2.1.orig/src/poll.cc
++++ octave-zeromq-1.2.1/src/poll.cc
+@@ -41,7 +41,7 @@ DEFUN_DLD (zmq_poll, args, nargout,
+ @deftypefn {Loadable Function} @var{havedata} =  zmq_poll (@var{sock}, @var{timeout})\n \
+ @deftypefnx {Loadable Function} @var{indexlist} =  zmq_poll (@var{socklist}, @var{timeout})\n \
+ \n\
+-Wait up to timeout time for recieved data on socket.\n \
++Wait up to timeout time for received data on socket.\n \
+ \n \
+ @var{sock} - the socket to wait on.\n \
+ \n \
+--- octave-zeromq-1.2.1.orig/src/recv.cc
++++ octave-zeromq-1.2.1/src/recv.cc
+@@ -31,9 +31,9 @@ DEFUN_DLD (zmq_recv, args, nargout,
+         "-*- texinfo -*-\n \
+ @deftypefn {Loadable Function} data =  zmq_recv (@var{sock}, @var{len}[, @var{flags}])\n \
+ \n\
+-Attempt to recieve up to @var{len} bytes of data from  zeromq socket.\n \
++Attempt to receive up to @var{len} bytes of data from  zeromq socket.\n \
+ \n \
+- at var{sock} - the socket to recieve from.\n \
++ at var{sock} - the socket to receive from.\n \
+ \n \
+ @var{len} - number of bytes to read.\n \
+ \n \
+--- octave-zeromq-1.2.1.orig/src/send.cc
++++ octave-zeromq-1.2.1/src/send.cc
+@@ -33,7 +33,7 @@ DEFUN_DLD (zmq_send, args, nargout,
+ \n\
+ Attempt to send to @var{data} bytes of data to zeromq socket.\n \
+ \n \
+- at var{sock} - the socket to recieve from.\n \
++ at var{sock} - the socket to receive from.\n \
+ \n \
+ @var{data} - data to send - either string or uint8 type.\n \
+ \n \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1a72fda
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+receive-spelling-errors.patch
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..5106106
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore=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..0980d20
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/zeromq-(.+)\.tar\.gz

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



More information about the Pkg-octave-commit mailing list