[med-svn] r9620 - trunk/packages/fis-gtm/fis-gtm/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Wed Feb 8 04:31:13 UTC 2012
Author: luisibanez-guest
Date: 2012-02-08 04:31:12 +0000 (Wed, 08 Feb 2012)
New Revision: 9620
Modified:
trunk/packages/fis-gtm/fis-gtm/trunk/debian/get-orig-source
trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
Log:
ENH: Now downloading and expanding the .tar.gz
file with the extra files that were generated
by using a mumps compiler.
Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/get-orig-source 2012-02-08 04:25:12 UTC (rev 9619)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/get-orig-source 2012-02-08 04:31:12 UTC (rev 9620)
@@ -3,7 +3,12 @@
UPSTREAM_SRC=gtm_V54002B_linux_i686_src
UPSTREAM_SRC_TGZ=${UPSTREAM_SRC}.tar.gz
+UPSTREAM_EXTRAS_SRC=gtm_V54002B_linux_i686_src_extras
+UPSTREAM_EXTRAS_SRC_TGZ=${UPSTREAM_EXTRAS_SRC}.tar.gz
+
mkdir -p fis-gtm
cd fis-gtm
tar xzf ../${UPSTREAM_SRC_TGZ}
+cd ..
+tar xzf ${UPSTREAM_EXTRAS_SRC_TGZ}
Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-02-08 04:25:12 UTC (rev 9619)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-02-08 04:31:12 UTC (rev 9620)
@@ -9,6 +9,10 @@
UPSTREAM_SITE = http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.4-002B
UPSTREAM_SRC_TGZ = $(UPSTREAM_SRC).tar.gz
+UPSTREAM_EXTRAS_SRC = gtm_V54002B_linux_i686_src_extras
+UPSTREAM_EXTRAS_SITE = http://public.kitware.com/pub/itk/OSEHRA
+UPSTREAM_EXTRAS_SRC_TGZ = $(UPSTREAM_EXTRAS_SRC).tar.gz
+
%:
dh $@
@@ -21,8 +25,9 @@
$(UPSTREAM_SRC_TGZ):
wget $(UPSTREAM_SITE)/$(UPSTREAM_SRC_TGZ)
-$(EXTRA_SRC).tar.gz:
+$(UPSTREAM_EXTRAS_SRC_TGZ):
+ wget $(UPSTREAM_EXTRAS_SITE)/$(UPSTREAM_EXTRAS_SRC_TGZ)
-get-orig-source: $(UPSTREAM_SRC_TGZ)
+get-orig-source: $(UPSTREAM_SRC_TGZ) $(UPSTREAM_EXTRAS_SRC_TGZ)
. ./debian/get-orig-source
More information about the debian-med-commit
mailing list