diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 10:46:34 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 10:46:34 -0500 |
commit | f70e0d8aae95e38651c2355412f39b22baa5a7a7 (patch) | |
tree | afd7f8383e7258b6e5cfc490e4f5a1a0602369d9 /debian/control | |
parent | b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd (diff) | |
parent | 32e8874eb5db15d4b14afbe4966c4ba92e717c36 (diff) | |
download | ayatana-indicator-session-f70e0d8aae95e38651c2355412f39b22baa5a7a7.tar.gz ayatana-indicator-session-f70e0d8aae95e38651c2355412f39b22baa5a7a7.tar.bz2 ayatana-indicator-session-f70e0d8aae95e38651c2355412f39b22baa5a7a7.zip |
* debian/control
- build depend on libtelepathy-glib-dev instead of libempathy-dev
* debian/patches/03_tp_glib.patch
- Updated patch to properly work with TpAccountManager
* debian/patches/02_mc5-fixes.patch
- Renamed the patch for ordering
* debian/patches/03_tp_glib.patch
- Port from libempathy to telepathy-glib (LP: #461367)
* debian/patches/99_autoreconf.patch
- autoreconf for telepathy change
* debian/control
- build depend on libtelepathy-glib-dev instead of libempathy-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 94d6f45..61be553 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gobject-1-dev, intltool, - libempathy-dev (>= 2.27.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 |