From 725b46fdb2e080e926a8b1ababd3d903d3bc6f15 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 13 Jan 2010 01:45:25 +0100 Subject: [PATCH] [debian/patches/deb-webjumps.diff] add new default webjump debpopcon Debian package only: Add a new webjump debpopcon for http://qa.debian.org/popcon.php to modules/debian/webjumps.js via debian/patches/deb-webjumps.diff. --- debian/changelog | 5 +++-- debian/patches/deb-webjumps.diff | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f62632..93cf347 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -conkeror (0.9.1+git100110-1) unstable; urgency=low +conkeror (0.9.1+git100113-1) unstable; urgency=low * New upstream snapshot * Make package working on Ubuntu again by reverting debian/conkeror.bin @@ -7,8 +7,9 @@ conkeror (0.9.1+git100110-1) unstable; urgency=low * Fix new Lintian 2.3.x warnings: - debhelper-but-no-misc-depends - obsolete-relation-form-in-source + * Add new webjump debpopcon. - -- Axel Beckert Sun, 10 Jan 2010 17:22:41 +0100 + -- Axel Beckert Wed, 13 Jan 2010 01:44:01 +0100 conkeror (0.9.1-1) unstable; urgency=low diff --git a/debian/patches/deb-webjumps.diff b/debian/patches/deb-webjumps.diff index c152120..2dc55f2 100644 --- a/debian/patches/deb-webjumps.diff +++ b/debian/patches/deb-webjumps.diff @@ -4,8 +4,8 @@ not be inlcuded in upstream by default. Index: conkeror-0.9.1/modules/debian/webjumps.js =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ conkeror-0.9.1/modules/debian/webjumps.js 2009-09-24 02:16:50.000000000 +0200 -@@ -0,0 +1,22 @@ ++++ conkeror-0.9.1/modules/debian/webjumps.js 2010-01-13 01:31:38.000000000 +0100 +@@ -0,0 +1,23 @@ +/** + * (C) Copyright 2008-2009 Axel Beckert + * @@ -22,6 +22,7 @@ Index: conkeror-0.9.1/modules/debian/webjumps.js +define_webjump("debfile", "http://packages.debian.org/?searchon=contents&keywords=%s&mode=path&suite=unstable&arch=any"); +define_webjump("debbugs", "http://bugs.debian.org/%s"); +define_webjump("debpts", "http://packages.qa.debian.org/%s"); ++define_webjump("debpopcon", "http://qa.debian.org/popcon.php?package=%s"); + +// Ubuntu // +define_webjump("ubuntupkg", "http://packages.ubuntu.com/%s"); @@ -32,7 +33,7 @@ Index: conkeror-0.9.1/defaults/preferences/default-modules.js =================================================================== --- conkeror-0.9.1.orig/defaults/preferences/default-modules.js 2009-09-24 02:17:21.000000000 +0200 +++ conkeror-0.9.1/defaults/preferences/default-modules.js 2009-09-24 02:17:48.000000000 +0200 -@@ -61,3 +61,6 @@ +@@ -60,3 +60,6 @@ pref("conkeror.load.page-modes/dailymotion", 1); pref("conkeror.load.page-modes/gmail", 0); pref("conkeror.load.page-modes/xkcd", 1); -- 2.11.4.GIT