tags 298815 patch
thanks

Hi,

The attached patch fixes the problem.  Afterwards a request should be filed on
ftp.debian.org to get the linux-gnu packages removed.

Note after appliing this patch the package will only build on GNU/Hurd.  I
don't have a GNU/Hurd system installed and accordingly I announced to
debian-hurd my intent to orphan it.

If someone fixes this bug in upload, please do also remove me from the
maintainer field.  Thanks.

-- 
 .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `'    http://www.debian.org/ports/kfreebsd-gnu
  `-
diff -ur libsem-0.0.1.old/debian/rules libsem-0.0.1/debian/rules
--- libsem-0.0.1.old/debian/rules       2005-03-17 11:50:51.000000000 +0100
+++ libsem-0.0.1/debian/rules   2005-03-17 11:51:40.000000000 +0100
@@ -46,12 +46,8 @@
        chmod +x ./bashfile
        -./bashfile clean
 
-       # This library is for all systems that don't have conflicting
-       # symbols in their libc or libpthread.  Hence we list them by
-       # exclussion.
-       cat debian/control.in \
-       | sed "s/@arches@/`type-handling -n any linux-gnu`/g" \
-       > debian/control
+       sed -e "s/@arches@/`type-handling any gnu`/g" \
+       < debian/control.in > debian/control
 
        dh_clean 
 

Reply via email to