severity 685330 serious justification simple problem that causes rails3 to pull in ruby1.8 unnecessarily tag 685330 patch thanks
I've uploaded the fix to mentors http://mentors.debian.net/packages/ruby-hoe diff -Nru ruby-hoe-3.0.3/debian/changelog ruby-hoe-3.0.3/debian/changelog --- ruby-hoe-3.0.3/debian/changelog 2012-04-25 03:21:15.000000000 -0700 +++ ruby-hoe-3.0.3/debian/changelog 2012-08-25 09:30:08.000000000 -0700 @@ -1,3 +1,12 @@ +ruby-hoe (3.0.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Depend: on rubygems1.9.1 | rubygems so that ruby-hoe doesn't pull in + ruby1.8 through rubygems. + * Fix debian/copyright formatting and update to copyright 1.0 standard. + + -- Shawn Landden <shawnland...@gmail.com> Sat, 25 Aug 2012 09:29:30 -0700 + ruby-hoe (3.0.3-1) unstable; urgency=low [ Cédric Boutillier ] diff -Nru ruby-hoe-3.0.3/debian/control ruby-hoe-3.0.3/debian/control --- ruby-hoe-3.0.3/debian/control 2012-04-25 03:21:15.000000000 -0700 +++ ruby-hoe-3.0.3/debian/control 2012-08-19 12:58:54.000000000 -0700 @@ -14,7 +14,11 @@ Package: ruby-hoe Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake (>= 0.8.7), rubygems +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ruby | ruby-interpreter, + rake (>= 0.8.7), + rubygems1.9.1 | rubygems Description: rake/rubygems helper for project Rakefiles Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage and maintain, and release your project and includes a dynamic diff -Nru ruby-hoe-3.0.3/debian/copyright ruby-hoe-3.0.3/debian/copyright --- ruby-hoe-3.0.3/debian/copyright 2012-04-25 03:21:15.000000000 -0700 +++ ruby-hoe-3.0.3/debian/copyright 2012-08-25 09:29:24.000000000 -0700 @@ -1,4 +1,4 @@ -Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hoe Source: http://seattlerb.rubyforge.org/hoe/ Comment: Hoe.pdf was removed from the upstream tarball to address the @@ -8,6 +8,12 @@ Files: * Copyright: Copyright (c) Ryan Davis, Seattle.rb License: MIT + +Files: debian/* +Copyright: Copyright 2011 Lucas Nussbaum <lu...@lucas-nussbaum.net> +License: MIT + +License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including @@ -15,10 +21,10 @@ distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -26,7 +32,3 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Files: debian/* -Copyright: Copyright 2011 Lucas Nussbaum <lu...@lucas-nussbaum.net> -License: MIT -- -Shawn Landden -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org