[DRE-commits] r2346 - packages/libxtemplate-ruby1.8/trunk/debian/patches

lucas at alioth.debian.org lucas at alioth.debian.org
Mon Dec 24 15:01:13 UTC 2007


Author: lucas
Date: 2007-12-24 15:01:13 +0000 (Mon, 24 Dec 2007)
New Revision: 2346

Added:
   packages/libxtemplate-ruby1.8/trunk/debian/patches/40_samples_fix.dpatch
Modified:
   packages/libxtemplate-ruby1.8/trunk/debian/patches/00list
Log:
included all patches

Modified: packages/libxtemplate-ruby1.8/trunk/debian/patches/00list
===================================================================
--- packages/libxtemplate-ruby1.8/trunk/debian/patches/00list	2007-12-24 15:00:33 UTC (rev 2345)
+++ packages/libxtemplate-ruby1.8/trunk/debian/patches/00list	2007-12-24 15:01:13 UTC (rev 2346)
@@ -1,2 +1,4 @@
 10_fix-ruby-path
 20_xt.c-move-func-decl-outside-function
+30_replace_id_with_object_id
+40_samples_fix

Added: packages/libxtemplate-ruby1.8/trunk/debian/patches/40_samples_fix.dpatch
===================================================================
--- packages/libxtemplate-ruby1.8/trunk/debian/patches/40_samples_fix.dpatch	                        (rev 0)
+++ packages/libxtemplate-ruby1.8/trunk/debian/patches/40_samples_fix.dpatch	2007-12-24 15:01:13 UTC (rev 2346)
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 40_samples_fix.dpatch by Lucas Nussbaum <lucas at lucas-nussbaum.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix ruby path in examples
+
+ at DPATCH@
+diff -urNad trunk~/samples/sample33.rb trunk/samples/sample33.rb
+--- trunk~/samples/sample33.rb	2004-09-07 15:26:36.000000000 +0200
++++ trunk/samples/sample33.rb	2007-12-24 16:00:12.000000000 +0100
+@@ -1,3 +1,4 @@
++#!/usr/bin/ruby1.8
+ # -*- ruby -*-
+ #
+ # An explicit iteration using the attribute 'each'
+diff -urNad trunk~/samples/sample34.rb trunk/samples/sample34.rb
+--- trunk~/samples/sample34.rb	2004-09-07 15:26:36.000000000 +0200
++++ trunk/samples/sample34.rb	2007-12-24 16:00:25.000000000 +0100
+@@ -1,3 +1,4 @@
++#!/usr/bin/ruby1.8
+ # -*- ruby -*-
+ #
+ # An explicit iteration using the tag <xt:each>.


Property changes on: packages/libxtemplate-ruby1.8/trunk/debian/patches/40_samples_fix.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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