From 35efd1c548c5c071ccaa99d4c6589b74e490c2f4 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 12 Aug 2014 01:39:30 +0200 Subject: [PATCH] Debian package: Enable HTTPS for Ubuntu webjumps where available --- debian/changelog | 2 +- debian/patches/deb-webjumps.diff | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c5726c..514755c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ conkeror (1.0~~pre-1+git140812-1) UNRELEASED; urgency=low + Updated Google Images webjump + Most Google webjumps now with HTTPS * Updated Debian and Ubuntu webjumps - + Most Debian webjumps now with HTTPS + + Most Debian and some Ubuntu webjumps now with HTTPS + debfile webjump working again + debtracker webjump added (Thanks Christoph Egger for the idea!) + lpbugnr webjump added (ubuntubugs only works for source packages) diff --git a/debian/patches/deb-webjumps.diff b/debian/patches/deb-webjumps.diff index 36302fb..f59fa6a 100644 --- a/debian/patches/deb-webjumps.diff +++ b/debian/patches/deb-webjumps.diff @@ -34,8 +34,8 @@ Index: conkeror/modules/debian/debian-webjumps.js +// Ubuntu // +define_webjump("ubuntupkg", "http://packages.ubuntu.com/%s"); +define_webjump("ubuntufile", "http://packages.ubuntu.com/search?searchon=contents&keywords=%s&mode=path&arch=any"); -+define_webjump("ubuntubugs", "http://bugs.launchpad.net/ubuntu/+source/%s"); -+define_webjump("lpbugnr", "http://bugs.launchpad.net/bugs/%s"); ++define_webjump("ubuntubugs", "https://bugs.launchpad.net/ubuntu/+source/%s"); ++define_webjump("lpbugnr", "https://bugs.launchpad.net/bugs/%s"); +define_webjump("launchpad", "https://launchpad.net/+search?field.text=%s"); + +provide("debian-webjumps"); -- 2.11.4.GIT