[DRE-commits] [ruby-fftw3] branch master updated (688dd53 -> b9e83e7)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Jul 21 06:26:33 UTC 2016


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

uwabami-guest pushed a change to branch master
in repository ruby-fftw3.

      from  688dd53   Update debian/changelog
       new  066cd79   Add Files-Excluded entry
       new  51b808f   Imported Upstream version 1.0.1
       new  fa3eaeb   Refresh patches
       new  aed9080   Update copyright year
       new  1d958a2   Update debian/changelog
       new  641b0bc   Drop document install, removed upstream
       new  b9e83e7   Update debian/changelog

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 -
 ChangeLog                                          | 228 +++++++++++
 LICENSE.txt                                        |   2 +-
 Rakefile                                           |   6 +-
 debian/changelog                                   |  13 +
 debian/copyright                                   |  46 +--
 debian/patches/0001-RefactTestCases.patch          |  89 -----
 debian/patches/0002-Drop-RubyGems-Depends.patch    |   6 +-
 ...-patch-replace-git-execution-from-gemspec.patch |   6 +-
 debian/patches/series                              |   1 -
 debian/ruby-fftw3.doc-base                         |  10 -
 debian/ruby-fftw3.docs                             |   2 -
 doc/ruby-fftw3.html                                | 116 ------
 doc/ruby-fftw3.rd                                  | 115 ------
 ext/numru/fftw3/extconf.rb                         |  40 +-
 ext/numru/fftw3/na_fftw3.c                         | 421 ++++++++++++++++++++-
 lib/numru/fftw3.rb                                 | 109 ++++++
 lib/numru/fftw3/version.rb                         |   2 +-
 test/complexFFT.rb                                 |  85 +++--
 test/r2rFFT.rb                                     |  77 ++++
 20 files changed, 945 insertions(+), 430 deletions(-)
 create mode 100644 ChangeLog
 delete mode 100644 debian/patches/0001-RefactTestCases.patch
 delete mode 100644 debian/ruby-fftw3.doc-base
 delete mode 100644 debian/ruby-fftw3.docs
 delete mode 100644 doc/ruby-fftw3.html
 delete mode 100644 doc/ruby-fftw3.rd
 create mode 100644 test/r2rFFT.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fftw3.git



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