On Fri, Jan 11, 2008 at 11:56:29AM +0530, Y Giridhar Appaji Nag wrote: > Please file a patch against this bug and add the patch tag. Also please > don't upload the entire diff.gz, just the patch (you will likely have to > make other changes like modifying what is downloaded via get-orig-source > target). ---end quoted text---
Please find the patch attached. I didn't need to modify get-orig-source target. -- أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0x9DCA0B27 (@ subkeys.pgp.net) GPG Fingerprint: 087D 3767 8CAC 65B1 8F6C 156E D325 C3C8 9DCA 0B27
diff -ur old/elinks-0.11.3.orig/debian/changelog new/elinks-0.11.3.orig/debian/changelog --- old/elinks-0.11.3.orig/debian/changelog 2008-01-12 17:07:15.000000000 +0200 +++ new/elinks-0.11.3.orig/debian/changelog 2008-01-12 17:07:26.000000000 +0200 @@ -1,3 +1,9 @@ +elinks (0.11.3-1.1) unstable; urgency=low + + * NMU: Added complete feature list (except FSP) + + -- أحمد المحمودي (Ahmed El-Mahmoudy) <[EMAIL PROTECTED]> Wed, 10 Jan 2008 09:35:10 +0200 + elinks (0.11.3-1) unstable; urgency=low * Adopted by Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (Closes: #451088) diff -ur old/elinks-0.11.3.orig/debian/control new/elinks-0.11.3.orig/debian/control --- old/elinks-0.11.3.orig/debian/control 2008-01-12 17:07:15.000000000 +0200 +++ new/elinks-0.11.3.orig/debian/control 2008-01-12 17:07:26.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]> Uploaders: Moritz Muehlenhoff <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), libgnutls-dev, libgpmg1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], liblua50-dev, liblualib50-dev, libbz2-dev, libexpat1-dev (>= 1.95.6), libperl-dev, autotools-dev, gettext, asciidoc, xmlto, docbook-utils, perl +Build-Depends: debhelper (>= 5), libgnutls-dev, libgpmg1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], liblua50-dev, liblualib50-dev, libbz2-dev, libexpat1-dev (>= 1.95.6), libperl-dev, autotools-dev, gettext, asciidoc, xmlto, docbook-utils, perl, guile-1.8-dev | guile-1.6-dev, libidn11-dev, ruby, ruby1.8-dev, python-dev, libsmjs-dev Standards-Version: 3.7.3 Homepage: http://elinks.or.cz/ Vcs-Svn: git://git.debian.org/git/collab-maint/elinks.git diff -ur old/elinks-0.11.3.orig/debian/rules new/elinks-0.11.3.orig/debian/rules --- old/elinks-0.11.3.orig/debian/rules 2008-01-12 17:07:15.000000000 +0200 +++ new/elinks-0.11.3.orig/debian/rules 2008-01-12 17:10:17.000000000 +0200 @@ -46,7 +46,20 @@ --enable-html-highlight \ --disable-smb \ --with-perl \ - --without-spidermonkey + --with-spidermonkey \ + --with-guile \ + --enable-cgi \ + --enable-gopher \ + --enable-exmode \ + --enable-bittorrent \ + --with-python \ + --with-ruby \ + --enable-finger \ + --enable-88-colors \ + --enable-utf-8 \ + --enable-lzma \ + --enable-true-color +# --enable-fsp confopts_lite = $(confopts) \ --disable-nntp \