diff --git a/debian/changelog b/debian/changelog index 1342909..0176926 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dillo (3.0.5-6) UNRELEASED; urgency=medium + + * Add patch to fix DuckDuckGo shortcut to make result links + working. (Closes: #924357) + + -- Axel Beckert Tue, 12 Mar 2019 01:10:31 +0100 + dillo (3.0.5-5) unstable; urgency=medium * Declare compliance with Debian Policy 4.3.0. (No changes needed.) diff --git a/debian/patches/fix-duckduckgo-shortcut-in-dillorc.patch b/debian/patches/fix-duckduckgo-shortcut-in-dillorc.patch new file mode 100644 index 0000000..270f424 --- /dev/null +++ b/debian/patches/fix-duckduckgo-shortcut-in-dillorc.patch @@ -0,0 +1,16 @@ +Description: Fix DuckDuckGo shortcut to make result links working +Bug-Debian: https://bugs.debian/org/924357 +Forwarded: no +Author: liftof+dbug@gmail.com + +--- a/dillorc ++++ b/dillorc +@@ -157,7 +157,7 @@ + # You can enable multiple search_url strings at once and select from among + # them at runtime, with the first being the default. + # (the prefix serves to search from the Location Bar. e.g. "dd dillo image") +-search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&q=%s" ++search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&q=%s&kd=-1" + search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" + search_url="Free Dictionary http://www.thefreedictionary.com/%s" + search_url="Startpage (https) https://www.startpage.com/do/search?query=%s" diff --git a/debian/patches/series b/debian/patches/series index fdccd10..2cfa1f5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ fix-OpenSSL-1.1-detection.patch move-helper-tools-to-libexec.patch fix-perl-shebang.patch +fix-duckduckgo-shortcut-in-dillorc.patch