[DRE-commits] [ruby-mathgl] 01/03: Merge tag 'upstream/0.1.0'

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Mar 6 13:53:55 UTC 2016


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

uwabami-guest pushed a commit to branch master
in repository ruby-mathgl.

commit fb2ecf763d3f9145e7201d33f4c5ae35863f339d
Merge: fec688f 15cfdd3
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Jan 5 23:34:34 2016 +0900

    Merge tag 'upstream/0.1.0'
    
    Upstream version 0.1.0
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

 .gitignore                         |     42 +
 COPYING_LGPL                       |    165 +
 Gemfile                            |      4 +
 README.md                          |     70 +
 Rakefile                           |      1 +
 TODO                               |      5 +
 debian/changelog                   |      5 +
 debian/compat                      |      1 +
 debian/control                     |     19 +
 debian/rules                       |      4 +
 debian/source/format               |      1 +
 debian/watch                       |      3 +
 ext/mathgl/data.i                  |    507 +
 ext/mathgl/depend                  |     12 +
 ext/mathgl/extconf.rb              |     30 +
 ext/mathgl/mathgl.cxx              | 140736 ++++++++++++++++++++++++++++++++++
 ext/mathgl/mathgl.i                |    113 +
 ext/mathgl/mgl.i                   |   1349 +
 ext/mathgl/rubymgl.i               |    194 +
 ext/mathgl/tmpl/mkwin.rb           |      9 +
 ext/mathgl/tmpl/win.erb.cxx        |    135 +
 ext/mathgl/type.i                  |    100 +
 lib/mathgl/doc/libdoc_core_en.rb   |   4624 ++
 lib/mathgl/doc/libdoc_data_en.rb   |   1546 +
 lib/mathgl/doc/libdoc_other_en.rb  |    215 +
 lib/mathgl/doc/libdoc_parse_en.rb  |    184 +
 lib/mathgl/doc/libdoc_window_en.rb |     38 +
 lib/mathgl/version.rb              |      3 +
 mathgl.gemspec                     |     35 +
 misc/Rakefile                      |     10 +
 misc/conv_texi.rb                  |    450 +
 sample/conv_sample.rb              |    297 +
 sample/prepare.rb                  |    237 +
 sample/sample.rb                   |   5313 ++
 setup.rb                           |   1588 +
 35 files changed, 158045 insertions(+)

diff --cc debian/changelog
index 0000000,0000000..3b1a613
new file mode 100644
--- /dev/null
+++ b/debian/changelog
@@@ -1,0 -1,0 +1,5 @@@
++ruby-mathgl (0.1.0-1) UNRELEASED; urgency=medium
++
++  * Initial release. (Closes: #XXXXXX)
++
++ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Tue, 05 Jan 2016 23:33:53 +0900
diff --cc debian/compat
index 0000000,0000000..ec63514
new file mode 100644
--- /dev/null
+++ b/debian/compat
@@@ -1,0 -1,0 +1,1 @@@
++9
diff --cc debian/control
index 0000000,0000000..9688195
new file mode 100644
--- /dev/null
+++ b/debian/control
@@@ -1,0 -1,0 +1,19 @@@
++Source: ruby-mathgl
++Section: ruby
++Priority: optional
++Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
++Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
++Build-Depends: debhelper (>= 9), gem2deb, ruby-narray, libmgl-dev
++Standards-Version: 3.9.6
++Homepage: http://masa16.github.io/narray/
++Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-narray.git
++Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-narray.git;a=summary
++XS-Ruby-Versions: all
++
++Package: ruby-mathgl
++Architecture: any
++XB-Ruby-Versions: ${ruby:Versions}
++Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
++Description: Ruby wrapper of MathGL, made using SWIG.
++ MathGL is a library for scientific data visualization developed by
++ Alexey Balakin. This package provides Ruby wrapper of MathGL, made using SWIG.
diff --cc debian/rules
index 0000000,0000000..a613c77
new file mode 100755
--- /dev/null
+++ b/debian/rules
@@@ -1,0 -1,0 +1,4 @@@
++#!/usr/bin/make -f
++
++%:
++	dh $@ --buildsystem ruby --with ruby
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 0000000,0000000..4d6d14e
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,3 @@@
++version=3
++opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/ruby-mathgl-$1\.tar\.gz/ \
++  https://github.com/masa16/ruby-mathgl/tags .*/v?(\d\S*)\.tar\.gz

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



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