Package: libtinymail
Version: 0.0.9
Severity: normal
Tags: patch

Some of the -dev packages are missing dependencies since ther headers are
needed during the build. This can be checked when trying to build e.g.
tmut. Patch attached.
 -- Guido
>From 7e86317a7c04c2b938ebb60b00c14841ea162ea1 Mon Sep 17 00:00:00 2001
From: Guido Guenther <[EMAIL PROTECTED]>
Date: Sat, 23 Aug 2008 15:02:04 +0200
Subject: [PATCH] add missing dependencies

---
 debian/control |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 71389c5..6824d19 100644
--- a/debian/control
+++ b/debian/control
@@ -193,7 +193,7 @@ Description: Framework for mobile applications with e-mail - GTK+ library
 Package: libtinymailui-gtk-dev
 Section: libdevel
 Architecture: any
-Depends: libtinymailui-gtk-1.0-0 (= ${binary:Version})
+Depends: libtinymailui-gtk-1.0-0 (= ${binary:Version}), libgtk2.0-dev
 Description: Framework for mobile applications with e-mail - GTK+ library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -253,7 +253,7 @@ Description: Framework for mobile applications with e-mail - gtkhtml library
 Package: libtinymailui-gtkhtml-dev
 Section: libdevel
 Architecture: any
-Depends: libtinymailui-gtkhtml-1.0-0 (= ${binary:Version})
+Depends: libtinymailui-gtkhtml-1.0-0 (= ${binary:Version}), libgtkhtml3.14-dev
 Description: Framework for mobile applications with e-mail - gtkhtml library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
-- 
1.5.6.3

Reply via email to