Package: singular
Version: 3-0-4-3.dfsg-2
Severity: normal

Hi,

singular currently fails to build on Debian GNU/Hurd. The attached patch lets it build but dh_install is looking for some .so files in debian/tmp/usr/bin which don't exist for me. But it seems a strange path to me anyway so is this a Hurd issue or something else?

Thank you,

Barry deFreese


--- singular-3-0-4-3.dfsg.orig/singuname.sh
+++ singular-3-0-4-3.dfsg/singuname.sh
@@ -88,6 +88,11 @@
         echo ix86-SunOS
       fi
       exit 0
+    # GNU ###############
+    elif (echo $uname_a | $egrep "GNU" > $devnull)
+    then
+        echo ${prefix}-gnu
+        exit 0
     else
         echo ${prefix}-Unknown
         exit 1

Reply via email to