diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 13:51:27 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 13:51:27 -0600 |
commit | e83283e29941c9f6e4a0b20cc179c846edf7dc47 (patch) | |
tree | 6b415bd1879d294b227f1d1ec4cd945f65829c10 | |
parent | 872812ad907aa58e02204885b12c533c2c1bec58 (diff) | |
parent | 09d01e604a2ab80a9a9c5d59a30021993adbf93b (diff) | |
download | libayatana-indicator-e83283e29941c9f6e4a0b20cc179c846edf7dc47.tar.gz libayatana-indicator-e83283e29941c9f6e4a0b20cc179c846edf7dc47.tar.bz2 libayatana-indicator-e83283e29941c9f6e4a0b20cc179c846edf7dc47.zip |
Build fix
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7831cd7..60f51f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1~ppa10) intrepid; urgency=low + + * Adding in libtool to build deps + + -- Ted Gould <ted@ubuntu.com> Fri, 16 Jan 2009 13:31:57 -0600 + indicator-applet (0.1~ppa9) intrepid; urgency=low * Adding in the libindicate lib. diff --git a/debian/control b/debian/control index e5d5cc3..c7a7645 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, scrollkeeper, + libtool, intltool Standards-Version: 3.8.0 |