[SCM] image display tool for astronomy branch, master, updated. 96fef4e5e851759e19bc4617cbfeb5b94dbbbc02

Ole Streicher debian at liska.ath.cx
Mon Jan 16 14:05:15 UTC 2012


The following commit has been merged in the master branch:
commit 96fef4e5e851759e19bc4617cbfeb5b94dbbbc02
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jan 16 15:05:01 2012 +0100

    Remove old repack script.

diff --git a/debian/repack b/debian/repack
deleted file mode 100644
index e8ef40f..0000000
--- a/debian/repack
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/sh
-# ./debian/repack
-# Repackage the DS9 source files as a DFSG tarball, with unneecessary
-# files removed.
-# This file is a work of Justin Pryzby <pryzbyj at justinpryzby.com>
-# during the year of 2005, and is hereby placed into the public
-# domain.
-
-set -e;
-
-ver="4.0b7";
-tarball="http://hea-www.harvard.edu/saord/download/ds9/source/ds9.$ver.tar.gz";
-base=$(basename "$tarball");
-orig="saods9_$ver.orig.tar.gz";
-
-mkdir newsource;
-cd newsource;
-
-if test -e "../../$base"; then
-	echo >&2 "Using existing DS9";
-	ln -s "../../$base";
-else
-	echo >&2 "Retrieving DS9";
-	wget "$tarball";
-fi;
-
-tar xzf "$base";
-find ./saods9/ -name config.status |xargs rm -f;
-find ./saods9/ -name conf.h |xargs rm -f;
-find ./saods9/funtools-1.3.0b9/ -name Makefile |xargs rm -f;
-rm "$base";
-
-rm -fr ./saods9/sla/;
-if test -d "../../sla/"; then
-	echo >&2 "Using existing SLA";
-	cp -r "../../sla" ./saods9/;
-else
-	echo >&2 "Retrieving CVS SLA";
-	echo >&2 "The password is 'starlink':";
-	cvs -d ':pserver:anonymous at cvs.starlink.ac.uk:/cvs' login;
-	cvs -d ':pserver:anonymous at cvs.starlink.ac.uk:/cvs' co libraries/sla;
-	mv libraries/sla ./saods9/;
-	rm -fr ./libraries/;
-fi;
-
-cd ./saods9/;
-cp ./tcl8.4.9/library/auto.tcl ./ds9/;
-cp ./tk8.4.9/library/tkfbox.tcl ./ds9/;
-cp ./tk8.4.9/library/xmfbox.tcl ./ds9/;
-rm -fr ./sla/CVS/;
-
-rm ./ast-3.5/slalib.h;
-touch ./ast-3.5/slalib.h;
-rm ./funtools-1.3.0b9/search.c
-
-# Remove all other unused directories also, since .orig tarball won't
-# be "pristine" anyway.  This greatly simpifies the copyright file.
-rm -fr ./blt2.4z/;
-rm -fr ./funtools-1.3.0b9/util/zlib-1.2.3/;
-rm -fr ./funtools-1.3.0b9/wcs/;
-rm -fr ./htmlwidget/tests/;
-rm -fr ./tcl8.4.9/;
-rm -fr ./tcllib-1.6.1/;
-rm -fr ./tk8.4.9/;
-rm -fr ./tkimg1.3rc2/;
-rm -fr ./tktable2.9/;
-rm -fr ./zlib-1.2.3/;
-
-cd ../;
-mv saods9/ saods9-$ver.orig/;
-tar czf "$orig" saods9-$ver.orig/;
-echo >&2 "Created newsources/$orig";

-- 
image display tool for astronomy



More information about the debian-science-commits mailing list