Package: qrfcview Version: 0.62-5 Followup-For: Bug #512734 This i a patch to increase the RFC# max in the dialog box
-- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-openvz-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages qrfcview depends on: ii libc6 2.7-18 GNU C Library: Shared libraries ii libgcc1 1:4.3.2-4 GCC support library ii libqt4-gui 4.4.3-2 transitional package for Qt 4 GUI ii libqt4-network 4.4.3-2 Qt 4 network module ii libqtcore4 4.4.3-2 Qt 4 core module ii libstdc++6 4.3.2-4 The GNU Standard C++ Library v3 qrfcview recommends no packages. Versions of packages qrfcview suggests: pn doc-rfc <none> (no description available) -- no debconf information *** qrfcview-0.62/debian/patches/02-increase-max-rfc-number.patch diff -Nru qrfcview-0.62.orig/src/mainwindow.cpp qrfcview-0.62/src/mainwindow.cpp --- qrfcview-0.62.orig/src/mainwindow.cpp 2009-01-23 12:36:26.838091701 +0100 +++ qrfcview-0.62/src/mainwindow.cpp 2009-01-23 12:37:08.371074963 +0100 @@ -123,7 +123,7 @@ // Load a RFC number bool bOK; int iRFCNum = QInputDialog::getInteger(this, tr("Please enter a RFC number"), - tr("RFC#:"), 0, 1, 5000, 1, &bOK); + tr("RFC#:"), 0, 1, 10000, 1, &bOK); if (bOK) RFCLoad( iRFCNum ); } -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org