[DRE-commits] [gem2deb] branch master updated (aecc0a9 -> 89a8298)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Nov 20 21:31:47 UTC 2015


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

terceiro pushed a change to branch master
in repository gem2deb.

      from  aecc0a9   release to experimental
       new  5a1b7d0   basic tests for GemInstaller
       new  89a8298   gem installer: avoid installing the debian/

The 2 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:
 debian/changelog                                   |  7 ++++++
 lib/gem2deb/gem_installer.rb                       | 12 ++++++++++
 .../prog => install_as_gem/bin/install_as_gem}     |  2 +-
 test/sample/install_as_gem/debian/changelog        |  5 ++++
 .../sample/install_as_gem}/debian/compat           |  0
 .../{killerapp => install_as_gem}/debian/control   | 16 ++++++-------
 .../sample/install_as_gem}/debian/rules            |  3 +--
 .../sample/install_as_gem}/debian/source/format    |  0
 test/sample/install_as_gem/install_as_gem.gemspec  | 16 +++++++++++++
 test/sample/install_as_gem/lib/install_as_gem.rb   |  2 ++
 test/test_helper.rb                                |  8 +++++++
 test/unit/gem_installer_test.rb                    | 27 ++++++++++++++++++++++
 12 files changed, 87 insertions(+), 11 deletions(-)
 copy test/sample/{rewrite_shebangs/usr/bin/subdir/prog => install_as_gem/bin/install_as_gem} (50%)
 create mode 100644 test/sample/install_as_gem/debian/changelog
 copy {lib/gem2deb/dh_make_ruby/template => test/sample/install_as_gem}/debian/compat (100%)
 copy test/sample/{killerapp => install_as_gem}/debian/control (53%)
 copy {lib/gem2deb/dh_make_ruby/template => test/sample/install_as_gem}/debian/rules (70%)
 mode change 100644 => 100755
 copy {lib/gem2deb/dh_make_ruby/template => test/sample/install_as_gem}/debian/source/format (100%)
 create mode 100644 test/sample/install_as_gem/install_as_gem.gemspec
 create mode 100644 test/sample/install_as_gem/lib/install_as_gem.rb
 create mode 100644 test/unit/gem_installer_test.rb

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



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