[SCM] Image Reduction and Analysis Facility branch, debian, updated. 457b1e7b8f3328a95d279f9c122c33dd1e8ab65c

Ole Streicher debian at liska.ath.cx
Mon Jun 3 14:33:12 UTC 2013


The following commit has been merged in the debian branch:
commit c28f0229d4ff9fb44d1f1fa17602c68bfdbb1aee
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jun 3 16:31:26 2013 +0200

    Adjust cache and imdirs paths

diff --git a/debian/iraf-common.dirs b/debian/iraf-common.dirs
new file mode 100644
index 0000000..f860a67
--- /dev/null
+++ b/debian/iraf-common.dirs
@@ -0,0 +1,2 @@
+var/cache/iraf
+var/lib/imdirs
diff --git a/debian/patches/remove-absolute-path.patch b/debian/patches/remove-absolute-path.patch
index 190ba3a..670d876 100644
--- a/debian/patches/remove-absolute-path.patch
+++ b/debian/patches/remove-absolute-path.patch
@@ -33,12 +33,16 @@
  #undef import_knames
 --- a/unix/hlib/mkiraf.csh
 +++ b/unix/hlib/mkiraf.csh
-@@ -4,7 +4,7 @@
+@@ -4,9 +4,9 @@
  
  # The following definitions are site dependent. [SITEDEP]
  
 -set	iraf		= "/iraf/iraf"
+-set	imdir		= "/iraf/imdirs"
+-set	cachedir	= "/iraf/cache"
 +set	iraf		= "/usr/share/iraf"
- set	imdir		= "/iraf/imdirs"
- set	cachedir	= "/iraf/cache"
++set	imdir		= "/var/lib/imdirs"
++set	cachedir	= "/var/cache/iraf"
  set	ttymsg  =\
+ "Terminal types: xgterm,xterm,gterm,vt640,vt100,etc."
+ 

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list