diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 35a6795..93dc131 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ indicator-session (0.1.7-0ubuntu4) lucid; urgency=low * debian/patches/99_autoreconf.patch - autoreconf for telepathy change * debian/control - - build depend on telepathy-glib-dev instead of libempathy-dev + - build depend on libtelepathy-glib-dev instead of libempathy-dev -- Ken VanDine <ken.vandine@canonical.com> Tue, 08 Dec 2009 08:58:06 -0500 diff --git a/debian/control b/debian/control index 4b8d8a1..01507a5 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gobject-1-dev, intltool, - telepathy-glib-dev (>= 0.9.0) + libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu |