[Debian-astro-commits] [saods9] 01/01: Fix build on kfreebsd and hurd

Ole Streicher olebole at moszumanska.debian.org
Fri Sep 18 20:05:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch experimental
in repository saods9.

commit 0ba3db746aed2e41f47f8617384e92673ea6efa8
Author: Ole Streicher <olebole at debian.org>
Date:   Fri Sep 18 22:04:54 2015 +0200

    Fix build on kfreebsd and hurd
---
 debian/changelog                  |  6 ++++++
 debian/patches/fix_nonlinux.patch | 15 +++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 33b4f6e..2845ae7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+saods9 (7.4~b7+repack-2) experimental; urgency=low
+
+  * Fix build on kfreebsd and hurd
+
+ -- Ole Streicher <olebole at debian.org>  Fri, 18 Sep 2015 21:13:32 +0200
+
 saods9 (7.4~b7+repack-1) experimental; urgency=low
 
   * New upstream beta version
diff --git a/debian/patches/fix_nonlinux.patch b/debian/patches/fix_nonlinux.patch
new file mode 100644
index 0000000..8786226
--- /dev/null
+++ b/debian/patches/fix_nonlinux.patch
@@ -0,0 +1,15 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Allow build on Debian/kfreebsd and Debian/hurd
+ All Debian variants are handled like the Linux case, so we just extend
+ the switch here.
+--- a/ds9/unix/configure.in
++++ b/ds9/unix/configure.in
+@@ -89,7 +89,7 @@
+ 	DS9CMD=ds9
+ 	AC_CHECK_LIB([jbig],[jbg_enc_init])
+ 	;;
+-    Linux* )
++    Linux*|GNU* )
+ 	DS9CMD=ds9
+ 	;;
+     *)
diff --git a/debian/patches/series b/debian/patches/series
index d884e22..dcd3b81 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@ saotk_spellfix.patch
 tcliis.patch
 tkhtml.patch
 fix_configure.patch
+fix_nonlinux.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/saods9.git



More information about the Debian-astro-commits mailing list