diff -Nru ruby-activesupport-3.2-3.2.16/debian/changelog ruby-activesupport-3.2-3.2.16/debian/changelog --- ruby-activesupport-3.2-3.2.16/debian/changelog 2013-12-05 10:10:13.000000000 +0000 +++ ruby-activesupport-3.2-3.2.16/debian/changelog 2014-01-28 14:59:39.000000000 +0000 @@ -1,3 +1,9 @@ +ruby-activesupport-3.2 (3.2.16-2) unstable; urgency=low + + * Depend on ruby-minitest (Closes: #733423) + + -- Ondřej Surý Tue, 28 Jan 2014 15:59:26 +0100 + ruby-activesupport-3.2 (3.2.16-1) unstable; urgency=high [ Praveen Arimbrathodiyil ] diff -Nru ruby-activesupport-3.2-3.2.16/debian/control ruby-activesupport-3.2-3.2.16/debian/control --- ruby-activesupport-3.2-3.2.16/debian/control 2013-12-05 10:10:13.000000000 +0000 +++ ruby-activesupport-3.2-3.2.16/debian/control 2014-01-28 14:59:39.000000000 +0000 @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-i18n (>= 0.6~), - ruby-multi-json (>= 1.0~) + ruby-multi-json (>= 1.0~), + ruby-minitest Standards-Version: 3.9.3 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-activesupport-3.2.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-activesupport-3.2.git;a=summary @@ -22,7 +23,8 @@ ${misc:Depends}, ruby | ruby-interpreter, ruby-i18n (>= 0.6~), - ruby-multi-json (>= 1.0~) + ruby-multi-json (>= 1.0~), + ruby-minitest Conflicts: ruby-activesupport-2.3 Description: Support and utility classes used by the Rails 3.2 framework ActiveSupport consists of utility classes and extensions to the Ruby