Your message dated Fri, 16 Apr 2010 15:47:23 +0900
with message-id <87hbnbdhc4...@sugi.office.osdn.jp>
and subject line Fixed in libgettext-ruby 2.1.0-2.
has caused the Debian Bug report #576496,
regarding libgettext-ruby1.8: not installable with current ruby1.8
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
576496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgettext-ruby1.8
Version: 2.1.0-1
Severity: grave
Justification: renders package uninstallable
Tags: patch
Starting with version 1.8.7.249-3, the ruby1.8 package provides
and conflicts with irb1.8. Since libgettext-ruby1.8 has a
versioned dependency on irb1.8, this makes libgettext-ruby1.8
uninstallable with recent ruby1.8 versions.
Fix it by explicitly allow ruby1.8 as an alternative
implementation.
Signed-off-by: Jonathan Nieder <jrnie...@gmail.com>
---
I noticed this when trying the big upgrade with aptitude.
Thoughts?
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2ce412d..1382b41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgettext-ruby (2.1.0-1.1) local; urgency=low
+
+ * Adjust dependencies to allow use of ruby1.8 to provide irb1.8.
+
+ -- Jonathan Nieder <jrnie...@gmail.com> Mon, 05 Apr 2010 01:44:07 -0500
+
libgettext-ruby (2.1.0-1) unstable; urgency=medium
* New upstream release (Closes: #569869, #480692, #542925)
diff --git a/debian/control b/debian/control
index baeddcb..a99cb50 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Taku YASUI <t...@debian.or.jp>
Package: libgettext-ruby1.8
Provides: libgettext-ruby, libgettext-ruby-util
Architecture: all
-Depends: irb1.8 (>= 1.4.3), locales, liblocale-ruby1.8 (>= 2.0.0), ruby1.8,
libruby (>= 1.8.2), ${misc:Depends}
+Depends: ruby1.8 (>= 1.8.7.249-3) | irb1.8 (>= 1.4.3), locales,
liblocale-ruby1.8 (>= 2.0.0), ruby1.8, libruby (>= 1.8.2), ${misc:Depends}
Conflicts: libgettext-ruby (<= 0.8.1-2), apt-listbugs (<= 0.0.94),
libgettext-ruby-data (<< 2.0.0), libgettext-ruby-util (<< 2.0.0)
Replaces: libgettext-ruby (<= 0.8.1-2)
Suggests: gettext (>= 0.10.35)
--
1.7.0.3
--- End Message ---
--- Begin Message ---
Hello,
This bug was fixed in libgettext-ruby 2.1.0-2.
# However I splitted changelog to two version, so
# I'm closing this bug manually.
Anyway, thanks Mutsumi Ishikawa for uploading.
--
Tatsuki Sugiura mailto:s...@nemui.org
--- End Message ---