[SCM] Image Reduction and Analysis Facility branch, debian, updated. 82ca6dfe70279b87e5ce1a68fadc3407f27744fa

Ole Streicher debian at liska.ath.cx
Mon Jun 3 21:22:30 UTC 2013


The following commit has been merged in the debian branch:
commit a61fd61a1c4199c859242234d467aed86c828689
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jun 3 23:17:40 2013 +0200

    add missing files and dirs

diff --git a/debian/iraf-common.dirs b/debian/iraf-common.dirs
index f860a67..17b234b 100644
--- a/debian/iraf-common.dirs
+++ b/debian/iraf-common.dirs
@@ -1,2 +1,3 @@
 var/cache/iraf
 var/lib/imdirs
+usr/share/iraf/extern
diff --git a/debian/rules b/debian/rules
index a252b90..e9656e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,14 +59,20 @@ override_dh_auto_install-indep:
             -o -name \*.cl \
             -o -name \*.par \
             -o -name \*.key \
+            -o -name \*.def \
             -o -name \*.dat \
+            -o -name \*.pkg \
             -o -name \*.mip \
             -o -name \*.fits \
 	    -o -path ./dev/\* | \
 	    fgrep -v ./vendor/voclient/libsamp | \
+	    fgrep -v ./vendor/voclient/common | \
 	    fgrep -v ./dev/README | \
 	    fgrep -v ./dev/tapecap. | \
-	    cut -c3-) ; do \
+	    cut -c3-) \
+            extern/configure extern/README \
+	    unix/hlib/motd \
+	    lib/syserrmsg lib/syshelpdir ; do \
 	  install -p -D -m 644 $$f debian/tmp/usr/share/iraf/$$f ; \
 	  touch debian/tmp/usr/share/iraf/$$f ; \
 	done
@@ -77,6 +83,7 @@ override_dh_auto_install-indep:
 	  install -p -D -m 755 $$f debian/tmp/usr/share/iraf/$$f ; \
 	done
 	install -p -D -m644 unix/hlib/libc/iraf.h debian/tmp/usr/include/iraf.h
+	mkdir -p -m 1755 /var/cache/iraf/ /var/lib/imdirs/
 
 override_dh_auto_clean:
 	rm -rf vo/votools/.old

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list