[Debian-med-packaging] [SCM] mricron branch, debian, updated. upstream/0.20100422.1.dfsg.1-20-gb276924

Michael Hanke michael.hanke at gmail.com
Fri Jul 30 02:09:55 UTC 2010


The following commit has been merged in the debian branch:
commit 582652ad4d07a1118a377d08d53f794f13c49ded
Author: Michael Hanke <michael.hanke at gmail.com>
Date:   Mon Jul 26 09:20:22 2010 -0400

    Improve repack.sh to deal with more leftovers.

diff --git a/debian/repack.sh b/debian/repack.sh
index ec3135e..8a7bfb4 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -38,13 +38,17 @@ find $SUBDIR -name '*.compiled' -delete
 rm -f $SUBDIR/mricron.rc
 rm -f $SUBDIR/mricron.lrs
 rm -f $SUBDIR/mricron
+rm -f $SUBDIR/dcm2nii/dcm2nii
+rm -f $SUBDIR/dcm2nii/dcm2niigui
+rm -f $SUBDIR/npm/npm
 rm -fr "$SUBDIR/New Folder"
 
 # other unnecessary pieces
+find $SUBDIR -name '*~' -delete
+find $SUBDIR -name '*.bak' -delete
 find $SUBDIR -iname "Thumbs.db" -delete
 find $SUBDIR -iname .DS_Store  -delete
 find $SUBDIR -type d -iname backup -delete
-find $SUBDIR -name '*~' -delete
 
 # no delphi on Debian
 rm -rf $SUBDIR/delphionly

-- 
Debian packaging of MRIcron



More information about the Debian-med-packaging mailing list