[SCM] Tcl interface to FITS Files branch, debian, updated. 50862105d8c0db2caaaeda51a7e9bd8cb11da7a1

Ole Streicher debian at liska.ath.cx
Tue Sep 25 13:05:42 UTC 2012


The following commit has been merged in the debian branch:
commit 50862105d8c0db2caaaeda51a7e9bd8cb11da7a1
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Sep 25 15:05:18 2012 +0200

    Extend the known operating systems by Gnu HURD and kfreeBSD

diff --git a/debian/changelog b/debian/changelog
index 793e3a0..26d6c59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tcl-fitstcl (2.3-2) unstable; urgency=low
+
+  * Add kFreeBSD and HURD support
+
+ -- Ole Streicher <debian at liska.ath.cx>  Tue, 25 Sep 2012 14:55:00 +0200
+
 tcl-fitstcl (2.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #682692)
diff --git a/debian/patches/nonlinux.patch b/debian/patches/nonlinux.patch
new file mode 100644
index 0000000..5b66b24
--- /dev/null
+++ b/debian/patches/nonlinux.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/configure.in
++++ b/configure.in
+@@ -97,7 +97,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=
+@@ -117,7 +117,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 62c64dd..413d96a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ cfitsio_header.patch
 set_installdir.patch
 fix_compiler_warnings.patch
 fix_spelling.patch
+nonlinux.patch

-- 
Tcl interface to FITS Files



More information about the debian-science-commits mailing list