[SCM] Image Reduction and Analysis Facility branch, debian, updated. 611eb0c13b8c5af6dabed265262ddfc9e037b129

Ole Streicher debian at liska.ath.cx
Mon Jun 3 05:53:31 UTC 2013


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

    build VO on build-arch as well

diff --git a/debian/patches/mksys.patch b/debian/patches/mksys.patch
index 0866f80..a7e3035 100644
--- a/debian/patches/mksys.patch
+++ b/debian/patches/mksys.patch
@@ -48,7 +48,7 @@
 +echo "  End:  $c_end"
 --- /dev/null
 +++ b/util/mksysvos
-@@ -0,0 +1,41 @@
+@@ -0,0 +1,47 @@
 +#!/bin/csh -f
 +#
 +
@@ -82,6 +82,12 @@
 +setenv noao $cwd/
 +mkpkg -p noao |& tee -a spool
 +
++echo "=== VO ==="
++cd $iraf/vo				# build VO package
++setenv vo $cwd/
++cd votools				# build VOTOOLS package
++mkpkg -p vo
++
 +set  c_end	= `date`
 +
 +
diff --git a/debian/rules b/debian/rules
index bd7ad43..c7d0ecb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,11 +45,13 @@ libvo: sysnovos
 	  make -C vendor/voclient clean mylib
 	cp vendor/voclient/libvo/libVO.a ${iraf}lib
 
-override_dh_auto_build-arch: libvo
+override_dh_auto_build: libvo
 	chmod a+x util/mksysvos
 	pkglibs=${iraf}noao/lib/,${host}bin/,${hlib}/libc/ \
 	  csh -f ${iraf}util/mksysvos
 
+override_dh_auto_build-indep:
+
 override_dh_auto_install-indep:
 	for f in $(shell find . -name \*.hlp \
             -o -name \*.hd \

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list