[SCM] General FITS file browser/editor/plotter with a gui branch, debian, updated. b01b2872df904e735ed4d85903e429b4c6a04a9a

Ole Streicher debian at liska.ath.cx
Mon Jul 23 11:54:19 UTC 2012


The following commit has been merged in the debian branch:
commit b01b2872df904e735ed4d85903e429b4c6a04a9a
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jul 23 13:53:42 2012 +0200

    Enable removal of tmpdir after repackaging

diff --git a/debian/repack-dfsg.sh b/debian/repack-dfsg.sh
index e520d7a..74d3102 100755
--- a/debian/repack-dfsg.sh
+++ b/debian/repack-dfsg.sh
@@ -4,7 +4,7 @@
 # files removed. 
 
 TMPDIR=$(mktemp --directory)
-#trap "rm -fr ${TMPDIR} || exit 1" EXIT INT TERM
+trap "rm -fr ${TMPDIR} || exit 1" EXIT INT TERM
 
 ver=$2
 orig_tar=$3

-- 
General FITS file browser/editor/plotter with a gui



More information about the debian-science-commits mailing list