[DRE-commits] [asciidoctor] 10/10: Switch running tests to using debian/ruby-tests.rake

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Nov 17 16:38:35 UTC 2015


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

terceiro pushed a commit to branch master
in repository asciidoctor.

commit 4cce9581de490d7ec03d46d2cb0f4d01a2996c56
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Nov 17 14:35:59 2015 -0200

    Switch running tests to using debian/ruby-tests.rake
---
 debian/changelog       | 2 ++
 debian/ruby-tests.rake | 1 +
 debian/ruby-tests.rb   | 1 -
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 537a421..ed0c660 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ asciidoctor (1.5.3-1) unstable; urgency=medium
       has been loaded.
     - package-version.patch: allow loading gemspec without lib/ available
   * Added ruby-thread-safe to Build-Depends:
+  * Switch running tests to using debian/ruby-tests.rake, making it a symlink
+    to the upstream Rakefile which seems reasonable enough.
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 17 Nov 2015 11:47:27 -0200
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 120000
index 0000000..c6de17e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1 @@
+../Rakefile
\ No newline at end of file
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 776272e..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1 +0,0 @@
-exec("rake")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/asciidoctor.git



More information about the Pkg-ruby-extras-commits mailing list