[SCM] Image Reduction and Analysis Facility branch, debian, updated. 291cabf8f22e5a322929e1eae2ecf3429bf0729c

Ole Streicher debian at liska.ath.cx
Sat Jun 8 12:34:26 UTC 2013


The following commit has been merged in the debian branch:
commit 291cabf8f22e5a322929e1eae2ecf3429bf0729c
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sat Jun 8 14:34:01 2013 +0200

    Remove .gdb_history files

diff --git a/debian/repack.sh b/debian/repack.sh
index 74ec3f7..d81f0f8 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -2,8 +2,6 @@
 # ./debian/repack
 # Repackage the source files with unnecessary files removed. 
 
-repack="repack0~0"
-
 TMPDIR=$(mktemp --directory)
 
 trap "rm -fr ${TMPDIR} || exit 1" EXIT INT TERM
@@ -14,7 +12,10 @@ tardir=$(dirname ${orig_tar})
 debiandir=$(dirname $0)
 pkgname=$(grep ^[^[:space:]] ${debiandir}/changelog | head -1|cut -d' ' -f1)
 
-echo $pkgname $ver $orig_tar $tardir $wd
+repack=$(fgrep ${pkgname} ${debiandir}/changelog | head -1 |\
+  cut -d+ -f2 | cut -d- -f1)
+
+echo $pkgname $ver $repack $orig_tar $tardir $wd
 
 tar xf ${orig_tar} -C ${TMPDIR} 
 srcdir=$(ls -d ${TMPDIR})
diff --git a/debian/upstream.remove b/debian/upstream.remove
index 362dcfa..fbd15ad 100755
--- a/debian/upstream.remove
+++ b/debian/upstream.remove
@@ -12,6 +12,7 @@ unix/hlib/libc/stdarg-freebsd.h unix/hlib/libc/stdarg-solaris.h
 # Old built files, and stuff accidently leftover
 **/*.a **/*.e **/*.o **/*.cache **/*.bak **/*.orig **/.DS_Store tags
 **/config.status **/config.guess **/config.sub **/spool **/_spool **/_spool2
+**/.gdb_history
 sys/vops/ak/*.x
 vendor/voclient/include/
 unix/bin.*/*.h unix/hlib/iraf.h unix/hlib/mach.h
@@ -46,4 +47,4 @@ unix/f2c/lib* unix/f2c/src unix/f2c/ms* unix/bin.*/f2c*
 
 # The "VO" package is not build from source here. We will re-include it once
 # the packages (Aladin, jsamp, topcat, voclient) are in Debian.
-vo
+vo/java vo/src/OLD vo/votools/.old

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list