Your message dated Tue, 17 Aug 2010 16:17:06 +0000
with message-id <[email protected]>
and subject line Bug#593307: fixed in luakit 0~20100813-4
has caused the Debian Bug report #593307,
regarding luakit -- Debian search goodies
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
593307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593307
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: luakit
Version: 0~20100813-3
Severity: wishlist
Dear Clint,
I have attached two patches for easy access to the Debian PTS, BTS and
Package search system. The first patch is generic, the second allows
me to type, say "\dpkgluakit<Return>", to search for luakt in the
Debian package system.
Please let me know if these are useful.
Thanks!
Kumar
--
In this playhouse of infinite forms I have had my play, and here have
I caught sight of him that is formless.
- Rabindranath Tagore (Gitanjali, 1912)
>From e6eed61e39cbc802b9ec2573f8901d1b656ea368 Mon Sep 17 00:00:00 2001
From: Kumar Appaiah <[email protected]>
Date: Mon, 16 Aug 2010 22:30:06 -0500
Subject: [PATCH 1/2] Add web shortcuts for the Debian PTS and Debian package search.
---
rc.lua | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rc.lua b/rc.lua
index 276d9c3..7efc489 100755
--- a/rc.lua
+++ b/rc.lua
@@ -89,6 +89,8 @@ search_engines = {
google = "http://google.com/search?q={0}",
wikipedia = "http://en.wikipedia.org/wiki/Special:Search?search={0}",
debbugs = "http://bugs.debian.org/{0}",
+ dpkg = "http://packages.debian.org/{0}",
+ dpts = "http://packages.qa.debian.org/{0}",
imdb = "http://imdb.com/find?s=all&q={0}",
sourceforge = "http://sf.net/search/?words={0}",
}
--
1.7.1
>From 14d98ea306afae66e813d011f8cabc1525ccb74a Mon Sep 17 00:00:00 2001
From: Kumar Appaiah <[email protected]>
Date: Mon, 16 Aug 2010 22:32:33 -0500
Subject: [PATCH 2/2] Add shorthand access to Debian search tools.
---
rc.lua | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/rc.lua b/rc.lua
index 7efc489..81fc380 100755
--- a/rc.lua
+++ b/rc.lua
@@ -149,6 +149,11 @@ mode_binds = {
bind.buf("^t$", function (w, c) w:enter_cmd(":tabopen ") end),
bind.buf("^,g$", function (w, c) w:enter_cmd(":websearch google ") end),
+ -- Debian search shorcut access
+ bind.buf("^\\dbug$", function (w, c) w:enter_cmd(":websearch debbugs ") end),
+ bind.buf("^\\dpts$", function (w, c) w:enter_cmd(":websearch dpts ") end),
+ bind.buf("^\\dpkg$", function (w, c) w:enter_cmd(":websearch dpkg ") end),
+
-- Searching
bind.key({}, "/", function (w) w:start_search(true) end),
bind.key({}, "?", function (w) w:start_search(false) end),
--
1.7.1
--- End Message ---
--- Begin Message ---
Source: luakit
Source-Version: 0~20100813-4
We believe that the bug you reported is fixed in the latest version of
luakit, which is due to be installed in the Debian FTP archive:
luakit_0~20100813-4.debian.tar.gz
to main/l/luakit/luakit_0~20100813-4.debian.tar.gz
luakit_0~20100813-4.dsc
to main/l/luakit/luakit_0~20100813-4.dsc
luakit_0~20100813-4_amd64.deb
to main/l/luakit/luakit_0~20100813-4_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Clint Adams <[email protected]> (supplier of updated luakit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 17 Aug 2010 09:03:16 -0700
Source: luakit
Binary: luakit
Architecture: source amd64
Version: 0~20100813-4
Distribution: unstable
Urgency: low
Maintainer: Clint Adams <[email protected]>
Changed-By: Clint Adams <[email protected]>
Description:
luakit - A fast and small web browser extensible by Lua
Closes: 593307
Changes:
luakit (0~20100813-4) unstable; urgency=low
.
* New upstream development snapshot.
* Add Debian PTS/BTS/Packages websearch shortcuts from
Kumar Appaiah. closes: #593307.
Checksums-Sha1:
abdd9f69b8ac385c036ce6ad48d445a9c92dd0a4 1845 luakit_0~20100813-4.dsc
127107b13e85cfebdae70b366926ae41d78bd483 28558
luakit_0~20100813-4.debian.tar.gz
420c6e9804cd50ffc709b34244a4ee366e746d30 51642 luakit_0~20100813-4_amd64.deb
Checksums-Sha256:
3d2a9504dca87fb300e7a740d44af0158d62ea89c7b8fdb7a6d79b623b6fe230 1845
luakit_0~20100813-4.dsc
47b562d21e0a01e53cb95a6216cae1896968a1350f0c44b26806c791500f16db 28558
luakit_0~20100813-4.debian.tar.gz
ff17e72cf3f3e6e75088d7e60f90609095b8eafcfb4e07eeb1f307a4262401cd 51642
luakit_0~20100813-4_amd64.deb
Files:
521b7829998908b5edb527f94d791121 1845 web optional luakit_0~20100813-4.dsc
1ef6a7501cd51f5a8f401a837541ab01 28558 web optional
luakit_0~20100813-4.debian.tar.gz
a34af80d51dc8d55e4ef694b3753bd5e 51642 web optional
luakit_0~20100813-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Debian!
iQIcBAEBCgAGBQJMarSAAAoJEFWSMx4ZnTio4LAQAIR7Oqkayn/5OvwTaQ+ogTdt
b1BPZWMiYXS3jl7n3q0QTgYz6TDx8cuRa/B1WJlAFuyBgyJSyLXc7N3JWClYqy/x
HTkGS6zk9NHHp+B+nO9t0qiH7jRsqiiyfGk1RbpildnyZqmLG1+foNDLkZs07bgH
frEeg4+W6v5B0axMxHpzDyqoByCknfhqDTBrqzTDBmjhZjO8qghetFK8iFQVyL9Z
9oalNYIlYagqW6fGIbUMm4cdS37JS/Dy8LMeZtsvgoiZPFb4t+qYfK8mywkn9eHk
oGVa3GhxGLISFmGDsNONP8eQGEwpklAArOyNz+R/zujkGdmWsPRxSAI7ohuVkmTk
7V8F5t6QTmSmK6ob7yey6V+1syhhp6KfqFVf1xxB3Ms66BYHAtN0iG9hqvstIt7O
8IsixatBN17EGpOK8lkHjd+sWHzdkio7eRY8E6mnEp6db6CVAwH6/lg8z1gtaSOo
/oUSpnesT77fjhP+HoLG/hXBF96NnaQlIcduEDUia3OIU1pXRm7+TUwH0HpqsPPW
F/QrE3JcQb7t/28LLgXvDH9XlfQc/vIn/vOp5JvIQEledI7aiguzykWRIBJ5BQeX
g16HpQ851h80QdW2LtxZLE+wnvxfJrjYAu1MaUO62lIia+gdnCGAIv3LP3U0SNQR
qqLtv2HsIx5Hr/Qyxc+I
=KSRc
-----END PGP SIGNATURE-----
--- End Message ---