[Pkg-octave-commit] r1893 - octave-forge-pkgs/octave-data-smoothing/trunk/debian
Ólafur Jens Sigurðsson
ojs-guest at alioth.debian.org
Wed May 14 12:20:25 UTC 2008
tags 480765 pending
thanks
Author: ojs-guest
Date: 2008-05-14 12:20:24 +0000 (Wed, 14 May 2008)
New Revision: 1893
Added:
octave-forge-pkgs/octave-data-smoothing/trunk/debian/changelog
octave-forge-pkgs/octave-data-smoothing/trunk/debian/compat
octave-forge-pkgs/octave-data-smoothing/trunk/debian/control
octave-forge-pkgs/octave-data-smoothing/trunk/debian/copyright
octave-forge-pkgs/octave-data-smoothing/trunk/debian/rules
octave-forge-pkgs/octave-data-smoothing/trunk/debian/watch
Log:
files for data-smoothing
Added: octave-forge-pkgs/octave-data-smoothing/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-data-smoothing/trunk/debian/changelog (rev 0)
+++ octave-forge-pkgs/octave-data-smoothing/trunk/debian/changelog 2008-05-14 12:20:24 UTC (rev 1893)
@@ -0,0 +1,5 @@
+octave-data-smoothing (1.0.0) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #480765)
+
+ -- Olafur Jens Sigurdsson <ojs at heima.gjk.dk> Wed, 14 May 2008 13:37:08 +0200
Added: octave-forge-pkgs/octave-data-smoothing/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-data-smoothing/trunk/debian/compat (rev 0)
+++ octave-forge-pkgs/octave-data-smoothing/trunk/debian/compat 2008-05-14 12:20:24 UTC (rev 1893)
@@ -0,0 +1 @@
+6
Added: octave-forge-pkgs/octave-data-smoothing/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-data-smoothing/trunk/debian/control (rev 0)
+++ octave-forge-pkgs/octave-data-smoothing/trunk/debian/control 2008-05-14 12:20:24 UTC (rev 1893)
@@ -0,0 +1,25 @@
+Source: octave-data-smoothing
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group
+<pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
+ Thomas Weber <thomas.weber.mail at gmail.com>,
+ Rafael Laboissiere <rafael at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5)
+Standards-Version: 3.7.3
+Homepage: http://octave.sourceforge.net/data-smoothing
+Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-data-smoothing/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-data-smoothing/
+
+Package: octave-data-smoothing
+Architecture: any
+Depends: ${shlibs:Depends}, ${octave:Depends}
+Description: functions to do data smoothing on noisy data
+ This package provides functions to do noisy data smoothing in Octave,
+ a numerical computation software. It contains functions to calculate
+ the divided difference of order d of a vector x (ddmat) and several
+ functions to do Tikhonov data manipulation.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
\ No newline at end of file
Added: octave-forge-pkgs/octave-data-smoothing/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-data-smoothing/trunk/debian/copyright (rev 0)
+++ octave-forge-pkgs/octave-data-smoothing/trunk/debian/copyright 2008-05-14 12:20:24 UTC (rev 1893)
@@ -0,0 +1,23 @@
+Original source may be found at http://octave.sf.net.
+
+Files: debian/*
+Copyright: © 2008 Olafur Jens Sigurdsson <ojsbug at gmail.com>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.
+
+Files: inst/ddmat.m
+Copyright: Copyright (C) 2003 Paul Eilers
+License: GPL-2+
+
+Files: inst/tkrgdatasmdd.m
+ inst/tkrgdatasmddwrap.m
+ inst/tkrgdatasmooth.m
+ inst/tkrgdatasmscatwrap.m
+ inst/tkrgscatdatasmooth.m
+Copyright: Copyright (C) 2008 Jonathan Stickel
+License: GPL-2+
+
+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. The
+complete text of the GNU General Public License, version 3, can be found
+in the file /usr/share/common-licenses/GPL-3.
Added: octave-forge-pkgs/octave-data-smoothing/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-data-smoothing/trunk/debian/rules (rev 0)
+++ octave-forge-pkgs/octave-data-smoothing/trunk/debian/rules 2008-05-14 12:20:24 UTC (rev 1893)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
+
+clean::
+ rm -rf src/Makeconf src/config.log src/config.status
Property changes on: octave-forge-pkgs/octave-data-smoothing/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: octave-forge-pkgs/octave-data-smoothing/trunk/debian/watch
===================================================================
--- octave-forge-pkgs/octave-data-smoothing/trunk/debian/watch (rev 0)
+++ octave-forge-pkgs/octave-data-smoothing/trunk/debian/watch 2008-05-14 12:20:24 UTC (rev 1893)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/data-smoothing-(.+)\.tar\.gz
More information about the Pkg-octave-commit
mailing list