[DRE-commits] [gem2deb] branch master updated (ec03da8 -> 405440f)
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Aug 26 09:12:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository gem2deb.
from ec03da8 revert --no-wnpp-check in tests
adds 618f565 move test_runner.rb to a standalone binary
adds efccb1e split out a gem2deb-test-runner binary package
adds 11235dc fix path for the test runner
adds bcc4757 open changelog entry
adds 5db4103 add dependencies for gem2deb-test-runner
adds 9b1e514 add a XS-Testsuite: autopkgtest field to template debian/control
adds b1249f0 add templates for debian/tests files
adds 1c0ce18 fix again path for gem2deb-test-runner
adds 68afdc2 install also the library needed by gem2deb-test-runner in its package
adds 9416b11 still use wildcards in .install file and override dh_install to exclude files in gem2deb-test-install from gem2deb
adds 6038326 tests: use only the control file with Test-Command fields
adds e8865a6 Do not make FileUtils verbose in test-runner
adds fe04054 add the --autopkgtest to gem2deb-test-runner in debian/tests/control
adds d8805ab make dh-make-ruby almost idempotent
adds c7434a7 disable warning when running autopkgtest
adds 194bf10 refactor test_suite creation in dh_make_ruby
adds 21030bf Merge branch 'master' into autopkgtest
adds 8ed698f edit changelog and bump version number
adds d513ba0 Revert attempt to avoid output to stderr
adds 4a0d711 s/XS-Testsuite/Testsuite/
adds c425add fix directory name in comment for rspec tests
adds 59cdb86 dh-make-ruby: avoid tests depending on @builddeps@
new 89a60cd Remove alternative dependency on ruby-interpreter (Closes: #758806)
new 02e283e Remove the dependency of gem2deb-test-runner on test frameworks
new 51af04d replace deprecated File.exists? by File.exist?
adds 41bf9d9 verify checksums and remove checksums.yaml.gz upon extraction of the gem
adds 9bea85e add a unit test for the removal of checksums.yaml.gz
adds 6d8c477 document the changes in the changelog
new c98198b Merge branch 'checksums'
new da39d86 clean the TODO list
new 6eb1cd1 add bug numbers related to autopkgtest
new 2e51dc0 add a short manpage for gem2deb-test-runner
new cf34137 install gem2deb-test-runner manpage inside the gem2deb-test-runner package
new b59753c check if the test_runner isn't trivial when trying to create the test suite
new 57c3721 return true when creating a test_suite
new 405440f finalize changelog
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:
TODO | 49 -------------
bin/gem2deb-test-runner | 78 ++++++++++++++++++++
debian/changelog | 17 +++++
debian/control | 12 ++-
debian/gem2deb-test-runner.install | 2 +
debian/gem2deb-test-runner.manpages | 1 +
debian/gem2deb.install | 1 +
debian/gem2deb.manpages | 2 +-
debian/rules | 9 ++-
lib/gem2deb.rb | 2 +-
lib/gem2deb/dh_make_ruby.rb | 85 +++++++++++++++++-----
lib/gem2deb/dh_make_ruby/template/debian/control | 1 +
.../dh_make_ruby/template/debian/tests/control | 9 +++
lib/gem2deb/dh_ruby.rb | 6 +-
lib/gem2deb/extension_builder.rb | 6 +-
lib/gem2deb/gem2tgz.rb | 28 +++++++
lib/gem2deb/installer.rb | 2 +-
lib/gem2deb/metadata.rb | 2 +-
lib/gem2deb/test_runner.rb | 40 +++++-----
lib/gem2deb/version.rb | 2 +-
test/unit/gem2tgz_test.rb | 5 +-
test/unit/installer_test.rb | 4 +-
22 files changed, 260 insertions(+), 103 deletions(-)
create mode 100755 bin/gem2deb-test-runner
create mode 100644 debian/gem2deb-test-runner.install
create mode 100644 debian/gem2deb-test-runner.manpages
create mode 100644 lib/gem2deb/dh_make_ruby/template/debian/tests/control
--
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