[DRE-commits] r3477 - packages/libjson-ruby/trunk/debian

Ryan Niebur ryan52-guest at alioth.debian.org
Tue Apr 28 05:10:25 UTC 2009


Author: ryan52-guest
Date: 2009-04-28 05:10:24 +0000 (Tue, 28 Apr 2009)
New Revision: 3477

Modified:
   packages/libjson-ruby/trunk/debian/changelog
   packages/libjson-ruby/trunk/debian/control
   packages/libjson-ruby/trunk/debian/rules
Log:
* stop setup.rb from changing the shebang in the source
* always change the shebang in the installed version of edit-json to
  ruby1.8

Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog	2009-04-28 05:06:04 UTC (rev 3476)
+++ packages/libjson-ruby/trunk/debian/changelog	2009-04-28 05:10:24 UTC (rev 3477)
@@ -7,12 +7,14 @@
   * change section to ruby
   * debian policy 3.8.1
   * add dependency on ${misc:Depends}
-  * stop setup.rb from changing the shebang
+  * stop setup.rb from changing the shebang in the source
+  * always change the shebang in the installed version of edit-json to
+    ruby1.8
   * instead of installing the included prototype in the examples,
     symlink to the one from the libjs-prototype package, and depend on
     it
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 27 Apr 2009 22:05:16 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 27 Apr 2009 22:07:23 -0700
 
 libjson-ruby (1.1.2-1) unstable; urgency=low
 

Modified: packages/libjson-ruby/trunk/debian/control
===================================================================
--- packages/libjson-ruby/trunk/debian/control	2009-04-28 05:06:04 UTC (rev 3476)
+++ packages/libjson-ruby/trunk/debian/control	2009-04-28 05:10:24 UTC (rev 3477)
@@ -47,7 +47,7 @@
 Package: edit-json
 Architecture: all
 Section: devel
-Depends: ${misc:Depends}, ruby, libjson-ruby1.8, libgtk2-ruby1.8
+Depends: ${misc:Depends}, ruby1.8, libjson-ruby1.8, libgtk2-ruby1.8
 Description: JSON files editor
  Small graphical JSON editor. It allows creating and modifying JSON (JavaScript
  Object Notation) files with the aid of a graphical user interface.

Modified: packages/libjson-ruby/trunk/debian/rules
===================================================================
--- packages/libjson-ruby/trunk/debian/rules	2009-04-28 05:06:04 UTC (rev 3476)
+++ packages/libjson-ruby/trunk/debian/rules	2009-04-28 05:10:24 UTC (rev 3477)
@@ -26,7 +26,7 @@
 	   $(BASEDIR)/edit-json/usr/bin/edit_json
 	mv $(BASEDIR)/edit-json/usr/bin/prettify_json.rb \
 	   $(BASEDIR)/edit-json/usr/bin/prettify_json
-	sed -i 's,#! /usr/bin/ruby1.8,#!/usr/bin/env ruby,' $(BASEDIR)/edit-json/usr/bin/prettify_json $(BASEDIR)/edit-json/usr/bin/edit_json
+	sed -i 's,#!/usr/bin/env ruby,#! /usr/bin/ruby1.8,' $(BASEDIR)/edit-json/usr/bin/prettify_json $(BASEDIR)/edit-json/usr/bin/edit_json
 
 clean::
 	sed -i 's,#! /usr/bin/ruby1.8,#!/usr/bin/env ruby,' bin/edit_json.rb bin/prettify_json.rb




More information about the Pkg-ruby-extras-commits mailing list