[DRE-commits] r6080 - in trunk/ruby-fftw3: . debian debian/patches debian/source

Youhei SASAKI uwabami-guest at alioth.debian.org
Wed Feb 23 04:43:13 UTC 2011


Author: uwabami-guest
Date: 2011-02-23 04:43:12 +0000 (Wed, 23 Feb 2011)
New Revision: 6080

Added:
   trunk/ruby-fftw3/debian/
   trunk/ruby-fftw3/debian/changelog
   trunk/ruby-fftw3/debian/compat
   trunk/ruby-fftw3/debian/control
   trunk/ruby-fftw3/debian/copyright
   trunk/ruby-fftw3/debian/patches/
   trunk/ruby-fftw3/debian/patches/FixLibraryPath
   trunk/ruby-fftw3/debian/patches/series
   trunk/ruby-fftw3/debian/rules
   trunk/ruby-fftw3/debian/source/
   trunk/ruby-fftw3/debian/source/format
Log:
[svn-inject] Applying Debian modifications (0.2-1) to trunk


Property changes on: trunk/ruby-fftw3/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/ruby-fftw3/debian/changelog
===================================================================
--- trunk/ruby-fftw3/debian/changelog	                        (rev 0)
+++ trunk/ruby-fftw3/debian/changelog	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1,5 @@
+ruby-fftw3 (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: Bug#546748)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Tue, 22 Feb 2011 08:58:45 +0900

Added: trunk/ruby-fftw3/debian/compat
===================================================================
--- trunk/ruby-fftw3/debian/compat	                        (rev 0)
+++ trunk/ruby-fftw3/debian/compat	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1 @@
+7

Added: trunk/ruby-fftw3/debian/control
===================================================================
--- trunk/ruby-fftw3/debian/control	                        (rev 0)
+++ trunk/ruby-fftw3/debian/control	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1,91 @@
+Source: ruby-fftw3
+Section: ruby
+Priority: optional
+Maintainer: Youhei SASAKI <uwabami at gfd-dennou.org>
+DM-Upload-Allowed: yes
+Build-Depends: cdbs, debhelper (>= 7.0.50~), ruby-pkg-tools, quilt,
+  ruby1.8-dev, ruby1.8, libnarray-ruby1.8,
+  ruby1.9.1-dev, ruby1.9.1, libnarray-ruby1.9.1,
+  libfftw3-dev
+Standards-Version: 3.9.1
+Homepage: http://ruby.gfd-dennou.org/products/ruby-fftw3/
+
+Package: libfftw3-ruby
+Architecture: any
+Depends: libfftw3-ruby1.8, ${misc:Depends}
+Description: Ruby interface to the FFTW Ver.3 library
+ Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library.
+ Features:
+   - Use NArray, which is an efficient multi-dimensional numeric array
+     class for Ruby
+   - Multi-dimensional complex FFT.(Real data are coerced to complex)
+   - Supports both double and single float transforms.
+   - Not normalized as in FFTW
+ .
+ This package is dependency package, which depends on Debian's default
+ Ruby version(currently 1.8.x).
+
+Package: libfftw3-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfftw3-dev, libnarray-ruby1.8
+Description: Ruby FFT library using FFTW Ver.3
+ Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library.
+ Features:
+   - Use NArray, which is an efficient multi-dimensional numeric array
+     class for Ruby
+   - Multi-dimensional complex FFT.(Real data are coerced to complex)
+   - Supports both double and single float transforms.
+   - Not normalized as in FFTW
+ .
+ This package is built for Ruby 1.8.
+
+Package: libfftw3-ruby1.8-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfftw3-ruby1.8 (=${binary:Version})
+Description: Ruby FFT library using FFTW Ver.3
+ Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library.
+ Features:
+   - Use NArray, which is an efficient multi-dimensional numeric array
+     class for Ruby
+   - Multi-dimensional complex FFT.(Real data are coerced to complex)
+   - Supports both double and single float transforms.
+   - Not normalized as in FFTW
+ .
+ This package is provided primarily to provide a backtrace with names
+ in a debugger, this makes it somewhat easier to interpret core
+ dumps.  Most people will not need this package.
+
+Package: libfftw3-ruby1.9.1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},libfftw3-dev, libnarray-ruby1.9.1
+Description: Ruby FFT library using FFTW Ver.3
+ Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library.
+ Features:
+   - Use NArray, which is an efficient multi-dimensional numeric array
+     class for Ruby
+   - Multi-dimensional complex FFT.(Real data are coerced to complex)
+   - Supports both double and single float transforms.
+   - Not normalized as in FFTW
+ .
+ This package is built for Ruby 1.9.1
+
+Package: libfftw3-ruby1.9.1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfftw3-ruby1.9.1 (=${binary:Version})
+Description: Ruby FFT library using FFTW Ver.3
+ Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library.
+ Features:
+   - Use NArray, which is an efficient multi-dimensional numeric array
+     class for Ruby
+   - Multi-dimensional complex FFT.(Real data are coerced to complex)
+   - Supports both double and single float transforms.
+   - Not normalized as in FFTW
+ .
+ This package is provided primarily to provide a backtrace with names
+ in a debugger, this makes it somewhat easier to interpret core
+ dumps.  Most people will not need this package.
+

Added: trunk/ruby-fftw3/debian/copyright
===================================================================
--- trunk/ruby-fftw3/debian/copyright	                        (rev 0)
+++ trunk/ruby-fftw3/debian/copyright	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1,73 @@
+This package was debianized by Youhei SASAKI <uwabami at gfd-dennou.org> on
+Mon, 20 Aug 2007 16:04:37 +0900.
+
+It was downloaded from 
+	http://www.gfd-dennou.org/arch/ruby/products/ruby-fftw3/
+
+Upstream Author: 
+	Takeshi Horinouchi <hourinout at gfd-dennou.org> 
+
+Copyright: Takeshi Horinouch, GFD Dennou Club, All rights reservesd. 
+
+License:
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see /usr/share/common-licenses/GPL), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+	  with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+
+     They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+     files under the ./missing directory.  See each file for the copying
+     condition.
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+The Debian packaging is (C) 2007, Youhei Sasaki <uwabami at gfd-dennou.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/ruby-fftw3/debian/patches/FixLibraryPath
===================================================================
--- trunk/ruby-fftw3/debian/patches/FixLibraryPath	                        (rev 0)
+++ trunk/ruby-fftw3/debian/patches/FixLibraryPath	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1,12 @@
+--- ruby-fftw3.orig/extconf.rb
++++ ruby-fftw3/extconf.rb
+@@ -1,7 +1,7 @@
+ require "mkmf"
+ 
+-dir_config('narray',$sitearchdir,$sitearchdir)
+-dir_config('fftw3','/usr/local')
++dir_config('narray',$archdir,$archdir)
++dir_config('fftw3','/usr')
+ 
+ if ( ! ( have_header("narray.h") && have_header("narray_config.h") ) ) then
+    print <<-EOS

Added: trunk/ruby-fftw3/debian/patches/series
===================================================================
--- trunk/ruby-fftw3/debian/patches/series	                        (rev 0)
+++ trunk/ruby-fftw3/debian/patches/series	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1 @@
+FixLibraryPath

Added: trunk/ruby-fftw3/debian/rules
===================================================================
--- trunk/ruby-fftw3/debian/rules	                        (rev 0)
+++ trunk/ruby-fftw3/debian/rules	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+
+FFTW3_RUBY_VERSIONS= 1.8 1.9.1
+LIB_PACKAGE_FILTER = %-ruby $(patsubst %,\%-ruby%,$(FFTW3_RUBY_VERSIONS))
+DEB_AUTO_CLEANUP_RCS := yes
+DEB_RUBY_SETUP_CMD = extconf.rb
+DEB_INSTALL_DOCS_libfftw3-ruby1.8 := doc
+DEB_INSTALL_DOCS_libfftw3-ruby1.9.1 := doc


Property changes on: trunk/ruby-fftw3/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/ruby-fftw3/debian/source/format
===================================================================
--- trunk/ruby-fftw3/debian/source/format	                        (rev 0)
+++ trunk/ruby-fftw3/debian/source/format	2011-02-23 04:43:12 UTC (rev 6080)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-ruby-extras-commits mailing list