[DRE-commits] [gem2deb] branch master updated (30e1265 -> a3d8443)
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Jan 23 19:37:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository gem2deb.
from 30e1265 debian/control: switch from git:// to https:// in Vcs-Git:
new 407e8c2 document $DH_RUBY
new 8ff1aa3 dh-make-ruby: stop creating debian/ruby-test-files.yaml
new 883fdd7 Rename method to convey meaning
new 76207f5 gem2deb-test-runner: set GEM_PATH when running tests
new fe02546 gem_installer_test: extract method
new 0cadeb6 bump version number for next release
new b93dcfa silently helper: don't silence output in debug mode
new 5e9b077 dh_ruby --gem-install: Only install files that match a whitelist
new 349ad3d Tests: simplify debugging
new 61119ca gem installed: implement correct installation of native extensions
new 82086b9 Upload to unstable
new 12cc08e dh_ruby_test: avoid noise in the regular tests output
new c378a3c dh_ruby_test: make generated debian/ruby-tests.rake work
new e8477f7 target unstable, really
new a3d8443 autopktest: be verbose
The 15 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:
Rakefile | 2 +-
bin/dh_ruby | 7 +++
debian/changelog | 17 +++++-
debian/tests/testsuite | 2 +-
lib/gem2deb/dh_make_ruby.rb | 16 +----
lib/gem2deb/gem_installer.rb | 70 +++++++++++++---------
lib/gem2deb/test_runner.rb | 16 +++--
lib/gem2deb/version.rb | 2 +-
test/integration/gem2deb_test.rb | 8 +++
.../lib/mylib.rb => install_as_gem/CHANGELOG} | 0
.../lib/mylib.rb => install_as_gem/Gemfile} | 0
.../lib/mylib.rb => install_as_gem/LICENSE.TXT} | 0
.../lib/mylib.rb => install_as_gem/MIT-LICENSE} | 0
.../lib/mylib.rb => install_as_gem/Rakefile} | 0
.../lib/mylib.rb => install_as_gem/VERSION} | 0
test/sample/install_as_gem/debian/control | 2 +-
test/sample/install_as_gem/debian/ruby-tests.rb | 3 +
test/sample/install_as_gem/ext/extconf.rb | 3 +
test/sample/install_as_gem/ext/install_as_gem.c | 6 ++
test/sample/install_as_gem/install_as_gem.gemspec | 1 +
.../lib/mylib.rb => install_as_gem/spec/.gitkeep} | 0
.../spec/install_as_gem_spec.rb} | 0
.../lib/mylib.rb => install_as_gem/test/.gitkeep} | 0
.../test/install_as_gem_test.rb} | 0
test/test_helper.rb | 12 ++--
test/unit/dh_ruby_test.rb | 3 +-
test/unit/gem_installer_test.rb | 37 +++++++++++-
27 files changed, 142 insertions(+), 65 deletions(-)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/CHANGELOG} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/Gemfile} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/LICENSE.TXT} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/MIT-LICENSE} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/Rakefile} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/VERSION} (100%)
create mode 100644 test/sample/install_as_gem/debian/ruby-tests.rb
create mode 100644 test/sample/install_as_gem/ext/extconf.rb
create mode 100644 test/sample/install_as_gem/ext/install_as_gem.c
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/spec/.gitkeep} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/spec/install_as_gem_spec.rb} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/test/.gitkeep} (100%)
copy test/sample/{install_files/lib/mylib.rb => install_as_gem/test/install_as_gem_test.rb} (100%)
--
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