diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-08 09:00:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-08 09:00:56 -0500 |
commit | 4f006c8f215cb0543cdb903540a32e4b0b58649f (patch) | |
tree | 82d9b70ecf8e80dec69305ca17769b53c53532c6 | |
parent | 91d132773a584144a105fd97bba88eb29572ac56 (diff) | |
download | ayatana-indicator-session-4f006c8f215cb0543cdb903540a32e4b0b58649f.tar.gz ayatana-indicator-session-4f006c8f215cb0543cdb903540a32e4b0b58649f.tar.bz2 ayatana-indicator-session-4f006c8f215cb0543cdb903540a32e4b0b58649f.zip |
* debian/control
- build depend on telepathy-glib-dev instead of libempathy-dev
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2450478..35a6795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ indicator-session (0.1.7-0ubuntu4) lucid; urgency=low - Port from libempathy to telepathy-glib (LP: #461367) * debian/patches/99_autoreconf.patch - autoreconf for telepathy change + * debian/control + - build depend on telepathy-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 57aba13..4b8d8a1 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, - libempathy-dev (>= 2.27.0) + telepathy-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 |