Your message dated Thu, 25 May 2006 10:30:17 +0200
with message-id <[EMAIL PROTECTED]>
and subject line closing old bugs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: elinks
Version: 0.9.1-1
Severity: important
Tags: patch sid

Hi!

The following patch fixes FTBFS on GNU/Hurd (and GNU/k*BSD). It disables the
libgpm dependency for non-Linux by using type-handling.

#!/bin/bash -e

cp debian/control{,.in}
cat $0 | patch -p1
which type-handling
fakeroot debian/rules clean
exit 0

diff -ur elinks-0.9.1.old/debian/control.in elinks-0.9.1/debian/control.in
--- elinks-0.9.1.old/debian/control.in  2004-07-30 20:04:01.000000000 +0200
+++ elinks-0.9.1/debian/control.in      2004-07-30 19:31:21.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Peter Gervai <[EMAIL PROTECTED]>
 Standards-Version: 3.5.6.1
-Build-Depends: debhelper (>= 2.0.86), libgnutls10-dev, xlibs-dev, libgpmg1-dev 
[!hurd-i386], liblua50-dev, liblualib50-dev
+Build-Depends: debhelper (>= 2.0.86), libgnutls10-dev, xlibs-dev, libgpmg1-dev 
[EMAIL PROTECTED]@], liblua50-dev, liblualib50-dev, type-handling (>= 0.2.1)
 
 Package: elinks
 Architecture: any
diff -ur elinks-0.9.1.old/debian/rules elinks-0.9.1/debian/rules
--- elinks-0.9.1.old/debian/rules       2004-07-30 19:29:47.000000000 +0200
+++ elinks-0.9.1/debian/rules   2004-07-30 19:48:52.000000000 +0200
@@ -34,6 +34,10 @@
        # Add here commands to clean up after the build process.
        -$(MAKE) distclean
 
+       cat debian/control.in \
+       | sed "s/@linux-gnu@/`type-handling any linux-gnu`/g" \
+       > debian/control
+
        dh_clean -XChangelog.orig
 
 install: build


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-5
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

Versions of packages elinks depends on:
ii  debconf                     1.4.30       Debian configuration management sy
ii  libc0.1                     2.3-1+kbsd.1 GNU C Library: Shared libraries an
ii  libgnutls10                 1.0.4-7      GNU TLS library - runtime library
ii  liblua50                    5.0.2-3      Main interpreter library for the L
ii  liblualib50                 5.0.2-3      Extension library for the Lua 5.0 
ii  zlib1g                      1:1.2.1-5    compression library - runtime

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.11.1-1 

as far as I an tell these patches were all incorporated and the bugs gone
with the newer releases. (some were plain invalid, more than a year old reports,
or unreplied questions.)

tell me if you think otherwise.

thanks.

--- End Message ---

Reply via email to