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-20 05:19:58.000000000 -0400 +++ ruby-rspec-expectations-2.5.0/debian/changelog 2011-07-28 13:34:50.000000000 -0400 @@ -1,3 +1,13 @@ +ruby-rspec-expectations (2.5.0-2ubuntu1~bootstrap1) oneiric; urgency=low + + * Temporarily removing ruby-rspec-core and ruby-rspec-mocks as + build-deps as they create a circular build dependency. These packages are + necessary for the ruby tests to be executed, so these have been temporarily + disabled as well. This upload functions as a bootstrap version of the + package. + + -- Brian Thomason Thu, 28 Jul 2011 13:34:10 -0400 + ruby-rspec-expectations (2.5.0-2) unstable; urgency=low * For some strange reason, a change to Build-Depends did not get into 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-20 05:19:44.000000000 -0400 +++ ruby-rspec-expectations-2.5.0/debian/control 2011-07-28 13:34:54.000000000 -0400 @@ -1,10 +1,11 @@ Source: ruby-rspec-expectations Section: ruby Priority: optional -Maintainer: Debian Ruby Extras Maintainers +Maintainer: Ubuntu Developers +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-rspec-mocks, ruby-diff-lcs, ruby-rspec-core +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-diff-lcs 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-20 04:50:48.000000000 -0400 +++ ruby-rspec-expectations-2.5.0/debian/rules 2011-07-28 13:33:51.000000000 -0400 @@ -10,6 +10,7 @@ # # 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