[DRE-commits] [gem2deb] branch extconf-options updated (ebb45cc -> 6c1d6fa)
Cédric Boutillier
boutil at moszumanska.debian.org
Mon May 11 21:19:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch extconf-options
in repository gem2deb.
from ebb45cc attempt to pass parameters to extconf as dh_auto_install option (#756129)
adds 6912f73 dh-make-ruby: create debian/tests/control.ex
adds da55c61 Rakefile: don't run tests when building snapshot
adds e01165e dh-make-ruby: when test/ or spec/ exists, create debian/ruby-tests.rake
adds a8b97a5 install 'gem2deb/rake/testtask.rb' to gem2deb-test-runner
adds fff92ef dh-make-ruby: generate uncommented Vcs-* headers in debian/control
adds fa5a8bd Release to unstable
adds db96b0f dh-make-ruby: remove version qualifier from build-dependency on gem2deb
adds f17b7e8 0.10 release
adds aa1e98f dh-make-ruby: generate 'Testsuite: autopkgtest-pkg-ruby'
adds c834318 Fix variable interpolation in message
adds c5757e5 bin/*: better usage message on command line
adds 9276948 Release to unstable
adds 0da0ca4 Mark 0.11 as UNRELEASED
adds 4590c11 Bump version number
adds 870f625 ExtensionBuider: remove mkmf.log with run()
adds 59ce684 SetupRbInstaller: always use the system copy of setup.rb
adds ed77a07 dump Standards-Version
adds 514df55 fix setup.rb restauration
adds b08bc13 Gem2Deb#run: always print command lines being executed
adds 7897d80 dh-make-ruby: look for test files recursively
adds 55cf90e Fix indentation
adds 17f598d Add exceptions to the foo → ruby-foo naming rules
adds 8edc988 Load test helpers with require_relative
adds 13e79be dh-make-ruby: include dependencies uncommented
adds a3961b0 dh-make-ruby: add tests and fix the dependencies thing
adds efa4ef4 snapshot:clean: also run debclean
adds dac75cf Release to experimental
adds b2ea716 improve release task
adds 9df793b dh_ruby: slightly better log messages
adds 5026857 snapshot:install clean with `debian/rules clean`
adds e02e61d dh_ruby: call {make,rake} on debian/dh_ruby.{mk,rake}
adds ced755e Gem2deb.testing: tell me if we are running tests
adds a746035 dh-make-ruby: map gems to packages with apt-file
adds a521eed add apt-file to Recommends:
adds 6caa2af Release to experimental
adds 0afd89a dh-make-ruby: bump Standards-Version in template to 3.9.6
adds 0079790 dh-make-ruby: add gem runtime dependencies to Build-Depends: as well
adds dfcadee snapshot:install: build with git-buildpackage
adds 170ff74 dh-make-ruby: avoid `ruby | ruby-interpreter` in Build-Depends:
new 6c1d6fa Merge branch 'master' into extconf-options
The 1 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 | 16 +--
bin/dh-make-ruby | 3 +
bin/dh_ruby | 39 +++++++
bin/gem2deb | 3 +
bin/gem2tgz | 3 +
debian/changelog | 56 +++++++++-
debian/control | 4 +-
debian/gem2deb-test-runner.install | 1 +
debian/rules | 2 +-
lib/gem2deb.rb | 14 ++-
lib/gem2deb/dh_make_ruby.rb | 122 ++++++++++++++-------
lib/gem2deb/dh_make_ruby/template/debian/control | 15 +--
.../dh_make_ruby/template/debian/tests/control | 9 --
.../dh_make_ruby/template/debian/tests/control.ex | 13 +++
lib/gem2deb/dh_ruby.rb | 43 +++++---
lib/gem2deb/extension_builder.rb | 2 +-
lib/gem2deb/installer.rb | 12 +-
lib/gem2deb/make.rb | 49 +++++++++
lib/gem2deb/setup_rb_installer.rb | 37 +++++--
lib/gem2deb/version.rb | 2 +-
test/integration/dh_make_ruby_integration_test.rb | 2 +-
test/integration/dh_ruby_fixdepends_test.rb | 2 +-
test/integration/gem2deb_test.rb | 2 +-
test/sample/simplegem/Rakefile | 6 +
test/sample/simplegem/pkg/simplegem-0.0.1.gem | Bin 4096 -> 4608 bytes
test/test_helper.rb | 9 +-
test/unit/dh_make_ruby_test.rb | 25 ++++-
test/unit/dh_ruby_test.rb | 19 +++-
test/unit/extension_builder_test.rb | 2 +-
test/unit/gem2tgz_test.rb | 2 +-
test/unit/installer_test.rb | 20 +---
test/unit/metadata_test.rb | 2 +-
test/unit/secure_code_test.rb | 2 +-
test/unit/setup_rb_installer_test.rb | 6 +-
test/unit/test_runner_test.rb | 2 +-
35 files changed, 405 insertions(+), 141 deletions(-)
delete mode 100644 lib/gem2deb/dh_make_ruby/template/debian/tests/control
create mode 100644 lib/gem2deb/dh_make_ruby/template/debian/tests/control.ex
create mode 100644 lib/gem2deb/make.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