[med-svn] r9649 - in trunk/packages/fis-gtm/fis-gtm/trunk/debian: .	patches
    Luis Ibanez 
    luisibanez-guest at alioth.debian.org
       
    Sun Feb 12 01:47:15 UTC 2012
    
    
  
Author: luisibanez-guest
Date: 2012-02-12 01:47:15 +0000 (Sun, 12 Feb 2012)
New Revision: 9649
Added:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/01-comlist.patch
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/series
Log:
ENH: Patching sr_unix/comlist.mk file.
This file uses MAKELEVEL and check it against 0,
but in the Debian build environment, the make level
is going to be higher. This difference was preventing
the build from peparing several configured files.
Added: trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/01-comlist.patch
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/01-comlist.patch	                        (rev 0)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/01-comlist.patch	2012-02-12 01:47:15 UTC (rev 9649)
@@ -0,0 +1,11 @@
+--- fis-gtm/sr_unix/comlist.mk2	2012-02-11 20:33:17.000000000 -0500
++++ fis-gtm/sr_unix/comlist.mk	2012-02-11 20:34:45.000000000 -0500
+@@ -45,7 +45,7 @@
+ 
+ CURDIR=$(shell pwd)
+ 
+-ifeq ($(MAKELEVEL),0)
++ifeq ($(MAKELEVEL),3)
+ # the first-level make invocation - rules to create & clean directories
+ # and build utilities selectively.
+ 
Added: trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/series
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/series	2012-02-12 01:47:15 UTC (rev 9649)
@@ -0,0 +1 @@
+01-comlist.patch
    
    
More information about the debian-med-commit
mailing list