[Pkg-octave-commit] [octave-ltfat] 01/01: Initial commit

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun May 4 23:25:59 UTC 2014


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

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

commit 8e30c4f63852b28312db63fcfee6238c8d0baed9
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Mon May 5 01:24:31 2014 +0200

    Initial commit
---
 .gitignore           |   8 ++++
 debian/changelog     |   5 +++
 debian/compat        |   1 +
 debian/control       |  42 +++++++++++++++++++
 debian/copyright     | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  17 ++++++++
 debian/source/format |   1 +
 debian/watch         |   2 +
 8 files changed, 188 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9b1d60f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+/.pc/
+/debian/files
+/debian/octave-ltfat/
+/debian/octave-ltfat-common/
+/debian/*.debhelper.log
+/debian/*.substvars
+/global-list
+/local-list
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6168739
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+octave-ltfat (1.4.4-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #747039)
+
+ -- Rafael Laboissiere <rafael at laboissiere.net>  Sun, 04 May 2014 22:14:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2a23686
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: octave-ltfat
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Thomas Weber <tweber at debian.org>,
+           Sébastien Villemot <sebastien at debian.org>
+Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.4)
+Standards-Version: 3.9.5
+Homepage: http://octave.sourceforge.net/ltfat/
+Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-ltfat.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-ltfat.git
+
+Package: octave-ltfat
+Architecture: any
+Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends},
+ octave-ltfat-common (= ${source:Version})
+Description: Large Time/Frequency Analysis Toolbox
+ This package provides a Matlab/Octave toolbox for working with
+ time-frequency analysis, wavelets and signal processing. It is
+ intended both as an educational and a computational tool. The toolbox
+ provides a large number of linear transforms including Gabor and
+ wavelet transforms along with routines for constructing windows
+ (filter prototypes) and routines for manipulating coefficients.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
+
+Package: octave-ltfat-common
+Architecture: all
+Depends: ${misc:Depends}, ${octave:Depends}
+Description: Large Time/Frequency Analysis Toolbox (arch-indep files)
+ This package provides a Matlab/Octave toolbox for working with
+ time-frequency analysis, wavelets and signal processing. It is
+ intended both as an educational and a computational tool. The toolbox
+ provides a large number of linear transforms including Gabor and
+ wavelet transforms along with routines for constructing windows
+ (filter prototypes) and routines for manipulating coefficients.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
+ .
+ This package contains the architecture-independent files for the
+ octave-ltfat package.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..96cd86b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,112 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: LTFAT package for Octave
+Upstream-Contact: The Octave Community <octave-maintainers at octave.org>
+Source: http://octave.sourceforge.net/ltfat/
+
+Files: *
+Copyright: 2005-2014  Peter L. Soendergaard <soender at users.sourceforge.net>
+           1994-1996  Universidad de Vigo 
+License: GPL-3+
+
+Files: thirdparty/Playrec/*
+Copyright: 2006-2008, Robert Humphrey
+License: MIT
+
+Files: ./src/m4/*
+Copyright: 2008, 2009  Steven G. Johnson <stevenj at alum.mit.edu>
+License: GPL-3+
+
+Files: ./src/thirdparty/fftw3.h
+Copyright: 2003, 2006 Massachusetts Institute of Technology
+           2003, 2006 Matteo Frigo
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: ./src/thirdparty/portaudio.h
+Copyright: 1999-2002, Ross Bencina and Phil Burk
+License: MIT
+
+Files: ./src/thirdparty/f77-fcn.h
+Copyright: 1996-1997, John W. Eaton
+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 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 2, can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: 2014 Rafael Laboissiere <rafael at laboissiere.net>
+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: MIT
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e34619c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
+
+# The following rule is needed because an empty lib/ directory is
+# needed for building the package correctly.  Even though there is one
+# in the tarball, it is not created by gbp-import-orig, hence the
+# mkdir command below.
+pre-build::
+	mkdir -p lib
+
+# Install the architecture independent files
+octdir = debian/octave-ltfat-common/usr/share/
+install/octave-ltfat-common:: install/octave-ltfat
+	mkdir -p $(octdir)
+	mv debian/octave-ltfat/usr/share/octave $(octdir)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d2078f2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/ltfat-(.+)\.tar\.gz

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



More information about the Pkg-octave-commit mailing list