[med-svn] r9383 - trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian

Andreas Tille tille at alioth.debian.org
Sun Jan 22 14:01:13 UTC 2012


Author: tille
Date: 2012-01-22 14:01:13 +0000 (Sun, 22 Jan 2012)
New Revision: 9383

Modified:
   trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog
   trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source
Log:
Remove downloaded files which are just stored in what we now call upstream tarball


Modified: trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog	2012-01-22 13:55:17 UTC (rev 9382)
+++ trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/changelog	2012-01-22 14:01:13 UTC (rev 9383)
@@ -7,6 +7,7 @@
     - s#/bin/dash#/bin/sh# (no need to enforce dash)
     - Use GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX
       when building tarball to get better reproducible results
+    - Make sure the originally downloaded files will not be kept in two copies
 
  -- Andreas Tille <tille at debian.org>  Sat, 21 Jan 2012 11:17:10 +0100
 

Modified: trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source	2012-01-22 13:55:17 UTC (rev 9382)
+++ trunk/packages/fis-gtm/fis-gtm-initial/trunk/debian/get-orig-source	2012-01-22 14:01:13 UTC (rev 9383)
@@ -47,7 +47,7 @@
 
  (cd ..; \
 	mkdir -p $PKG; \
-	cp $filename $PKG/$basefile-$arch.tar.gz; \
+	mv $filename $PKG/$basefile-$arch.tar.gz; \
  )
 
  rm $tmpfile
@@ -58,4 +58,4 @@
 
 cd ..
 GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -zcf "$PKG"_"$PKGVERSION".orig.tar.gz $PKG
-
+rm -rf $PKG




More information about the debian-med-commit mailing list