[SCM] General FITS file browser/editor/plotter with a gui branch, debian, updated. 2e3b6f2e2b5ac87bc464d0b9df3e07fba5860abf

Ole Streicher debian at liska.ath.cx
Sun Sep 30 14:00:22 UTC 2012


The following commit has been merged in the debian branch:
commit 2e3b6f2e2b5ac87bc464d0b9df3e07fba5860abf
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sun Sep 30 16:00:05 2012 +0200

    Extend the known operating systems by Gnu HURD and kfreeBSD

diff --git a/debian/patches/pow_nolinux.patch b/debian/patches/pow_nolinux.patch
new file mode 100644
index 0000000..bbc581e
--- /dev/null
+++ b/debian/patches/pow_nolinux.patch
@@ -0,0 +1,22 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Extend the known operating systems by Gnu HURD and kfreeBSD.
+--- a/tcltk/pow/configure.in
++++ b/tcltk/pow/configure.in
+@@ -38,7 +38,7 @@
+     AC_MSG_ERROR(HEAsoft: Unable to guess system type. Please set it using --with-bindir option)
+   fi
+   changequote(,)
+-  BINDIR=`$UNAME -s 2> /dev/null`_`$UNAME -r 2> /dev/null | sed 's:[^0-9]*\([0-9][0-9]*\.[0-9]*\).*:\1:'`
++  BINDIR=`$UNAME -s 2> /dev/null | sed 's:.*/::'`_`$UNAME -r 2> /dev/null | sed 's:[^0-9]*\([0-9][0-9]*\.[0-9]*\).*:\1:'`
+   changequote([,])
+   lhea_machine=`$UNAME -m 2> /dev/null`
+   BIN_EXT=
+@@ -58,7 +58,7 @@
+       EXT=hpu
+       lhea_machine=`$UNAME -m 2> /dev/null | tr '/' ' ' | awk '{ print $2 }'`
+       ;;
+-    Linux*)
++    Linux*|kFreeBSD*|GNU*)
+       EXT=lnx
+       ;;
+     OSF1*)
diff --git a/debian/patches/series b/debian/patches/series
index d663c20..aa99f46 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,6 +3,7 @@ pow_fix_makefile.patch
 pow_create_package.patch
 pow_fix_startup.patch
 pow_fix_compilerwarnings.patch
+pow_nolinux.patch
 fv_require.patch
 fv_fix_initial_menubar.patch
 fv_fix_startup.patch

-- 
General FITS file browser/editor/plotter with a gui



More information about the debian-science-commits mailing list