[DRE-commits] [SCM] ruby-multi-json.git branch, master, updated. debian/1.3.1-2-9-g17d7675

Antonio Terceiro terceiro at debian.org
Tue Jun 26 16:48:14 UTC 2012


The following commit has been merged in the master branch:
commit 2caf99db75f3ce2ff7aac55d2ef946e6d3a5ed6e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jun 26 13:23:51 2012 -0300

    Run tests during build

diff --git a/debian/changelog b/debian/changelog
index 2a74472..3ee1514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-multi-json (1.3.6-1) unstable; urgency=low
 
   * New upstream release.
   * debian/control: add myself to Uploaders:
+  * Run tests during build; added rake to Build-Depends:
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 26 Jun 2012 13:16:21 -0300
 
diff --git a/debian/control b/debian/control
index d6556cc..35b4bf6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Laurent Bigonville <bigon at debian.org>, Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-ruby-extras/ruby-multi-json.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-multi-json.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..7d25e5e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,4 @@
+ENV['CI'] = 'true'
+require 'rspec/core/rake_task'
+RSpec::Core::RakeTask.new(:spec)
+task :default => :spec

-- 
ruby-multi-json.git



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