diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fba54d9..3faec71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-session (0.1.4-0ubuntu1~ppa2~mc1) karmic; urgency=low + + * Merging in the MC5 branch + * debian/control: Adding in a libempathy-dev build dependency + as it's now required by upstream. + + -- Ted Gould <ted@ubuntu.com> Tue, 22 Sep 2009 20:07:57 -0500 + indicator-session (0.1.4-0ubuntu3~ppa1) karmic; urgency=low * Merging in trunk (PK Changes) diff --git a/debian/control b/debian/control index 271896a..57aba13 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gobject-1-dev, - intltool + intltool, + libempathy-dev (>= 2.27.0) Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu |