[Pkg-octave-commit] [SCM] Debian packaging for octave-parallel branch, master, updated. 58e2a762dd8f93562ee39fcc41308cc4b1911913

Rafael Laboissiere rafael at laboissiere.net
Sat Mar 24 18:02:51 UTC 2012


The following commit has been merged in the master branch:
commit 4762c3f8d89616ce5c395a9e7211850198a44f1a
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Mar 24 15:14:32 2012 +0100

    debian/copyright: update to machine-readable format 1.0

diff --git a/debian/copyright b/debian/copyright
index e7550b7..e4f7845 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,23 +1,73 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=48
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Parallel package for Octave
-Upstream-Maintainer: Hayato Fujiwara
-Upstream-Source: http://octave.sourceforge.net/parallel/index.html
+Upstream-Contact: The Octave Community <octave-dev at lists.sf.net>
+Source: http://octave.sourceforge.net/parallel/
 
-Files: inst/*.m, src/*.cc
-Copyright: © 2002 Hayato Fujiwara
+Files: inst/__bw_computing_machine__.m inst/__bw_load_variable__.m
+ inst/__bw_scheduler__.m inst/__bw_secure_save__.m inst/__pserver_exit__.m
+ inst/bw_clear.m inst/bw_list.m inst/bw_retrieve.m inst/bw_start.m
+ inst/select_sockets.m src/__bw_is_locked__.cc src/__bw_lock_file__.cc
+ src/__bw_prcv__.cc src/__bw_psend__.cc src/__bw_unlock_file__.cc
+ src/__internal_exit__.cc src/select.cc
+Copyright: 2007-2010 Olaf Till <olaf.till at uni-jena.de>
+License: GPL-3+
+
+Files: inst/getid.m inst/scloseall.m inst/server.m
+Copyright: 2002 Hayato Fujiwara
 License: GPL-2+
 
-Files: debian/*
-Copyright: © 2008 Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+Files: src/connect.cc src/pserver.cc src/reval.cc src/sclose.cc
+Copyright: 2002 Hayato Fujiwara
+  2010-2011 Olaf Till <olaf.till at uni-jena.de>
+License: GPL-2+
+
+Files: src/recv.cc src/send.cc
+Copyright: 2002 Hayato Fujiwara
+  2010-2011 Olaf Till <olaf.till at uni-jena.de>
 License: GPL-3+
 
-License: GPL2+
- 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'.
+Files: src/sock-stream.cc src/sock-stream.h
+Copyright: 2010-2011, Olaf Till
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2008 Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+           2008, 2009, 2012 Rafael Laboissiere <rafael at laboissiere.net>
+           2008-2011 Thomas Weber <tweber 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'.
 
+License: GPL-2+
+ 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 2,
+ 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 2, can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

-- 
Debian packaging for octave-parallel



More information about the Pkg-octave-commit mailing list