[Pkg-octave-commit] [SCM] octave-signal branch, master, updated. 2f0e4dfb7072a738977f0443a70617a75af2f2c5

Thomas Weber thomas.weber.mail at gmail.com
Thu Dec 31 09:52:21 UTC 2009


The following commit has been merged in the master branch:
commit e9c21cb6186d83ef6d60b8af18eabeff19e9e3f6
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Thu Dec 31 00:48:42 2009 +0100

    Remove patch remove-upfirdn-m.diff

diff --git a/debian/changelog b/debian/changelog
index ad14667..1893815 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 octave-signal (1.0.9-2) UNRELEASED; urgency=low
 
+  [ Rafael Laboissiere ]
   * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the
     package is built against octave3.2
 
+  [ Thomas Weber ]
+  * New upstream release
+  * Remove patch remove-upfirdn-m.diff, applied upstream
+
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:06:45 +0200
 
 octave-signal (1.0.9-1) unstable; urgency=low
diff --git a/debian/patches/remove-upfirdn-m.diff b/debian/patches/remove-upfirdn-m.diff
deleted file mode 100644
index 8e55375..0000000
--- a/debian/patches/remove-upfirdn-m.diff
+++ /dev/null
@@ -1,51 +0,0 @@
-Remove file inst/upfridn.m prior to package building.  This file is
-obsolete and has been superseded by src/upfirdn.cc.
-
- -- Rafael Laboissiere <rafael at debian.org>  Sat, 23 May 2009 13:02:04 +0200
-
---- a/inst/upfirdn.m
-+++ /dev/null
-@@ -1,42 +0,0 @@
--## Copyright (C) 2008   Sylvain Pelissier   <sylvain.pelissier at gmail.com>
--##
--## 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/>.
--
--## -*- texinfo -*-
--## @deftypefn {Function File} {[@var{yout}] =} bohmanwin(@var{xin}, at var{h}), at var{p}, at var{q})
--##	Upsample, filter and downsample a signal.
--## @seealso{rectwin,  bartlett}
--## @end deftypefn
--
--function yout = upfirdn(xin,h,p,q)
--	if(nargin < 2)
--		error('usage : yout = upfirdn(xin,h,p,q)');
--	end
--	
--	if(nargin < 3)
--		p = 1;
--		q = 1;
--	end
--	
--	if(nargin < 4)
--		q = 1;
--	end
--	
--	if(floor(p) ~= p || floor(q) ~= q || p < 1 || q < 1)
--		error('p and q must be positive integer');
--	end
--	
--	yout = upsample(xin,p);
--	yout = filter(h,1,yout);
--	yout = downsample(yout,q);
-\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 70bd2cf..8d1c8b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-remove-upfirdn-m.diff
+ 

-- 
octave-signal



More information about the Pkg-octave-commit mailing list