[DebianGIS-dev] r1196 - in packages/gdal/trunk/debian: . patches

frankie at alioth.debian.org frankie at alioth.debian.org
Tue Oct 16 10:17:52 UTC 2007


Author: frankie
Date: 2007-10-16 10:17:51 +0000 (Tue, 16 Oct 2007)
New Revision: 1196

Added:
   packages/gdal/trunk/debian/patches/rubymakefile.dpatch
Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/00list
Log:
Fix for ruby modules generation


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2007-10-15 22:47:19 UTC (rev 1195)
+++ packages/gdal/trunk/debian/changelog	2007-10-16 10:17:51 UTC (rev 1196)
@@ -13,8 +13,9 @@
   * Added build dependency for install target in rules.
   * Fixed swig/perl/Makefile.PL on fly via libname.dpatch to build correctly perl binding.
   * Added debian/TODO file
+  * Added patch rubymakefile.dpatch to fix ruby module building.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 06 Oct 2007 10:34:38 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 16 Oct 2007 12:16:16 +0200
 
 gdal (1.4.2-1) unstable; urgency=low
 

Modified: packages/gdal/trunk/debian/patches/00list
===================================================================
--- packages/gdal/trunk/debian/patches/00list	2007-10-15 22:47:19 UTC (rev 1195)
+++ packages/gdal/trunk/debian/patches/00list	2007-10-16 10:17:51 UTC (rev 1196)
@@ -3,3 +3,4 @@
 swig
 doc
 gcc43
+rubymakefile

Added: packages/gdal/trunk/debian/patches/rubymakefile.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/rubymakefile.dpatch	                        (rev 0)
+++ packages/gdal/trunk/debian/patches/rubymakefile.dpatch	2007-10-16 10:17:51 UTC (rev 1196)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## rubymakefile.dpatch by Francesco Paolo Lovergine <frankie at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gdal-1.4.2~/swig/ruby/RubyMakefile.mk gdal-1.4.2/swig/ruby/RubyMakefile.mk
+--- gdal-1.4.2~/swig/ruby/RubyMakefile.mk	2007-10-05 17:18:36.000000000 +0200
++++ gdal-1.4.2/swig/ruby/RubyMakefile.mk	2007-10-16 12:16:07.000000000 +0200
+@@ -41,7 +41,7 @@
+ $(INSTALL_DIR):
+ 	mkdir -p $(DESTDIR)$(INSTALL_DIR)
+ 
+-install: $(INSTALL_DIR)
++install: $(INSTALL_DIR) $(RUBY_MODULES)
+ 	$(INSTALL) $(RUBY_MODULES) $(DESTDIR)$(INSTALL_DIR) 
+ 
+ $(RUBY_MODULES): %.so: %_wrap.o


Property changes on: packages/gdal/trunk/debian/patches/rubymakefile.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-grass-devel mailing list