[DRE-commits] [SCM] gem2deb.git branch, master, updated. debian/0.2.3-28-g3a928e2

Antonio Terceiro terceiro at softwarelivre.org
Tue Jun 7 04:28:14 UTC 2011


The following commit has been merged in the master branch:
commit 3a928e22ea8ea7909aa99c6185ce8278e8045c99
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Mon Jun 6 21:27:46 2011 -0700

    gem2deb now depends on ruby-shoulda-context

diff --git a/debian/changelog b/debian/changelog
index 865c93e..13a1842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gem2deb (0.2.5) UNRELEASED; urgency=low
+
+  * Replace libshoulda-ruby1.8 for ruby-shoulda-context in Build-Depends
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Mon, 06 Jun 2011 21:27:23 -0700
+
 gem2deb (0.2.4) unstable; urgency=low
 
   [ Lucas Nussbaum ]
diff --git a/debian/control b/debian/control
index c111a71..f5e8340 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Lucas Nussbaum <lucas at debian.org>,
            Antonio Terceiro <terceiro at softwarelivre.org>,
            Vincent Fourmond <fourmond at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), rake, libshoulda-ruby1.8, ruby-mocha, rubygems1.8, ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, devscripts, ruby-setup
+Build-Depends: debhelper (>= 7.0.50~), rake, ruby-shoulda-context, ruby-mocha, rubygems1.8, ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, devscripts, ruby-setup
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/gem2deb.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/gem2deb.git;a=summary
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 6b305ad..4eaa3b5 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,5 +1,5 @@
 require 'test/unit'
-require 'shoulda'
+require 'shoulda-context'
 require 'mocha'
 require 'fileutils'
 require 'tmpdir'

-- 
gem2deb.git



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