tags 489489 pending
tags 489484 pending
tags 480414 pending
tags 489485 pending
thanks

On 2008-07-06 Peter Palfrader <[EMAIL PROTECTED]> wrote:
> Package: lynx-cur
> Version: 2.8.7dev9-1.1
> Severity: serious

> On install lynx-cur asks for the default URL to use.  At a medium
> debconf level no less.

> Since there is a sane default value one can use - say www.debian.org -
> this is really not something that should be asked.  It's plain and
> simple debconf abuse and prompting the poor admin (me) unnecessarily.

I have uploaded a NMU to delayed-5 :

lynx-cur (2.8.7dev9-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Downgrade priority of debconf question for homepage to "low".
    Closes: #489489
  * Disable debconf priority high note about existence of /etc/lynx.cfg. (Due
    to debconf preconfiguration it would be shown even if upgrading the lynx
    dummy package would correctly take care of the issue.) Closes: #489485
  * Build with --enable-ipv6. (Regression from lynx package and release
    target.) Closes: #489484,#480414

 -- Andreas Metzler <[EMAIL PROTECTED]>  Sat, 12 Jul 2008 09:31:43 +0000

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -u lynx-cur-2.8.7dev9/debian/config lynx-cur-2.8.7dev9/debian/config
--- lynx-cur-2.8.7dev9/debian/config
+++ lynx-cur-2.8.7dev9/debian/config
@@ -34,7 +34,7 @@
 while [ -z "$ok" ]; do
 
 # Ask the user what url should be displayed by default.
-    db_input medium lynx-cur/defaulturl || true
+    db_input low lynx-cur/defaulturl || true
     db_go || true
 
 # Do some syntax checking on the url and see if it's ok.
@@ -52,9 +52,9 @@
 done
 
-# Important note to a user
-if [ -f /etc/lynx.cfg ]; then
-    db_input high lynx-cur/etc_lynx.cfg || true
-    db_go || true
-fi
+## # Important note to a user
+## if [ -f /etc/lynx.cfg ]; then
+##     db_input high lynx-cur/etc_lynx.cfg || true
+##     db_go || true
+## fi
 
 # vim:tabstop=4:expandtab:shiftwidth=4
diff -u lynx-cur-2.8.7dev9/debian/changelog lynx-cur-2.8.7dev9/debian/changelog
--- lynx-cur-2.8.7dev9/debian/changelog
+++ lynx-cur-2.8.7dev9/debian/changelog
@@ -1,3 +1,16 @@
+lynx-cur (2.8.7dev9-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Downgrade priority of debconf question for homepage to "low".
+    Closes: #489489
+  * Disable debconf priority high note about existence of /etc/lynx.cfg. (Due
+    to debconf preconfiguration it would be shown even if upgrading the lynx
+    dummy package would correctly take care of the issue.) Closes: #489485
+  * Build with --enable-ipv6. (Regression from lynx package and release
+    target.) Closes: #489484,#480414
+
+ -- Andreas Metzler <[EMAIL PROTECTED]>  Sat, 12 Jul 2008 09:31:43 +0000
+
 lynx-cur (2.8.7dev9-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u lynx-cur-2.8.7dev9/debian/rules lynx-cur-2.8.7dev9/debian/rules
--- lynx-cur-2.8.7dev9/debian/rules
+++ lynx-cur-2.8.7dev9/debian/rules
@@ -45,7 +45,7 @@
         --enable-read-eta --enable-scrollbar --enable-syslog \
 	--with-zlib --without-included-gettext \
 	--with-screen=ncursesw --enable-justify-elts \
-	--with-gnutls=/usr \
+	--with-gnutls=/usr --enable-ipv6 \
 	${DEBOP}
 #	--with-nss-compat --with-gnutls=/usr --enable-gnutls-compat 
 #	--enable-color-style --enable-charset-choice --enable-font-switch

Reply via email to