Blame cernlib-704-patch-code_kuip-higzcc-Imakefiles.dpatch

6804820
#! /bin/sh /usr/share/dpatch/dpatch-run
6804820
## 704-patch-code_kuip-higzcc-Imakefiles.dpatch by  <kmccarty@debian.org>
6804820
##
6804820
## All lines beginning with `## DP:' are a description of the patch.
6804820
## DP: Patch Imakefiles after moving kuwhag.c from packlib to grafX11.
6804820
6804820
@DPATCH@
6804820
diff -urNad cernlib-2005.05.09/src/graflib/higz/higzcc/Imakefile /tmp/dpep.IDWarm/cernlib-2005.05.09/src/graflib/higz/higzcc/Imakefile
6804820
--- cernlib-2005.05.09/src/graflib/higz/higzcc/Imakefile	1998-11-16 04:36:53.000000000 -0500
6804820
+++ /tmp/dpep.IDWarm/cernlib-2005.05.09/src/graflib/higz/higzcc/Imakefile	2005-06-13 09:45:37.637201936 -0400
6804820
@@ -1,7 +1,7 @@
6804820
 DoIncludePackage(higz)
6804820
 #include "pilot.h"
6804820
 
6804820
-SRCS_C=	igvers.c
6804820
+SRCS_C=	igvers.c kuwhag.c /* <-- moved here from packlib/kuip/code_kuip */
6804820
 
6804820
 #if defined(CERNLIB_FALCO) && !defined(CERNLIB_VAX)
6804820
 SRCS_C := $(SRCS_C) falint.c 
6804820
diff -urNad cernlib-2005.05.09/src/packlib/kuip/code_kuip/Imakefile /tmp/dpep.IDWarm/cernlib-2005.05.09/src/packlib/kuip/code_kuip/Imakefile
6804820
--- cernlib-2005.05.09/src/packlib/kuip/code_kuip/Imakefile	2005-06-13 09:44:00.536042728 -0400
6804820
+++ /tmp/dpep.IDWarm/cernlib-2005.05.09/src/packlib/kuip/code_kuip/Imakefile	2005-06-13 09:44:41.448261682 -0400
6804820
@@ -2,7 +2,7 @@
6804820
 
6804820
 SRCS_C=	getline.c kalias.c kbrow.c kedit.c kexec.c khash.c kicon.c \ @@\
6804820
 	kienbr.c kipiaf.c kkern.c kmacro.c kmath.c kmenu.c kmisc.c \ @@\
6804820
-	kmodel.c kmterm.c kuinit.c kutrue.c kuvers.c kuwhag.c	   \ @@\
6804820
+	kmodel.c kmterm.c kuinit.c kutrue.c kuvers.c         	   \ @@\
6804820
 	kuwhat.c kvect.c \ @@\
6804820
 	kmutil.c
6804820
 	/* ^^ moved here from code_motif.  --Kevin McCarty */