Your message dated Sat, 29 Dec 2007 14:11:12 +0100
with message-id <[EMAIL PROTECTED]>
and subject line links: ECMAScript/javascript is disabled, and it is easy to
turn it on, so turn it on!
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: links
Version: 0.99+1.00pre12-1.3
Severity: normal
Tags: patch
It's easy to enable JavaScript support for links, and basic
JS/ECMAScript support would really go a long way given all of the dumb
pages on the web that require it (for things like following links or
submitting forms).
It's as easy as a one-line patch, as you'll see, to add
"--enable-javascript" to the ./configure arguments.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-vserver-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages links depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libgpmg1 1.19.6-25 General Purpose Mouse - shared lib
links recommends no packages.
-- no debconf information
diff -urN links-0.99+1.00pre12/debian/rules
links-0.99+1.00pre12+with-ecmascript/debian/rules
--- links-0.99+1.00pre12/debian/rules 2007-06-12 16:16:05.000000000 +0200
+++ links-0.99+1.00pre12+with-ecmascript/debian/rules 2007-06-12
16:19:15.000000000 +0200
@@ -20,7 +20,7 @@
# make sure Makefile.in is newer than Makefile.am
touch Makefile.in
- ./configure --without-ssl --prefix=/usr --mandir=\$${prefix}/share/man
+ ./configure --without-ssl --enable-javscript --prefix=/usr
--mandir=\$${prefix}/share/man
# Add here commands to compile the package.
$(MAKE)
--- End Message ---
--- Begin Message ---
no, it doesn't exist anymore.
--
while(!asleep()) sheep++;
--- End Message ---