[DRE-commits] [ruby-ncurses] branch master updated (4e10494 -> da2e1ec)

Per Andersson avtobiff-guest at moszumanska.debian.org
Wed Jan 22 02:12:16 UTC 2014


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

avtobiff-guest pushed a change to branch master
in repository ruby-ncurses.

      from  4e10494   update for ruby1.8-removal
       new  0116c85   Change to new active upstream
       new  2b90cae   Add method for repackaging upstream
       new  78de6f8   Don't ship LICENSE file from examples directory
      adds  e08f5ba   Imported Upstream version 1.3.1
      adds  0c273bc   Imported Upstream version 1.4.3+dfsg
       new  fb67e42   Merge tag 'upstream/1.4.3+dfsg'
       new  d660780   New upstream release
       new  2b03b04   Remove all patches applied upstream
       new  08dffa9   Add licenses for example files
       new  3ae1582   Correct Lucas Nussbaum's name
       new  f9a635a   Add patch for using ncursesw headers
       new  8ef646b   Update debian/changelog
       new  da2e1ec   Mangle version before upstream version comparison

The 11 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:
 THANKS                                          |   3 +-
 VERSION                                         |   1 -
 compat.h                                        |   8 +
 debian/README.source                            |  11 +
 debian/changelog                                |  15 ++
 debian/control                                  |   2 +-
 debian/copyright                                |  67 +++++-
 debian/get-orig-source.sh                       |  14 ++
 debian/patches/0001-Define-STR2CSTR-macro.patch |  78 -------
 debian/patches/0001-Use-ncursesw-includes.patch |  32 +++
 debian/patches/0002-Format-error-string.patch   |  22 --
 debian/patches/series                           |   3 +-
 debian/ruby-ncurses.examples                    |   2 +-
 debian/rules                                    |   3 +
 debian/watch                                    |   6 +-
 examples/form.rb                                |  82 -------
 examples/form2.rb                               | 184 ----------------
 extconf.rb                                      |  70 +++++-
 form_wrap.c                                     | 150 +++++++------
 form_wrap.h                                     |   7 +-
 lib/ncurses_sugar.rb                            |  31 +--
 lib/ncursesw.rb                                 |   1 +
 make_dist.rb                                    |  38 ----
 menu_wrap.c                                     |   7 +-
 ncurses_wrap.c                                  | 272 +++++++++++++++++-------
 ncurses_wrap.h                                  |   3 +
 ncursesw.gemspec                                |  50 +++++
 panel_wrap.c                                    |   1 +
 panel_wrap.h                                    |   0
 29 files changed, 570 insertions(+), 593 deletions(-)
 delete mode 100644 VERSION
 create mode 100644 compat.h
 create mode 100644 debian/README.source
 create mode 100755 debian/get-orig-source.sh
 delete mode 100644 debian/patches/0001-Define-STR2CSTR-macro.patch
 create mode 100644 debian/patches/0001-Use-ncursesw-includes.patch
 delete mode 100644 debian/patches/0002-Format-error-string.patch
 delete mode 100644 examples/form.rb
 delete mode 100644 examples/form2.rb
 delete mode 100755 make_dist.rb
 mode change 100755 => 100644 ncurses_wrap.c
 create mode 100644 ncursesw.gemspec
 mode change 100755 => 100644 panel_wrap.h

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



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