diff options
-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 |