Hi,

Building git HEAD still lacks Depends field.
Attached patch should fix the problem.
I do not know a correct way to "generate" Depends field
when packaging python apps ...

Thanks,
-- 
YOSHINO Yoshihito <yy.y.ja...@gmail.com>
diff --git a/debian/control b/debian/control
index 959c692..6bb1c53 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/hotot.git;a=summary
 
 Package: hotot
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gobject, python-webkit, python-keybinder, python-notify, libjs-jquery
+Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gobject, python-webkit, python-keybinder, python-notify, libjs-jquery, python-dbus
 Description: lightweight microblogging client
  Hotot is a lightweight Twitter and identi.ca client based on GTK+ and WebKit.
  .

Reply via email to