[med-svn] r9659 - trunk/packages/fis-gtm/fis-gtm/trunk/debian

Luis Ibanez luisibanez-guest at alioth.debian.org
Sun Feb 12 21:48:03 UTC 2012


Author: luisibanez-guest
Date: 2012-02-12 21:48:02 +0000 (Sun, 12 Feb 2012)
New Revision: 9659

Modified:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
Log:
Now using the debian/tmp directory as intermediate
step during the installation of the binaries.



Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog	2012-02-12 20:48:34 UTC (rev 9658)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog	2012-02-12 21:48:02 UTC (rev 9659)
@@ -15,7 +15,9 @@
       helper directory: fis-gtm-src-extras
     - now uses setupenv.sh from the fis-gtm-src-extras directory.
     - now using setupenv.sh for packaging and then installing
-      in the override_dh_auto_install stage.
+      in the override_dh_auto_install stage. Using the debian/tmp
+      directory as intermediate place to expand the files packaged
+      by the gtm makefile.
   * debian/get-orig-source:
     - Extra source files are now expanded in fis-gtm-src-extras 
       directory, and this new directory is now part of the orig.tar.gz.

Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules	2012-02-12 20:48:34 UTC (rev 9658)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules	2012-02-12 21:48:02 UTC (rev 9659)
@@ -25,8 +25,9 @@
 
 override_dh_auto_install:
 	tcsh ./$(SRC_EXTRAS_DIR)/setupenv.sh package
-	cp ./gtm_V54002B_linux_i586_pro.tar.gz $(CURDIR)/debian/$(PKG)/usr
-	cd $(CURDIR)/debian/$(PKG)/usr
+	mkdir $(CURDIR)/debian/tmp
+	cp ./gtm_V54002B_linux_i586_pro.tar.gz $(CURDIR)/debian/tmp
+	cd $(CURDIR)/debian/tmp
 	tar xzf ./gtm_V54002B_linux_i586_pro.tar.gz
 
 get-orig-source:




More information about the debian-med-commit mailing list