[DRE-commits] [gem2deb] 01/01: dh-make-ruby: generate 'Testsuite: autopkgtest-pkg-ruby'

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Sep 15 13:32:37 UTC 2014


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit aa1e98ff9a47b90e10679a2a31e4471d895c5a7b
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 15 10:32:18 2014 -0300

    dh-make-ruby: generate 'Testsuite: autopkgtest-pkg-ruby'
---
 debian/changelog                                 | 10 ++++++++++
 lib/gem2deb/dh_make_ruby/template/debian/control |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c228b96..442622e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gem2deb (0.11) UNRELEASED; urgency=medium
+
+  * dh-make-ruby: generate 'Testsuite: autopkgtest-pkg-ruby' to not conflict
+    with DEP-8 spec (i.e., if the 'Testsuite' field contains 'autopkgtest',
+    then debian/tests/control *must* exist).
+    - autopkgtest-pkg-ruby will be handled by autopkgtest and the implicit
+      test control data that uses gem2deb-test-runner will be used.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 15 Sep 2014 10:28:55 -0300
+
 gem2deb (0.10) unstable; urgency=medium
 
   * gem2deb-test-runner: add '.' to $LOAD_PATH with --autopkgtest
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index 8a719c2..83d5f45 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/control
+++ b/lib/gem2deb/dh_make_ruby/template/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/<%= source_package_name %>.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/<%= source_package_name %>.git;a=summary
 Homepage: <%= homepage ? homepage : 'FIXME'%>
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: <%= ruby_versions %>
 
 Package: <%= binary_package.name %>

-- 
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