[DRE-commits] [gem2deb] 01/01: don't generate debian/tests/control.ex anymore
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Aug 13 18:41:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit 46471d2fed274a10bbc1eb88cf6112cd451cab34
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Aug 13 15:41:09 2015 -0300
don't generate debian/tests/control.ex anymore
---
debian/changelog | 5 ++++-
lib/gem2deb/dh_make_ruby/template/debian/tests/control.ex | 13 -------------
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fbd1848..9849b6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,10 @@
gem2deb (0.21) UNRELEASED; urgency=medium
* dh_ruby: only ask questions interactively when called by gem2deb
- * dh-make-ruby: use debhelper compatibility level 9 by default
+ * dh-make-ruby:
+ - use debhelper compatibility level 9 by default
+ - don't generate debian/tests/control.ex anymore. So far a few dozen
+ packages, I have deleted it every single time.
* gem2deb-test-runner: call `gem list` when dependency checking fails to
ease debugging
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/tests/control.ex b/lib/gem2deb/dh_make_ruby/template/debian/tests/control.ex
deleted file mode 100644
index d604201..0000000
--- a/lib/gem2deb/dh_make_ruby/template/debian/tests/control.ex
+++ /dev/null
@@ -1,13 +0,0 @@
-# AUTOGENERATED FILE
-#
-# As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically
-# detected, and if debian/tests/control does not exist the contents below will
-# be assumed (with the exception of gem2deb being filtered out from
-# @builddeps@):
-
-Test-Command: gem2deb-test-runner --autopkgtest --check-dependencies 2>&1
-Depends: @, @builddeps@, gem2deb-test-runner
-
-# if you would need to change something to the above, to that and rename this
-# file to `control`. Otherwise, you should probably delete this file
-# (recommended).
--
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