tags 512734 + pending thanks Dear maintainer,
I've prepared an NMU for qrfcview (versioned as 0.62-5.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -u qrfcview-0.62/debian/changelog qrfcview-0.62/debian/changelog --- qrfcview-0.62/debian/changelog +++ qrfcview-0.62/debian/changelog @@ -1,3 +1,11 @@ +qrfcview (0.62-5.2) unstable; urgency=low + + * Non-maintainer upload. + * d/p/03-max_rfc_to_99999.patch: allow RFC numbers larger than 5000 + (Closes: #512734) + + -- Laurent Bigonville <[email protected]> Tue, 19 Feb 2013 15:45:19 +0100 + qrfcview (0.62-5.1) unstable; urgency=low * Non-maintainer upload. diff -u qrfcview-0.62/debian/patches/series qrfcview-0.62/debian/patches/series --- qrfcview-0.62/debian/patches/series +++ qrfcview-0.62/debian/patches/series @@ -2,0 +3 @@ +03-max_rfc_to_99999.patch only in patch2: unchanged: --- qrfcview-0.62.orig/debian/patches/03-max_rfc_to_99999.patch +++ qrfcview-0.62/debian/patches/03-max_rfc_to_99999.patch @@ -0,0 +1,18 @@ +Description: Change max RFC number receivable from 5000 to 99999 +Bug-Ubuntu: https://bugs.launchpad.net/bugs/294538 +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512734 +Bug: http://developer.berlios.de/feature/?func=detailfeature&feature_id=3626&group_id=7014 + +Index: qrfcview-0.62/src/mainwindow.cpp +=================================================================== +--- qrfcview-0.62.orig/src/mainwindow.cpp 2009-04-02 06:19:32.000000000 +0200 ++++ qrfcview-0.62/src/mainwindow.cpp 2009-04-02 06:20:14.000000000 +0200 +@@ -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, 99999, 1, &bOK); + if (bOK) + RFCLoad( iRFCNum ); + } -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/debian-bugs-dist

