diff options
author | Ted Gould <ted@canonical.com> | 2009-01-29 09:40:29 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-29 09:40:29 -0600 |
commit | d898b213ea8ffd0b09b2c630c47cda386b4977df (patch) | |
tree | 3a6758c8a10738e567aabcefdea44fcb8363ed3d | |
parent | d2f37fb1acf302382f3608c46411247cc01495cb (diff) | |
download | libayatana-indicator-d898b213ea8ffd0b09b2c630c47cda386b4977df.tar.gz libayatana-indicator-d898b213ea8ffd0b09b2c630c47cda386b4977df.tar.bz2 libayatana-indicator-d898b213ea8ffd0b09b2c630c47cda386b4977df.zip |
Removing the gobject-introspection-repository from the list of build
depends as we needed it for the dbus stuff, that we're no longer using.
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bdc2172..2b47abf 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 5.0), intltool, gobject-introspection (>= 0.6), gobject-introspection-glib-2.0 (>= 0.6), - gobject-introspection-repository (>= 0.6), libgirepository-dev (>= 0.6) Standards-Version: 3.8.0 |