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

Luis Ibanez luisibanez-guest at alioth.debian.org
Wed Feb 8 04:51:23 UTC 2012


Author: luisibanez-guest
Date: 2012-02-08 04:51:23 +0000 (Wed, 08 Feb 2012)
New Revision: 9621

Modified:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/get-orig-source
Log:
ENH: Composing the orig.tar.gz file and placing
     it in the proper location.



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:31:12 UTC (rev 9620)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/get-orig-source	2012-02-08 04:51:23 UTC (rev 9621)
@@ -6,9 +6,13 @@
 UPSTREAM_EXTRAS_SRC=gtm_V54002B_linux_i686_src_extras
 UPSTREAM_EXTRAS_SRC_TGZ=${UPSTREAM_EXTRAS_SRC}.tar.gz
 
+ORIGINAL_TGZ=fis-gtm_54002B.orig.tar.gz
+
 mkdir -p fis-gtm
 cd fis-gtm
 tar xzf ../${UPSTREAM_SRC_TGZ}
 cd ..
 tar xzf ${UPSTREAM_EXTRAS_SRC_TGZ}
-
+tar czf ${ORIGINAL_TGZ}  fis-gtm
+rm -rf fis-gtm
+mv ${ORIGINAL_TGZ} ..




More information about the debian-med-commit mailing list