diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8b6635e..133853a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdbusmenu (0.5.91-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: restore gtk2 gir depends until that source is updated + + -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 21:59:26 +0100 + libdbusmenu (0.5.91-0ubuntu1) precise; urgency=low * debian/control: diff --git a/debian/control b/debian/control index d10d7dd..a14bc40 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: debhelper (>= 8.1.3), intltool, libjson-glib-dev (>= 0.13.4), gobject-introspection, + gir1.2-gtk-2.0, libgirepository1.0-dev (>= 0.9.3), libx11-dev (>= 1.3), dh-autoreconf, |