diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 19b025e..95e78d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ indicator-datetime (0.0.3-0ubuntu2~ppa1~confmat1) UNRELEASED; urgency=low * Merge upstream * Adding in GSettings for configuring the format on the panel. + * debian/control: Adding in a glib dependency to get gsettings - -- Ted Gould <ted@ubuntu.com> Mon, 12 Jul 2010 20:57:15 -0500 + -- Ted Gould <ted@ubuntu.com> Mon, 12 Jul 2010 20:59:29 -0500 indicator-datetime (0.0.3-0ubuntu2~ppa1~service1) lucid; urgency=low diff --git a/debian/control b/debian/control index 40c540b..7ef65bc 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Build-Depends: cdbs, intltool (>= 0.35.0), libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), - libdbusmenu-gtk-dev (>= 0.1.1) + libdbusmenu-gtk-dev (>= 0.1.1), + libglib2.0-dev (>= 2.25.0) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-datetime |