tags 461035 + patch
thanks

Hi,

Attached is the diff for my prime 1.0.0.1-1.1 NMU.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |
diff -u prime-1.0.0.1/debian/control prime-1.0.0.1/debian/control
--- prime-1.0.0.1/debian/control
+++ prime-1.0.0.1/debian/control
@@ -3,12 +3,13 @@
 Priority: optional
 Maintainer: Hidetaka Iwai <[EMAIL PROTECTED]>
 Uploaders: Masahito Omote <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), dpatch, ruby (>= 1.8), ruby (<< 1.9)
+Build-Depends-Indep: debhelper (>> 4.0.0), dpatch, ruby1.8, ruby
+Build-Conflicts: ruby1.9
 Standards-Version: 3.6.1
 
 Package: prime
 Architecture: all
-Depends: ruby (>= 1.8), ruby (<< 1.9), ruby1.8, libprogressbar-ruby1.8, libsuikyo-ruby1.8 (>= 2.0.0.1), libsary-ruby1.8, prime-dict
+Depends: ruby, ruby1.8, libprogressbar-ruby1.8, libsuikyo-ruby1.8 (>= 2.0.0.1), libsary-ruby1.8, prime-dict
 Description: Japanese PRedictive Input Method Editor
  PRIME is Japanese PRedictive Input  Method Editor.
  PRIME predicts the user's input using knowledge of natural
diff -u prime-1.0.0.1/debian/changelog prime-1.0.0.1/debian/changelog
--- prime-1.0.0.1/debian/changelog
+++ prime-1.0.0.1/debian/changelog
@@ -1,3 +1,14 @@
+prime (1.0.0.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload to fix RC bug.
+  * Instead of using a versioned dependancy on ruby, use a non-versioned one,
+    and build-conflicts with ruby1.9. A better fix would be to use "ruby1.8"
+    instead of "ruby" everywhere, but that's harder to do. The result is
+    that when Debian will switch to ruby1.9 by default, prime will fail to
+    build, and we can start working on porting it to ruby1.9. Closes: #461035.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]>  Mon, 11 Feb 2008 18:36:52 +0100
+
 prime (1.0.0.1-1) unstable; urgency=low
 
   * New upstream release

Reply via email to