1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 700-remove-kernlib-from-packlib-Imakefile.dpatch by <kmccarty@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Only try to build modules included in this source package.
@DPATCH@
diff -urNad cernlib-2005.05.09/src/Imakefile /tmp/dpep.VNPUUt/cernlib-2005.05.09/src/Imakefile
--- cernlib-2005.05.09~/src/Imakefile 2005-06-10 16:46:36.495568752 -0400
+++ cernlib-2005.05.09/src/Imakefile 2005-06-10 16:50:33.508709032 -0400
@@ -2,7 +2,7 @@
#define PassCDebugFlags
-LIBDIRS= packlib pawlib graflib mathlib geant321 mclibs phtools
+LIBDIRS= packlib graflib mathlib
SUBDIRS= $(LIBDIRS) patchy cfortran
|