[ resending, last mail bounced because of my stupid local setup ]

Hi Ralph,

attached you can find *my* solution for the diakonos RC bug #573636.
It's pretty simple but YMMV as usual :)

I plan to upload it to DELAYED/10 tonight. 10 because I'm leaving for
a week tomorrow and won't be able to do anything if the upload breaks
something (which it shouldn't).

If you want me to upload it faster (because you have no time or 
something)
just mail me.

Regards
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.
diff -u diakonos-0.8.12/debian/changelog diakonos-0.8.12/debian/changelog
--- diakonos-0.8.12/debian/changelog
+++ diakonos-0.8.12/debian/changelog
@@ -1,3 +1,11 @@
+diakonos (0.8.12-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Depend on ruby1.9.1 and call it directly in the shebang.
+    Closes: #573636
+
+ -- Evgeni Golov <evg...@debian.org>  Fri, 19 Mar 2010 10:42:42 +0100
+
 diakonos (0.8.12-1) unstable; urgency=medium
 
   * new upstream version, see upstream changelog, amongst the upstream changes
diff -u diakonos-0.8.12/debian/control diakonos-0.8.12/debian/control
--- diakonos-0.8.12/debian/control
+++ diakonos-0.8.12/debian/control
@@ -11,7 +11,7 @@
 
 Package: diakonos
 Architecture: all
-Depends: ${misc:Depends}, ruby (>=1.9.1)
+Depends: ${misc:Depends}, ruby1.9.1
 Homepage: http://purepistos.net/diakonos/
 Description: Customizable, usable console-based text editor
  an editor made it with the intention of being easier to configure and use than
only in patch2:
unchanged:
--- diakonos-0.8.12.orig/bin/diakonos
+++ diakonos-0.8.12/bin/diakonos
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/ruby1.9.1
 
 require 'diakonos'
 

Reply via email to