[DRE-commits] [ruby-pgplot] branch master updated (494e1e5 -> 1f62b5c)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Aug 28 18:37:22 UTC 2014


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

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

      from  494e1e5   Update debian/changelog
       new  2d0eb4f   Add debian/watch: check Github tags
       new  40b3f37   Imported Upstream version 0.1.9
       new  8621106   Update documents during build process
       new  ed70b88   Refresh patches: Import Git changes
       new  ff9d014   Support linux-{amd64,i386} only (Closes: #690282)
       new  1f62b5c   Prepare upload

The 6 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                                         |  18 +
 FuncUsage                                          |   6 +
 MANIFEST                                           |  11 +-
 README                                             | 107 +++++
 README.en                                          |  99 ----
 README.ja                                          |  93 ++--
 Rakefile                                           |  16 +
 debian/changelog                                   |  10 +
 debian/control                                     |   3 +-
 debian/doc/index.html                              |  58 ---
 debian/doc/install.html.ja                         |  98 ----
 debian/doc/method.html.ja                          | 181 -------
 debian/doc/pgcont.html                             |  39 --
 debian/doc/pghist.html                             |  48 --
 debian/doc/pgimag.html                             |  56 ---
 debian/doc/pgline.html                             |  36 --
 debian/doc/rbpg-ind.html                           | 185 --------
 debian/doc/trailer.html                            |   3 -
 debian/doc/tutorial-01.html.ja                     |  70 ---
 debian/patches/0000-Update-NArray-PATH.patch       |  13 +
 .../patches/0001-Add-enable-autobuild-option.patch |  45 ++
 ...te-extconf-and-Add-support-for-Ruby-1.9.2.patch | 311 ------------
 .../0002-Add-disable-extra-libs-option.patch       | 146 ++++++
 debian/patches/0002-Fix-mkdoc-for-Ruby-1.9.2.patch | 528 ---------------------
 debian/patches/0003-Close-files-in-cogen.rb.patch  |  29 ++
 .../patches/0003-Update-Cogen-for-Ruby1.9.2.patch  |  44 --
 .../0004-Be-smart-about-extra-library-checks.patch | 171 +++++++
 debian/patches/0005-extconf.rb.patch               | 327 +++++++++++++
 debian/patches/0006-rm-extconf-auto.rb.patch       | 138 ++++++
 .../0007-s.add_dependency-narray-0.7.0.patch       |  25 +
 debian/patches/0008-mv-homepage.patch              |  25 +
 debian/patches/0009-fix-docs.patch                 |  86 ++++
 debian/patches/series                              |  13 +-
 debian/ruby-pgplot.docs                            |   6 +-
 debian/rules                                       |  15 +-
 debian/watch                                       |   3 +-
 pgdemo1.rb => demo/pgdemo1.rb                      |   0
 pgdemo15.rb => demo/pgdemo15.rb                    |   0
 pgdemo3.rb => demo/pgdemo3.rb                      |   0
 pgdemo4.rb => demo/pgdemo4.rb                      |   0
 pgdemo9.rb => demo/pgdemo9.rb                      |   0
 doc/Makefile                                       |  63 +--
 doc/index.rd                                       |  18 +-
 doc/install.ja.rd                                  | 126 ++---
 doc/method.ja.rd                                   | 124 ++---
 doc/mkdoc.rb                                       |  26 +-
 doc/myrd2html.rb                                   |  42 ++
 doc/pgcont.png                                     | Bin 0 -> 9448 bytes
 doc/pghist.png                                     | Bin 0 -> 3135 bytes
 doc/pgimag.png                                     | Bin 0 -> 49996 bytes
 doc/pgline.png                                     | Bin 0 -> 5453 bytes
 doc/pgplot.png                                     | Bin 0 -> 58823 bytes
 doc/plot1.png                                      | Bin 0 -> 3905 bytes
 doc/rbpg-ind.rd                                    | 171 -------
 doc/tutorial-01.ja.rd                              |  90 ++--
 doc/up.sh                                          |  17 +
 ext/build_lib/Makefile                             |  29 ++
 ext/build_lib/download.rb                          |  14 +
 ext/build_lib/drivers.rb                           |  24 +
 ext/build_lib/makefile.rb                          |  54 +++
 cogen.rb => ext/cogen.rb                           |   8 +-
 depend => ext/depend                               |   0
 ext/extconf-auto.rb                                |  72 +++
 extconf.rb => ext/extconf.rb                       |  64 ++-
 kwarg.c => ext/kwarg.c                             |   6 +-
 rb_pgplot.c.in => ext/rb_pgplot.c.in               |  78 +--
 ext/version.h                                      |   1 +
 pgplot.gemspec                                     |  90 ++++
 test/pgcurs.rb                                     |   2 +-
 69 files changed, 1920 insertions(+), 2261 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 README
 delete mode 100644 README.en
 create mode 100644 Rakefile
 delete mode 100644 debian/doc/index.html
 delete mode 100644 debian/doc/install.html.ja
 delete mode 100644 debian/doc/method.html.ja
 delete mode 100644 debian/doc/pgcont.html
 delete mode 100644 debian/doc/pghist.html
 delete mode 100644 debian/doc/pgimag.html
 delete mode 100644 debian/doc/pgline.html
 delete mode 100644 debian/doc/rbpg-ind.html
 delete mode 100644 debian/doc/trailer.html
 delete mode 100644 debian/doc/tutorial-01.html.ja
 create mode 100644 debian/patches/0000-Update-NArray-PATH.patch
 create mode 100644 debian/patches/0001-Add-enable-autobuild-option.patch
 delete mode 100644 debian/patches/0001-Update-extconf-and-Add-support-for-Ruby-1.9.2.patch
 create mode 100644 debian/patches/0002-Add-disable-extra-libs-option.patch
 delete mode 100644 debian/patches/0002-Fix-mkdoc-for-Ruby-1.9.2.patch
 create mode 100644 debian/patches/0003-Close-files-in-cogen.rb.patch
 delete mode 100644 debian/patches/0003-Update-Cogen-for-Ruby1.9.2.patch
 create mode 100644 debian/patches/0004-Be-smart-about-extra-library-checks.patch
 create mode 100644 debian/patches/0005-extconf.rb.patch
 create mode 100644 debian/patches/0006-rm-extconf-auto.rb.patch
 create mode 100644 debian/patches/0007-s.add_dependency-narray-0.7.0.patch
 create mode 100644 debian/patches/0008-mv-homepage.patch
 create mode 100644 debian/patches/0009-fix-docs.patch
 rename pgdemo1.rb => demo/pgdemo1.rb (100%)
 rename pgdemo15.rb => demo/pgdemo15.rb (100%)
 rename pgdemo3.rb => demo/pgdemo3.rb (100%)
 rename pgdemo4.rb => demo/pgdemo4.rb (100%)
 rename pgdemo9.rb => demo/pgdemo9.rb (100%)
 create mode 100644 doc/myrd2html.rb
 create mode 100644 doc/pgcont.png
 create mode 100644 doc/pghist.png
 create mode 100644 doc/pgimag.png
 create mode 100644 doc/pgline.png
 create mode 100644 doc/pgplot.png
 create mode 100644 doc/plot1.png
 delete mode 100644 doc/rbpg-ind.rd
 create mode 100644 doc/up.sh
 create mode 100644 ext/build_lib/Makefile
 create mode 100644 ext/build_lib/download.rb
 create mode 100644 ext/build_lib/drivers.rb
 create mode 100644 ext/build_lib/makefile.rb
 rename cogen.rb => ext/cogen.rb (94%)
 rename depend => ext/depend (100%)
 create mode 100644 ext/extconf-auto.rb
 rename extconf.rb => ext/extconf.rb (59%)
 rename kwarg.c => ext/kwarg.c (91%)
 rename rb_pgplot.c.in => ext/rb_pgplot.c.in (96%)
 create mode 100644 ext/version.h
 create mode 100644 pgplot.gemspec

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



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