[DRE-commits] [SCM] ctioga2.git branch, master, updated. debian/0.2-2-3-ga57547d

Vincent Fourmond fourmond at debian.org
Tue Jun 7 19:24:21 UTC 2011


The following commit has been merged in the master branch:
commit 142b3c411a8360b3c89ea5d5c0cba5c33281a3d7
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Tue Jun 7 21:01:55 2011 +0200

    Fix the ugly coding: undecided

diff --git a/debian/changelog b/debian/changelog
index 7e8f427..3640750 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ ctioga2 (0.2-3) unstable; urgency=low
 
   * Do not forget the Ruby-Versions field in the binary packages
   * Update the (Build)?-Depend to the newer ruby-tioga package
+  * fix-ugly-coding.diff: fix the ugly coding: undecided emacs-induced
+    stuff that actually prevent ctioga2 from running with ruby1.9.1
 
- -- Vincent Fourmond <fourmond at debian.org>  Tue, 07 Jun 2011 20:44:40 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Tue, 07 Jun 2011 21:00:38 +0200
 
 ctioga2 (0.2-2) unstable; urgency=low
 
diff --git a/debian/patches/fix-ugly-coding.diff b/debian/patches/fix-ugly-coding.diff
new file mode 100644
index 0000000..1279ebc
--- /dev/null
+++ b/debian/patches/fix-ugly-coding.diff
@@ -0,0 +1,9 @@
+Index: ctioga2/lib/ctioga2/graphics/elements/parametric2d.rb
+===================================================================
+--- ctioga2.orig/lib/ctioga2/graphics/elements/parametric2d.rb	2011-06-07 20:59:00.054130722 +0200
++++ ctioga2/lib/ctioga2/graphics/elements/parametric2d.rb	2011-06-07 20:59:02.486130724 +0200
+@@ -1,4 +1,3 @@
+-# -*- coding: undecided -*-
+ # parametric2d.rb: a 2D curve whose parameters depend on Z values
+ # copyright (c) 2006, 2007, 2008, 2009, 2010 by Vincent Fourmond
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d666463
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ugly-coding.diff

-- 
ctioga2.git



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