diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index dd3d5d4..98c01c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ indicator-datetime (0.0.6-0ubuntu1~ppa2~geo1) UNRELEASED; urgency=low * Upstream Merge * Add in Geoclue support for setting proper timezone * Autogen + * debian/control: Adding dependencies on Geoclue and OOBS - -- Ted Gould <ted@ubuntu.com> Fri, 08 Oct 2010 15:17:25 -0600 + -- Ted Gould <ted@ubuntu.com> Fri, 08 Oct 2010 15:18:45 -0600 indicator-datetime (0.0.6-0ubuntu1~ppa1) maverick; urgency=low diff --git a/debian/control b/debian/control index 7ef65bc..e59ba9a 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,8 @@ Build-Depends: cdbs, libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1), libglib2.0-dev (>= 2.25.0) + libgeoclue-dev, + liboobs-1-dev Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-datetime |