diff -Nru ruby-rspec-expectations-2.5.0/debian/changelog ruby-rspec-expectations-2.5.0/debian/changelog --- ruby-rspec-expectations-2.5.0/debian/changelog 2011-07-28 13:34:50.000000000 -0400 +++ ruby-rspec-expectations-2.5.0/debian/changelog 2011-07-29 11:55:14.000000000 -0400 @@ -1,3 +1,10 @@ +ruby-rspec-expectations (2.5.0-2ubuntu1) oneiric; urgency=low + + * Added ruby-rspec-core and ruby-rspec-mocks back as build-deps and + re-enabled tests. (LP: #817664) + + -- Brian Thomason Thu, 28 Jul 2011 19:11:10 -0400 + ruby-rspec-expectations (2.5.0-2ubuntu1~bootstrap1) oneiric; urgency=low * Temporarily removing ruby-rspec-core and ruby-rspec-mocks as diff -Nru ruby-rspec-expectations-2.5.0/debian/control ruby-rspec-expectations-2.5.0/debian/control --- ruby-rspec-expectations-2.5.0/debian/control 2011-07-28 13:34:54.000000000 -0400 +++ ruby-rspec-expectations-2.5.0/debian/control 2011-07-28 19:11:49.000000000 -0400 @@ -5,7 +5,7 @@ XSBC-Original-Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-diff-lcs +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-rspec-mocks, ruby-diff-lcs, ruby-rspec-core Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rspec-expectations.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rspec-expectations.git;a=summary diff -Nru ruby-rspec-expectations-2.5.0/debian/rules ruby-rspec-expectations-2.5.0/debian/rules --- ruby-rspec-expectations-2.5.0/debian/rules 2011-07-28 13:33:51.000000000 -0400 +++ ruby-rspec-expectations-2.5.0/debian/rules 2011-07-20 04:50:48.000000000 -0400 @@ -10,7 +10,6 @@ # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec -export DEB_BUILD_OPTIONS=nocheck git-buildpackage %: dh $@ --buildsystem=ruby --with ruby