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

Luis Ibanez luisibanez-guest at alioth.debian.org
Wed Feb 15 12:46:29 UTC 2012


Author: luisibanez-guest
Date: 2012-02-15 12:46:27 +0000 (Wed, 15 Feb 2012)
New Revision: 9664

Modified:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
Log:
Simplify installation rules, by taking advantage of the
./pro/gtminstall script that is provided by fis-gtm itself.
When invoked from the build directory, this script proceeds
only to perform the installation of the build results.



Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog	2012-02-13 22:39:57 UTC (rev 9663)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog	2012-02-15 12:46:27 UTC (rev 9664)
@@ -18,6 +18,8 @@
       in the override_dh_auto_install stage. Using the debian/tmp
       directory as intermediate place to expand the files packaged
       by the gtm makefile.
+    - Simplify installation rules by taking advantage of the provided
+      ./pro/gtminstall script.
   * 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-13 22:39:57 UTC (rev 9663)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules	2012-02-15 12:46:27 UTC (rev 9664)
@@ -24,11 +24,7 @@
 	tcsh ./$(SRC_EXTRAS_DIR)/setupenv.sh
 
 override_dh_auto_install:
-	tcsh ./$(SRC_EXTRAS_DIR)/setupenv.sh package
-	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
+	./pro/gtminstall --utf8 default --installdir $(CURDIR)/debian/tmp
 
 get-orig-source:
 	uscan --verbose --force-download




More information about the debian-med-commit mailing list