[DRE-maint] Ubuntu librmagick-ruby 2.10.0-1build1

Ubuntu Merge-o-Matic mom at ubuntu.com
Tue Sep 8 23:38:55 UTC 2009


This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
-------------- next part --------------
Format: 1.7
Date: Tue, 08 Sep 2009 21:25:04 +0000
Source: librmagick-ruby
Binary: librmagick-ruby librmagick-ruby1.8 librmagick-ruby-doc
Architecture: source
Version: 2.10.0-1build1
Distribution: karmic
Urgency: low
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 librmagick-ruby - ImageMagick API for Ruby
 librmagick-ruby-doc - ImageMagick API for Ruby (documentation)
 librmagick-ruby1.8 - ImageMagick API for Ruby 1.8
Changes: 
 librmagick-ruby (2.10.0-1build1) karmic; urgency=low
 .
   * No-change rebuild against libmagickcore2
Files: 
 23160ada002252677e7a858f10fe67d7 2293 ruby optional librmagick-ruby_2.10.0-1build1.dsc
 092a74119ee2369da1f11d5abfb77131 11834 ruby optional librmagick-ruby_2.10.0-1build1.diff.gz
-------------- next part --------------
diff -pruN 2.10.0-1/debian/changelog 2.10.0-1build1/debian/changelog
--- 2.10.0-1/debian/changelog	2009-09-09 00:21:30.000000000 +0100
+++ 2.10.0-1build1/debian/changelog	2009-09-09 00:21:30.000000000 +0100
@@ -1,3 +1,9 @@
+librmagick-ruby (2.10.0-1build1) karmic; urgency=low
+
+  * No-change rebuild against libmagickcore2
+
+ -- Steve Langasek <steve.langasek at ubuntu.com>  Tue, 08 Sep 2009 21:25:04 +0000
+
 librmagick-ruby (2.10.0-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 2.10.0-1/doc/ex/adaptive_threshold.rb 2.10.0-1build1/doc/ex/adaptive_threshold.rb
--- 2.10.0-1/doc/ex/adaptive_threshold.rb	2007-02-16 00:45:29.000000000 +0000
+++ 2.10.0-1build1/doc/ex/adaptive_threshold.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#adaptive_threshold method
diff -pruN 2.10.0-1/doc/ex/add_noise.rb 2.10.0-1build1/doc/ex/add_noise.rb
--- 2.10.0-1/doc/ex/add_noise.rb	2007-02-17 15:06:15.000000000 +0000
+++ 2.10.0-1build1/doc/ex/add_noise.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#add_noise method
diff -pruN 2.10.0-1/doc/ex/affine.rb 2.10.0-1build1/doc/ex/affine.rb
--- 2.10.0-1/doc/ex/affine.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/affine.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the affine primitive. Transform the
diff -pruN 2.10.0-1/doc/ex/affine_transform.rb 2.10.0-1build1/doc/ex/affine_transform.rb
--- 2.10.0-1/doc/ex/affine_transform.rb	2005-01-26 00:17:23.000000000 +0000
+++ 2.10.0-1build1/doc/ex/affine_transform.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#affine_transform method
diff -pruN 2.10.0-1/doc/ex/arcpath.rb 2.10.0-1build1/doc/ex/arcpath.rb
--- 2.10.0-1/doc/ex/arcpath.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/arcpath.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the "path" drawing primitive.
diff -pruN 2.10.0-1/doc/ex/arc.rb 2.10.0-1build1/doc/ex/arc.rb
--- 2.10.0-1/doc/ex/arc.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/arc.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 i = Magick::Image.new(300, 220, Magick::HatchFill.new("white","lightcyan2"))
diff -pruN 2.10.0-1/doc/ex/average.rb 2.10.0-1build1/doc/ex/average.rb
--- 2.10.0-1/doc/ex/average.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/average.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 # Demonstrate ImageList#average method
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/axes.rb 2.10.0-1build1/doc/ex/axes.rb
--- 2.10.0-1/doc/ex/axes.rb	2009-01-18 20:12:44.000000000 +0000
+++ 2.10.0-1build1/doc/ex/axes.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/bilevel_channel.rb 2.10.0-1build1/doc/ex/bilevel_channel.rb
--- 2.10.0-1/doc/ex/bilevel_channel.rb	2007-03-23 23:02:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/bilevel_channel.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/blur_image.rb 2.10.0-1build1/doc/ex/blur_image.rb
--- 2.10.0-1/doc/ex/blur_image.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/blur_image.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#blur_image method
diff -pruN 2.10.0-1/doc/ex/border.rb 2.10.0-1build1/doc/ex/border.rb
--- 2.10.0-1/doc/ex/border.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/border.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#border method
diff -pruN 2.10.0-1/doc/ex/bounding_box.rb 2.10.0-1build1/doc/ex/bounding_box.rb
--- 2.10.0-1/doc/ex/bounding_box.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/bounding_box.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 img = Magick::Image.new(200,200) { self.background_color = "#ffffcc" }
diff -pruN 2.10.0-1/doc/ex/cbezier1.rb 2.10.0-1build1/doc/ex/cbezier1.rb
--- 2.10.0-1/doc/ex/cbezier1.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/cbezier1.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/cbezier2.rb 2.10.0-1build1/doc/ex/cbezier2.rb
--- 2.10.0-1/doc/ex/cbezier2.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/cbezier2.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/cbezier3.rb 2.10.0-1build1/doc/ex/cbezier3.rb
--- 2.10.0-1/doc/ex/cbezier3.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/cbezier3.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/cbezier4.rb 2.10.0-1build1/doc/ex/cbezier4.rb
--- 2.10.0-1/doc/ex/cbezier4.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/cbezier4.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/cbezier5.rb 2.10.0-1build1/doc/ex/cbezier5.rb
--- 2.10.0-1/doc/ex/cbezier5.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/cbezier5.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/cbezier6.rb 2.10.0-1build1/doc/ex/cbezier6.rb
--- 2.10.0-1/doc/ex/cbezier6.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/cbezier6.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/channel.rb 2.10.0-1build1/doc/ex/channel.rb
--- 2.10.0-1/doc/ex/channel.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/channel.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/charcoal.rb 2.10.0-1build1/doc/ex/charcoal.rb
--- 2.10.0-1/doc/ex/charcoal.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/charcoal.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#charcoal method
diff -pruN 2.10.0-1/doc/ex/chop.rb 2.10.0-1build1/doc/ex/chop.rb
--- 2.10.0-1/doc/ex/chop.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/chop.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#chop method
diff -pruN 2.10.0-1/doc/ex/circle.rb 2.10.0-1build1/doc/ex/circle.rb
--- 2.10.0-1/doc/ex/circle.rb	2009-01-03 00:29:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/circle.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/clip_path.rb 2.10.0-1build1/doc/ex/clip_path.rb
--- 2.10.0-1/doc/ex/clip_path.rb	2008-09-28 19:38:19.000000000 +0100
+++ 2.10.0-1build1/doc/ex/clip_path.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/coalesce.rb 2.10.0-1build1/doc/ex/coalesce.rb
--- 2.10.0-1/doc/ex/coalesce.rb	2004-06-11 01:24:14.000000000 +0100
+++ 2.10.0-1build1/doc/ex/coalesce.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 buttons = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/color_fill_to_border.rb 2.10.0-1build1/doc/ex/color_fill_to_border.rb
--- 2.10.0-1/doc/ex/color_fill_to_border.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/color_fill_to_border.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#color_fill_to_border method
diff -pruN 2.10.0-1/doc/ex/color_floodfill.rb 2.10.0-1build1/doc/ex/color_floodfill.rb
--- 2.10.0-1/doc/ex/color_floodfill.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/color_floodfill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#color_floodfill method
diff -pruN 2.10.0-1/doc/ex/color_histogram.rb 2.10.0-1build1/doc/ex/color_histogram.rb
--- 2.10.0-1/doc/ex/color_histogram.rb	2007-02-17 15:06:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/color_histogram.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/colorize.rb 2.10.0-1build1/doc/ex/colorize.rb
--- 2.10.0-1/doc/ex/colorize.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/colorize.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#colorize method by converting
diff -pruN 2.10.0-1/doc/ex/color_reset.rb 2.10.0-1build1/doc/ex/color_reset.rb
--- 2.10.0-1/doc/ex/color_reset.rb	2003-07-01 13:19:49.000000000 +0100
+++ 2.10.0-1build1/doc/ex/color_reset.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#color_reset! method
diff -pruN 2.10.0-1/doc/ex/colors.rb 2.10.0-1build1/doc/ex/colors.rb
--- 2.10.0-1/doc/ex/colors.rb	2007-09-08 19:34:18.000000000 +0100
+++ 2.10.0-1build1/doc/ex/colors.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 include Magick
 
diff -pruN 2.10.0-1/doc/ex/composite_layers.rb 2.10.0-1build1/doc/ex/composite_layers.rb
--- 2.10.0-1/doc/ex/composite_layers.rb	2007-12-26 21:40:39.000000000 +0000
+++ 2.10.0-1build1/doc/ex/composite_layers.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 class Magick::ImageList
diff -pruN 2.10.0-1/doc/ex/composite.rb 2.10.0-1build1/doc/ex/composite.rb
--- 2.10.0-1/doc/ex/composite.rb	2004-10-06 23:22:08.000000000 +0100
+++ 2.10.0-1build1/doc/ex/composite.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 # Demonstrate the effects of various composite operators.
 # Based on ImageMagick's composite test.
diff -pruN 2.10.0-1/doc/ex/contrast.rb 2.10.0-1build1/doc/ex/contrast.rb
--- 2.10.0-1/doc/ex/contrast.rb	2007-09-08 19:34:18.000000000 +0100
+++ 2.10.0-1build1/doc/ex/contrast.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#contrast method
diff -pruN 2.10.0-1/doc/ex/crop.rb 2.10.0-1build1/doc/ex/crop.rb
--- 2.10.0-1/doc/ex/crop.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/crop.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#crop method
diff -pruN 2.10.0-1/doc/ex/crop_with_gravity.rb 2.10.0-1build1/doc/ex/crop_with_gravity.rb
--- 2.10.0-1/doc/ex/crop_with_gravity.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/crop_with_gravity.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 #=======================================================#
 # Thanks to Robert Wagner for the idea of allowing a    #
diff -pruN 2.10.0-1/doc/ex/cycle_colormap.rb 2.10.0-1build1/doc/ex/cycle_colormap.rb
--- 2.10.0-1/doc/ex/cycle_colormap.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/cycle_colormap.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#cycle_colormap method
diff -pruN 2.10.0-1/doc/ex/dissolve.rb 2.10.0-1build1/doc/ex/dissolve.rb
--- 2.10.0-1/doc/ex/dissolve.rb	2006-08-04 23:58:48.000000000 +0100
+++ 2.10.0-1build1/doc/ex/dissolve.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/drawcomp.rb 2.10.0-1build1/doc/ex/drawcomp.rb
--- 2.10.0-1/doc/ex/drawcomp.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/drawcomp.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/drop_shadow.rb 2.10.0-1build1/doc/ex/drop_shadow.rb
--- 2.10.0-1/doc/ex/drop_shadow.rb	2005-05-01 00:05:25.000000000 +0100
+++ 2.10.0-1build1/doc/ex/drop_shadow.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Add a drop shadow to a text string. This example
diff -pruN 2.10.0-1/doc/ex/edge.rb 2.10.0-1build1/doc/ex/edge.rb
--- 2.10.0-1/doc/ex/edge.rb	2006-09-07 00:47:36.000000000 +0100
+++ 2.10.0-1build1/doc/ex/edge.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#edge method
diff -pruN 2.10.0-1/doc/ex/ellipse.rb 2.10.0-1build1/doc/ex/ellipse.rb
--- 2.10.0-1/doc/ex/ellipse.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/ellipse.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/emboss.rb 2.10.0-1build1/doc/ex/emboss.rb
--- 2.10.0-1/doc/ex/emboss.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/emboss.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#edge method
diff -pruN 2.10.0-1/doc/ex/enhance.rb 2.10.0-1build1/doc/ex/enhance.rb
--- 2.10.0-1/doc/ex/enhance.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/enhance.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#enhance method
diff -pruN 2.10.0-1/doc/ex/equalize.rb 2.10.0-1build1/doc/ex/equalize.rb
--- 2.10.0-1/doc/ex/equalize.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/equalize.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#equalize method
diff -pruN 2.10.0-1/doc/ex/evenodd.rb 2.10.0-1build1/doc/ex/evenodd.rb
--- 2.10.0-1/doc/ex/evenodd.rb	2005-07-15 21:49:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/evenodd.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 Magick::RVG.dpi = 90
diff -pruN 2.10.0-1/doc/ex/.examples 2.10.0-1build1/doc/ex/.examples
--- 2.10.0-1/doc/ex/.examples	1970-01-01 01:00:00.000000000 +0100
+++ 2.10.0-1build1/doc/ex/.examples	2009-09-09 00:21:30.000000000 +0100
@@ -0,0 +1 @@
+{¼"text01.rb["text01.gif"stroke_fill.rb["stroke_fill.gif"cbezier6.rb["cbezier6.gif"font_styles.rb["font_styles.gif"mask.rb["
mask.jpg"composite.rb["composite.gif"stegano.rb["stegano.gif"
remap.rb["remap.jpg"reduce_noise.rb["reduce_noise.jpg"line.rb["
line.gif"vignette.rb["vignette.jpg"tspan01.rb["tspan01.gif"
skewx.rb["skewx.gif"stroke_linejoin.rb["stroke_linejoin.gif"rvg_pattern.rb["rvg_pattern.gif"quantize-m.rb["quantize-m_before.jpg"quantize-m_after.jpg"cbezier1.rb["cbezier1.gif"arcs01.rb["arcs01.gif"cubic01.rb["cubic01.gif"gradientfill.rb["gradientfill.gif"solarize.rb["solarize.jpg"sketch.rb["sketch.jpg"
shave.rb["shave.jpg"rvg_linecap.rb["rvg_linecap.gif"polyline.rb["polyline.gif"text_styles.rb["text_styles.gif"sparse_color.rb["sparse_color.png"sepiatone.rb["sepiatone.jpg"segment.rb["segment.jpg"rvg_opacity.rb["rvg_opacity.gif"coalesce.rb["coalesce_anim.gif"coalesce.gif"
image.rb["image.gif"roundrect.rb["roundrect.gif"grav.rb["
grav.gif"matte_replace.rb["matte_replace_before.gif"matte_replace_after.gif"flip.rb["
flip.jpg"baseline_shift01.rb["baseline_shift01.gif"texture_fill_to_border.rb["&texture_fill_to_border_before.gif"%texture_fill_to_border_after.gif"RotateScale.rb["RotateScale.gif"composite_layers.rb["composite_layers.gif"composite_layers1.gif"wet_floor.rb["wet_floor.gif"crop_with_gravity.rb["crop_with_gravity.miff"roll.rb["
roll.jpg"resize_to_fit.rb["resize_to_fit.jpg"rectangle.rb["rectangle.gif"bilevel_channel.rb["bilevel_channel.jpg"get_type_metrics.rb["get_type_metrics.gif"splice.rb["splice.jpg"clip_path.rb["clip_path.gif"colorize.rb["colorize.jpg"mosaic.rb["mosaic.gif"ViewBox.rb["ViewBox_300x200.gif"ViewBox_150x200.gif"evenodd.rb["evenodd.gif"text_align.rb["text_align.gif"matte_floodfill.rb["matte_floodfill_before.gif"matte_floodfill_after.gif"spread.rb["spread.jpg"
shade.rb["shade.jpg"rect02.rb["rect02.gif"crop.rb["crop_before.jpg"crop_after.jpg"enhance.rb["enhance.jpg"colors.rb["colors.miff"colors.gif"qbezierpath.rb["qbezierpath.gif"preview.rb["preview.jpg"negate_channel.rb["negate_channel.jpg"dissolve.rb["dissolve.jpg"triangle01.rb["triangle01.gif"cbezier5.rb["cbezier5.gif"watermark.rb["watermark.jpg"edge.rb["
edge.jpg"
shear.rb["shear.jpg"rvg_clippath.rb["rvg_clippath.gif"composite_tiled.rb["composite_tiled.jpg"charcoal.rb["charcoal.jpg"
frame.rb["frame.jpg"polaroid.rb["polaroid.jpg"modulate.rb["modulate.jpg"path.rb["
path.gif"text.rb["
text.gif"
raise.rb["raise.jpg"border.rb["border.jpg"cbezier3.rb["cbezier3.gif"add_noise.rb["add_noise_UniformNoise.jpg" add_noise_GaussianNoise.jpg".add_noise_MultiplicativeGaussianNoise.jpg"add_noise_ImpulseNoise.jpg"!add_noise_LaplacianNoise.jpg"add_noise_PoissonNoise.jpg"to_blob.rb["to_blob.gif"rubyname.rb["rubyname.gif"rect01.rb["rect01.gif"negate.rb["negate.jpg"
level.rb["level.jpg"fill_pattern.rb["fill_pattern.gif"Skew.rb["
Skew.gif"tref01.rb["tref01.gif"texture_floodfill.rb["!texture_floodfill_before.gif" texture_floodfill_after.gif"remap_images.rb["remap_images.jpg"arc.rb["arc.gif"average.rb["average_before.gif"average_after.gif"pattern2.rb["pattern2.gif"color_floodfill.rb["color_floodfill_before.gif"color_floodfill_after.gif"cbezier4.rb["cbezier4.gif"implode.rb["implode.gif"NewCoordSys.rb["NewCoordSys.gif"ordered_dither.rb["ordered_dither.jpg"
morph.rb["morph.gif"oil_paint.rb["oil_paint.jpg"transpose.rb["transpose.jpg"threshold.rb["threshold.jpg"text_undercolor.rb["text_undercolor.gif"ellipse.rb["ellipse.gif"color_fill_to_border.rb["$color_fill_to_border_before.gif"#color_fill_to_border_after.gif"ellipse01.rb["ellipse01.gif"cycle_colormap.rb["cycle_colormap.gif"polygon01.rb["polygon01.gif"
smile.rb["smile.gif"quad01.rb["quad01.gif"nonzero.rb["nonzero.gif"polygon.rb["polygon.gif"drawcomp.rb["drawcomp1.gif"drawcomp2.gif"tspan03.rb["tspan03.gif"rvg_linejoin.rb["rvg_linejoin.gif"rotate.rb["rotate.gif"flatten_images.rb["flatten_images.gif"hatchfill.rb["hatchfill.gif"emboss.rb["emboss.jpg"arcpath.rb["arcpath.gif"radial_blur.rb["radial_blur.jpg"drop_shadow.rb["drop_shadow.gif"line01.rb["line01.gif"equalize.rb["equalize.jpg"text_antialias.rb["text_antialias.gif"opacity.rb["opacity.png"contrast.rb["contrast.jpg""get_multiline_type_metrics.rb["#get_multiline_type_metrics.gif"bounding_box.rb["bounding_box.gif"stroke_width.rb["stroke_width.gif"matte_fill_to_border.rb["$matte_fill_to_border_before.gif"#matte_fill_to_border_after.gif"viewex.rb["viewex.gif"
swirl.rb["swirl.gif"rvg_stroke_dasharray.rb["rvg_stroke_dasharray.gif"level_colors.rb["level_colors.jpg"channel.rb["channel.jpg"cubic02.rb["cubic02.gif"compose_mask.rb["compose_mask_example.jpg"compose_mask_source.gif"compose_mask.gif"arcs02.rb["arcs02.gif"stroke_dasharray.rb["stroke_dasharray.gif"
Use02.rb["Use02.gif"polyline01.rb["polyline01.gif"transverse.rb["transverse.jpg"rotate_f.rb["rotate_f.jpg"cbezier2.rb["cbezier2.gif"blur_image.rb["blur_image.jpg"normalize.rb["normalize.jpg"posterize.rb["posterize.jpg"mono.rb["
mono.jpg"writing_mode01.rb["writing_mode01.gif"translate.rb["translate.gif"texturefill.rb["texturefill.gif" random_threshold_channel.rb["!random_threshold_channel.jpg"
Use03.rb["Use03.gif"affine.rb["affine.gif"gravity.rb["rm_gravity_out.miff"axes.rb["
axes.gif"adaptive_threshold.rb["adaptive_threshold.jpg"circle01.rb["circle01.gif"gaussian_blur.rb["gaussian_blur.jpg"transparent.rb["transparent_before.gif"transparent_after.gif"stroke_linecap.rb["stroke_linecap.gif"
group.rb["group.gif"chop.rb["chop_before.jpg"chop_after.jpg"get_pixels.rb["get_pixels.jpg"pattern1.rb["pattern1.gif"writing_mode02.rb["writing_mode02.gif"unsharp_mask.rb["unsharp_mask.jpg"shadow.rb["shadow_before.gif"shadow_after.gif"median_filter.rb["median_filter.jpg"OrigCoordSys.rb["OrigCoordSys.gif"motion_blur.rb["motion_blur.jpg"trim.rb["trim_before.jpg"trim_after.jpg"
Use01.rb["Use01.gif"InitialCoords.rb["InitialCoords.gif"PreserveAspectRatio.rb["PreserveAspectRatio.gif"wave.rb["
wave.jpg"tspan02.rb["tspan02.gif"
skewy.rb["skewy.gif"color_reset.rb["color_reset.gif"flop.rb["
flop.jpg"nested_rvg.rb["nested_rvg.gif"resize_to_fill.rb["resize_to_fill.jpg"affine_transform.rb["affine_transform.jpg"circle.rb["circle.gif"color_histogram.rb["color_histogram.gif
\ No newline at end of file
diff -pruN 2.10.0-1/doc/ex/fill_pattern.rb 2.10.0-1build1/doc/ex/fill_pattern.rb
--- 2.10.0-1/doc/ex/fill_pattern.rb	2007-02-18 16:43:36.000000000 +0000
+++ 2.10.0-1build1/doc/ex/fill_pattern.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Magick::Draw#fill_pattern and #stroke_pattern attributes.
diff -pruN 2.10.0-1/doc/ex/flatten_images.rb 2.10.0-1build1/doc/ex/flatten_images.rb
--- 2.10.0-1/doc/ex/flatten_images.rb	2007-09-08 19:34:18.000000000 +0100
+++ 2.10.0-1build1/doc/ex/flatten_images.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 # Demonstrate flatten_images method. Create an image with a drop-shadow effect.
 
diff -pruN 2.10.0-1/doc/ex/flip.rb 2.10.0-1build1/doc/ex/flip.rb
--- 2.10.0-1/doc/ex/flip.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/flip.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#flip method
diff -pruN 2.10.0-1/doc/ex/flop.rb 2.10.0-1build1/doc/ex/flop.rb
--- 2.10.0-1/doc/ex/flop.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/flop.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#flop method
diff -pruN 2.10.0-1/doc/ex/fonts.rb 2.10.0-1build1/doc/ex/fonts.rb
--- 2.10.0-1/doc/ex/fonts.rb	2003-09-20 23:42:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/fonts.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Compute column widths
diff -pruN 2.10.0-1/doc/ex/font_styles.rb 2.10.0-1build1/doc/ex/font_styles.rb
--- 2.10.0-1/doc/ex/font_styles.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/font_styles.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 
diff -pruN 2.10.0-1/doc/ex/frame.rb 2.10.0-1build1/doc/ex/frame.rb
--- 2.10.0-1/doc/ex/frame.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/frame.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#frame method
diff -pruN 2.10.0-1/doc/ex/gaussian_blur.rb 2.10.0-1build1/doc/ex/gaussian_blur.rb
--- 2.10.0-1/doc/ex/gaussian_blur.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/gaussian_blur.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#gaussian_blur method
diff -pruN 2.10.0-1/doc/ex/get_multiline_type_metrics.rb 2.10.0-1build1/doc/ex/get_multiline_type_metrics.rb
--- 2.10.0-1/doc/ex/get_multiline_type_metrics.rb	2007-09-30 23:21:23.000000000 +0100
+++ 2.10.0-1build1/doc/ex/get_multiline_type_metrics.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 TEXT = 'get\nmultiline\ntype\nmetrics'
diff -pruN 2.10.0-1/doc/ex/get_pixels.rb 2.10.0-1build1/doc/ex/get_pixels.rb
--- 2.10.0-1/doc/ex/get_pixels.rb	2003-08-02 18:34:33.000000000 +0100
+++ 2.10.0-1build1/doc/ex/get_pixels.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate partial transparency and the get_pixels and
diff -pruN 2.10.0-1/doc/ex/get_type_metrics.rb 2.10.0-1build1/doc/ex/get_type_metrics.rb
--- 2.10.0-1/doc/ex/get_type_metrics.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/get_type_metrics.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Add a method for drawing braces.
diff -pruN 2.10.0-1/doc/ex/gradientfill.rb 2.10.0-1build1/doc/ex/gradientfill.rb
--- 2.10.0-1/doc/ex/gradientfill.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/gradientfill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the GradientFill class
diff -pruN 2.10.0-1/doc/ex/gravity.rb 2.10.0-1build1/doc/ex/gravity.rb
--- 2.10.0-1/doc/ex/gravity.rb	2007-09-08 19:34:18.000000000 +0100
+++ 2.10.0-1build1/doc/ex/gravity.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 #
 #   A RMagick version of Magick++/demo/gravity.cpp
 #
diff -pruN 2.10.0-1/doc/ex/grav.rb 2.10.0-1build1/doc/ex/grav.rb
--- 2.10.0-1/doc/ex/grav.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/grav.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/hatchfill.rb 2.10.0-1build1/doc/ex/hatchfill.rb
--- 2.10.0-1/doc/ex/hatchfill.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/hatchfill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the HatchFill class
diff -pruN 2.10.0-1/doc/ex/implode.rb 2.10.0-1build1/doc/ex/implode.rb
--- 2.10.0-1/doc/ex/implode.rb	2007-07-25 23:51:31.000000000 +0100
+++ 2.10.0-1build1/doc/ex/implode.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/level.rb 2.10.0-1build1/doc/ex/level.rb
--- 2.10.0-1/doc/ex/level.rb	2007-03-23 23:02:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/level.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#level method
diff -pruN 2.10.0-1/doc/ex/line.rb 2.10.0-1build1/doc/ex/line.rb
--- 2.10.0-1/doc/ex/line.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/line.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/mask.rb 2.10.0-1build1/doc/ex/mask.rb
--- 2.10.0-1/doc/ex/mask.rb	2008-03-07 01:41:44.000000000 +0000
+++ 2.10.0-1build1/doc/ex/mask.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/matte_fill_to_border.rb 2.10.0-1build1/doc/ex/matte_fill_to_border.rb
--- 2.10.0-1/doc/ex/matte_fill_to_border.rb	2007-07-25 23:51:31.000000000 +0100
+++ 2.10.0-1build1/doc/ex/matte_fill_to_border.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/matte_floodfill.rb 2.10.0-1build1/doc/ex/matte_floodfill.rb
--- 2.10.0-1/doc/ex/matte_floodfill.rb	2007-08-01 23:22:48.000000000 +0100
+++ 2.10.0-1build1/doc/ex/matte_floodfill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/matte_replace.rb 2.10.0-1build1/doc/ex/matte_replace.rb
--- 2.10.0-1/doc/ex/matte_replace.rb	2007-08-01 23:22:48.000000000 +0100
+++ 2.10.0-1build1/doc/ex/matte_replace.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/median_filter.rb 2.10.0-1build1/doc/ex/median_filter.rb
--- 2.10.0-1/doc/ex/median_filter.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/median_filter.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#median_filter method
diff -pruN 2.10.0-1/doc/ex/modulate.rb 2.10.0-1build1/doc/ex/modulate.rb
--- 2.10.0-1/doc/ex/modulate.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/modulate.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#modulate method
diff -pruN 2.10.0-1/doc/ex/mono.rb 2.10.0-1build1/doc/ex/mono.rb
--- 2.10.0-1/doc/ex/mono.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/mono.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the ImageListImage#quantize method by converting
diff -pruN 2.10.0-1/doc/ex/morph.rb 2.10.0-1build1/doc/ex/morph.rb
--- 2.10.0-1/doc/ex/morph.rb	2003-07-01 13:19:49.000000000 +0100
+++ 2.10.0-1build1/doc/ex/morph.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/mosaic.rb 2.10.0-1build1/doc/ex/mosaic.rb
--- 2.10.0-1/doc/ex/mosaic.rb	2003-07-01 13:19:49.000000000 +0100
+++ 2.10.0-1build1/doc/ex/mosaic.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the mosaic method
diff -pruN 2.10.0-1/doc/ex/motion_blur.rb 2.10.0-1build1/doc/ex/motion_blur.rb
--- 2.10.0-1/doc/ex/motion_blur.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/motion_blur.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#blur_image method
diff -pruN 2.10.0-1/doc/ex/negate_channel.rb 2.10.0-1build1/doc/ex/negate_channel.rb
--- 2.10.0-1/doc/ex/negate_channel.rb	2007-02-16 00:45:29.000000000 +0000
+++ 2.10.0-1build1/doc/ex/negate_channel.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#negate_channel method
diff -pruN 2.10.0-1/doc/ex/negate.rb 2.10.0-1build1/doc/ex/negate.rb
--- 2.10.0-1/doc/ex/negate.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/negate.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#negate method
diff -pruN 2.10.0-1/doc/ex/nested_rvg.rb 2.10.0-1build1/doc/ex/nested_rvg.rb
--- 2.10.0-1/doc/ex/nested_rvg.rb	2005-07-15 21:49:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/nested_rvg.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'rvg/rvg'
 
diff -pruN 2.10.0-1/doc/ex/nonzero.rb 2.10.0-1build1/doc/ex/nonzero.rb
--- 2.10.0-1/doc/ex/nonzero.rb	2005-07-15 21:49:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/nonzero.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 Magick::RVG.dpi = 90
diff -pruN 2.10.0-1/doc/ex/normalize.rb 2.10.0-1build1/doc/ex/normalize.rb
--- 2.10.0-1/doc/ex/normalize.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/normalize.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#normalize method
diff -pruN 2.10.0-1/doc/ex/oil_paint.rb 2.10.0-1build1/doc/ex/oil_paint.rb
--- 2.10.0-1/doc/ex/oil_paint.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/oil_paint.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#oil_paint method
diff -pruN 2.10.0-1/doc/ex/opacity.rb 2.10.0-1build1/doc/ex/opacity.rb
--- 2.10.0-1/doc/ex/opacity.rb	2009-02-01 14:55:19.000000000 +0000
+++ 2.10.0-1build1/doc/ex/opacity.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 canvas = Magick::Image.new(260, 125)
diff -pruN 2.10.0-1/doc/ex/ordered_dither.rb 2.10.0-1build1/doc/ex/ordered_dither.rb
--- 2.10.0-1/doc/ex/ordered_dither.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/ordered_dither.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#ordered_dither method
diff -pruN 2.10.0-1/doc/ex/path.rb 2.10.0-1build1/doc/ex/path.rb
--- 2.10.0-1/doc/ex/path.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/path.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/pattern1.rb 2.10.0-1build1/doc/ex/pattern1.rb
--- 2.10.0-1/doc/ex/pattern1.rb	2004-12-08 00:50:23.000000000 +0000
+++ 2.10.0-1build1/doc/ex/pattern1.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/pattern2.rb 2.10.0-1build1/doc/ex/pattern2.rb
--- 2.10.0-1/doc/ex/pattern2.rb	2004-12-08 00:50:23.000000000 +0000
+++ 2.10.0-1build1/doc/ex/pattern2.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/polaroid.rb 2.10.0-1build1/doc/ex/polaroid.rb
--- 2.10.0-1/doc/ex/polaroid.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/polaroid.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 require 'date'
 
diff -pruN 2.10.0-1/doc/ex/polygon.rb 2.10.0-1build1/doc/ex/polygon.rb
--- 2.10.0-1/doc/ex/polygon.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/polygon.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/polyline.rb 2.10.0-1build1/doc/ex/polyline.rb
--- 2.10.0-1/doc/ex/polyline.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/polyline.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/posterize.rb 2.10.0-1build1/doc/ex/posterize.rb
--- 2.10.0-1/doc/ex/posterize.rb	2007-02-17 15:06:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/posterize.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/preview.rb 2.10.0-1build1/doc/ex/preview.rb
--- 2.10.0-1/doc/ex/preview.rb	2007-02-16 00:45:29.000000000 +0000
+++ 2.10.0-1build1/doc/ex/preview.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/qbezierpath.rb 2.10.0-1build1/doc/ex/qbezierpath.rb
--- 2.10.0-1/doc/ex/qbezierpath.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/qbezierpath.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/quantize-m.rb 2.10.0-1build1/doc/ex/quantize-m.rb
--- 2.10.0-1/doc/ex/quantize-m.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/quantize-m.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 # Demonstrate the ImageList#quantize method
 
diff -pruN 2.10.0-1/doc/ex/radial_blur.rb 2.10.0-1build1/doc/ex/radial_blur.rb
--- 2.10.0-1/doc/ex/radial_blur.rb	2007-02-16 00:45:29.000000000 +0000
+++ 2.10.0-1build1/doc/ex/radial_blur.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#radial_blur method
diff -pruN 2.10.0-1/doc/ex/raise.rb 2.10.0-1build1/doc/ex/raise.rb
--- 2.10.0-1/doc/ex/raise.rb	2007-02-17 15:06:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/raise.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#raise method.
diff -pruN 2.10.0-1/doc/ex/random_threshold_channel.rb 2.10.0-1build1/doc/ex/random_threshold_channel.rb
--- 2.10.0-1/doc/ex/random_threshold_channel.rb	2007-03-23 23:02:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/random_threshold_channel.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 # Demonstrate the random_channel_threshold method
 
diff -pruN 2.10.0-1/doc/ex/rectangle.rb 2.10.0-1build1/doc/ex/rectangle.rb
--- 2.10.0-1/doc/ex/rectangle.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/rectangle.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/reduce_noise.rb 2.10.0-1build1/doc/ex/reduce_noise.rb
--- 2.10.0-1/doc/ex/reduce_noise.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/reduce_noise.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#reduce_noise method
diff -pruN 2.10.0-1/doc/ex/remap.rb 2.10.0-1build1/doc/ex/remap.rb
--- 2.10.0-1/doc/ex/remap.rb	2008-09-28 01:16:54.000000000 +0100
+++ 2.10.0-1build1/doc/ex/remap.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 img = Magick::Image.read("images/Flower_Hat.jpg").first
diff -pruN 2.10.0-1/doc/ex/resize_to_fill.rb 2.10.0-1build1/doc/ex/resize_to_fill.rb
--- 2.10.0-1/doc/ex/resize_to_fill.rb	2008-01-03 23:58:38.000000000 +0000
+++ 2.10.0-1build1/doc/ex/resize_to_fill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the crop_resize method
diff -pruN 2.10.0-1/doc/ex/resize_to_fit.rb 2.10.0-1build1/doc/ex/resize_to_fit.rb
--- 2.10.0-1/doc/ex/resize_to_fit.rb	2008-01-03 23:58:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/resize_to_fit.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the crop_resize method
diff -pruN 2.10.0-1/doc/ex/roll.rb 2.10.0-1build1/doc/ex/roll.rb
--- 2.10.0-1/doc/ex/roll.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/roll.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 img = Magick::Image.read('images/Flower_Hat.jpg').first
diff -pruN 2.10.0-1/doc/ex/rotate_f.rb 2.10.0-1build1/doc/ex/rotate_f.rb
--- 2.10.0-1/doc/ex/rotate_f.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/rotate_f.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#rotate method
diff -pruN 2.10.0-1/doc/ex/rotate.rb 2.10.0-1build1/doc/ex/rotate.rb
--- 2.10.0-1/doc/ex/rotate.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/rotate.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/roundrect.rb 2.10.0-1build1/doc/ex/roundrect.rb
--- 2.10.0-1/doc/ex/roundrect.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/roundrect.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/rubyname.rb 2.10.0-1build1/doc/ex/rubyname.rb
--- 2.10.0-1/doc/ex/rubyname.rb	2007-09-08 19:34:18.000000000 +0100
+++ 2.10.0-1build1/doc/ex/rubyname.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the annotate method
diff -pruN 2.10.0-1/doc/ex/rvg_linecap.rb 2.10.0-1build1/doc/ex/rvg_linecap.rb
--- 2.10.0-1/doc/ex/rvg_linecap.rb	2005-07-15 21:49:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/rvg_linecap.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 Magick::RVG.dpi = 90
diff -pruN 2.10.0-1/doc/ex/rvg_opacity.rb 2.10.0-1build1/doc/ex/rvg_opacity.rb
--- 2.10.0-1/doc/ex/rvg_opacity.rb	2005-07-15 21:49:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/rvg_opacity.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 FONT_STYLES = {:font_size=>20, :font_weight=>'bold', :fill=>'white'}
diff -pruN 2.10.0-1/doc/ex/rvg_stroke_dasharray.rb 2.10.0-1build1/doc/ex/rvg_stroke_dasharray.rb
--- 2.10.0-1/doc/ex/rvg_stroke_dasharray.rb	2005-07-15 21:49:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/rvg_stroke_dasharray.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 rvg = Magick::RVG.new(200, 100) do |canvas|
diff -pruN 2.10.0-1/doc/ex/segment.rb 2.10.0-1build1/doc/ex/segment.rb
--- 2.10.0-1/doc/ex/segment.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/segment.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#segment method.
diff -pruN 2.10.0-1/doc/ex/sepiatone.rb 2.10.0-1build1/doc/ex/sepiatone.rb
--- 2.10.0-1/doc/ex/sepiatone.rb	2007-03-23 23:02:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/sepiatone.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/shade.rb 2.10.0-1build1/doc/ex/shade.rb
--- 2.10.0-1/doc/ex/shade.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/shade.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate Image#shade
diff -pruN 2.10.0-1/doc/ex/shave.rb 2.10.0-1build1/doc/ex/shave.rb
--- 2.10.0-1/doc/ex/shave.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/shave.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#shave method
diff -pruN 2.10.0-1/doc/ex/shear.rb 2.10.0-1build1/doc/ex/shear.rb
--- 2.10.0-1/doc/ex/shear.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/shear.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#shear method.
diff -pruN 2.10.0-1/doc/ex/sketch.rb 2.10.0-1build1/doc/ex/sketch.rb
--- 2.10.0-1/doc/ex/sketch.rb	2007-08-15 23:31:14.000000000 +0100
+++ 2.10.0-1build1/doc/ex/sketch.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/skewx.rb 2.10.0-1build1/doc/ex/skewx.rb
--- 2.10.0-1/doc/ex/skewx.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/skewx.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/skewy.rb 2.10.0-1build1/doc/ex/skewy.rb
--- 2.10.0-1/doc/ex/skewy.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/skewy.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/smile.rb 2.10.0-1build1/doc/ex/smile.rb
--- 2.10.0-1/doc/ex/smile.rb	2007-03-23 23:02:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/smile.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 # RMagick version of ImageMagick's "smile.c" example program.
 
 require 'RMagick'
diff -pruN 2.10.0-1/doc/ex/solarize.rb 2.10.0-1build1/doc/ex/solarize.rb
--- 2.10.0-1/doc/ex/solarize.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/solarize.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#solarize method
diff -pruN 2.10.0-1/doc/ex/splice.rb 2.10.0-1build1/doc/ex/splice.rb
--- 2.10.0-1/doc/ex/splice.rb	2007-02-17 15:06:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/splice.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the splice method.
diff -pruN 2.10.0-1/doc/ex/spread.rb 2.10.0-1build1/doc/ex/spread.rb
--- 2.10.0-1/doc/ex/spread.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/spread.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#spread method
diff -pruN 2.10.0-1/doc/ex/stegano.rb 2.10.0-1build1/doc/ex/stegano.rb
--- 2.10.0-1/doc/ex/stegano.rb	2007-02-17 15:06:16.000000000 +0000
+++ 2.10.0-1build1/doc/ex/stegano.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#stegano method.
diff -pruN 2.10.0-1/doc/ex/stroke_dasharray.rb 2.10.0-1build1/doc/ex/stroke_dasharray.rb
--- 2.10.0-1/doc/ex/stroke_dasharray.rb	2009-01-03 00:29:17.000000000 +0000
+++ 2.10.0-1build1/doc/ex/stroke_dasharray.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/stroke_fill.rb 2.10.0-1build1/doc/ex/stroke_fill.rb
--- 2.10.0-1/doc/ex/stroke_fill.rb	2005-07-15 21:49:47.000000000 +0100
+++ 2.10.0-1build1/doc/ex/stroke_fill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 rvg = Magick::RVG.new(150, 150) do |canvas|
diff -pruN 2.10.0-1/doc/ex/stroke_linecap.rb 2.10.0-1build1/doc/ex/stroke_linecap.rb
--- 2.10.0-1/doc/ex/stroke_linecap.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/stroke_linecap.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/stroke_linejoin.rb 2.10.0-1build1/doc/ex/stroke_linejoin.rb
--- 2.10.0-1/doc/ex/stroke_linejoin.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/stroke_linejoin.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/stroke_width.rb 2.10.0-1build1/doc/ex/stroke_width.rb
--- 2.10.0-1/doc/ex/stroke_width.rb	2009-01-03 00:29:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/stroke_width.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/swirl.rb 2.10.0-1build1/doc/ex/swirl.rb
--- 2.10.0-1/doc/ex/swirl.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/swirl.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#swirl method
diff -pruN 2.10.0-1/doc/ex/text_align.rb 2.10.0-1build1/doc/ex/text_align.rb
--- 2.10.0-1/doc/ex/text_align.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/text_align.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Draw#text_align method
diff -pruN 2.10.0-1/doc/ex/text_antialias.rb 2.10.0-1build1/doc/ex/text_antialias.rb
--- 2.10.0-1/doc/ex/text_antialias.rb	2007-09-08 19:34:18.000000000 +0100
+++ 2.10.0-1build1/doc/ex/text_antialias.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/text.rb 2.10.0-1build1/doc/ex/text.rb
--- 2.10.0-1/doc/ex/text.rb	2009-01-03 00:29:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/text.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/text_styles.rb 2.10.0-1build1/doc/ex/text_styles.rb
--- 2.10.0-1/doc/ex/text_styles.rb	2009-01-03 00:29:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/text_styles.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'rvg/rvg'
 
 
diff -pruN 2.10.0-1/doc/ex/text_undercolor.rb 2.10.0-1build1/doc/ex/text_undercolor.rb
--- 2.10.0-1/doc/ex/text_undercolor.rb	2009-01-03 00:29:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/text_undercolor.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Draw#text_undercolor method
diff -pruN 2.10.0-1/doc/ex/texturefill.rb 2.10.0-1build1/doc/ex/texturefill.rb
--- 2.10.0-1/doc/ex/texturefill.rb	2004-02-07 16:51:34.000000000 +0000
+++ 2.10.0-1build1/doc/ex/texturefill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Magick::TextureFill class.
diff -pruN 2.10.0-1/doc/ex/texture_fill_to_border.rb 2.10.0-1build1/doc/ex/texture_fill_to_border.rb
--- 2.10.0-1/doc/ex/texture_fill_to_border.rb	2005-01-15 14:38:27.000000000 +0000
+++ 2.10.0-1build1/doc/ex/texture_fill_to_border.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#texture_fill_to_border method
diff -pruN 2.10.0-1/doc/ex/texture_floodfill.rb 2.10.0-1build1/doc/ex/texture_floodfill.rb
--- 2.10.0-1/doc/ex/texture_floodfill.rb	2005-01-15 14:38:27.000000000 +0000
+++ 2.10.0-1build1/doc/ex/texture_floodfill.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#texture_floodfill method
diff -pruN 2.10.0-1/doc/ex/threshold.rb 2.10.0-1build1/doc/ex/threshold.rb
--- 2.10.0-1/doc/ex/threshold.rb	2007-03-23 23:02:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/threshold.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#threshold method
diff -pruN 2.10.0-1/doc/ex/to_blob.rb 2.10.0-1build1/doc/ex/to_blob.rb
--- 2.10.0-1/doc/ex/to_blob.rb	2004-11-28 21:57:06.000000000 +0000
+++ 2.10.0-1build1/doc/ex/to_blob.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 before = Magick::Image.read("images/Flower_Hat.jpg").first
diff -pruN 2.10.0-1/doc/ex/translate.rb 2.10.0-1build1/doc/ex/translate.rb
--- 2.10.0-1/doc/ex/translate.rb	2009-01-03 00:29:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/translate.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 imgl = Magick::ImageList.new
diff -pruN 2.10.0-1/doc/ex/transparent.rb 2.10.0-1build1/doc/ex/transparent.rb
--- 2.10.0-1/doc/ex/transparent.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/transparent.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#transparent method.
diff -pruN 2.10.0-1/doc/ex/transpose.rb 2.10.0-1build1/doc/ex/transpose.rb
--- 2.10.0-1/doc/ex/transpose.rb	2007-08-15 23:31:14.000000000 +0100
+++ 2.10.0-1build1/doc/ex/transpose.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#transpose method
diff -pruN 2.10.0-1/doc/ex/transverse.rb 2.10.0-1build1/doc/ex/transverse.rb
--- 2.10.0-1/doc/ex/transverse.rb	2007-08-15 23:31:14.000000000 +0100
+++ 2.10.0-1build1/doc/ex/transverse.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#transverse method
diff -pruN 2.10.0-1/doc/ex/unsharp_mask.rb 2.10.0-1build1/doc/ex/unsharp_mask.rb
--- 2.10.0-1/doc/ex/unsharp_mask.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/unsharp_mask.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 # Demonstrate the Image#enhance method
diff -pruN 2.10.0-1/doc/ex/viewex.rb 2.10.0-1build1/doc/ex/viewex.rb
--- 2.10.0-1/doc/ex/viewex.rb	2007-03-23 23:02:18.000000000 +0000
+++ 2.10.0-1build1/doc/ex/viewex.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/vignette.rb 2.10.0-1build1/doc/ex/vignette.rb
--- 2.10.0-1/doc/ex/vignette.rb	2007-02-16 00:45:29.000000000 +0000
+++ 2.10.0-1build1/doc/ex/vignette.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require 'RMagick'
 
diff -pruN 2.10.0-1/doc/ex/watermark.rb 2.10.0-1build1/doc/ex/watermark.rb
--- 2.10.0-1/doc/ex/watermark.rb	2007-09-22 23:49:22.000000000 +0100
+++ 2.10.0-1build1/doc/ex/watermark.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 
 require "RMagick"
 
diff -pruN 2.10.0-1/doc/ex/wave.rb 2.10.0-1build1/doc/ex/wave.rb
--- 2.10.0-1/doc/ex/wave.rb	2004-01-04 22:49:50.000000000 +0000
+++ 2.10.0-1build1/doc/ex/wave.rb	2009-09-09 00:21:30.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/ruby -w
+#!/usr/bin/ruby1.8 -w
 require 'RMagick'
 
 img = Magick::Image.read('images/Flower_Hat.jpg').first


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