From b8dc0d28967d936d62550fd9f57650cdd0013522 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 8 Oct 2010 15:19:09 -0600 Subject: debian/control: Adding dependencies on Geoclue and OOBS --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/control') 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 -- cgit v1.2.3 From d912f723019995095e2b1aca83899c971db2f763 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 8 Oct 2010 15:21:05 -0600 Subject: Stupid comma --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e59ba9a..260bbf8 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: cdbs, libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1), - libglib2.0-dev (>= 2.25.0) + libglib2.0-dev (>= 2.25.0), libgeoclue-dev, liboobs-1-dev Standards-Version: 3.8.4 -- cgit v1.2.3 From bff4b4479f0589c28b5f8d803221d2a844e1c628 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 8 Oct 2010 16:02:22 -0600 Subject: debian/control: Add recommends for ubuntu-geoip --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 028cfaf..e579563 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-datetime (0.0.6-0ubuntu1~ppa2~geo2) UNRELEASED; urgency=low + + * debian/control: Add recommends for ubuntu-geoip + + -- Ted Gould Fri, 08 Oct 2010 16:01:40 -0600 + indicator-datetime (0.0.6-0ubuntu1~ppa2~geo1) maverick; urgency=low * Upstream Merge diff --git a/debian/control b/debian/control index 260bbf8..8b24869 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-applet | indicator-renderer +Recommends: indicator-applet | indicator-renderer, ubuntu-geoip Description: A very, very simple clock A simple clock appearing in the indicator bar -- cgit v1.2.3 From b242c9d47d501660b756775e741fc8eb5161b80d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 15 Nov 2010 11:38:32 -0600 Subject: debian/control: Adjusting requirement from ubuntu-geoip to geoclue-ubuntu-geoip to match distro change. --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index c60d73f..62794dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.0.6-0ubuntu4~ppa2) UNRELEASED; urgency=low + + * debian/control: Adjusting requirement from ubuntu-geoip to + geoclue-ubuntu-geoip to match distro change. + + -- Ted Gould Mon, 15 Nov 2010 11:38:01 -0600 + indicator-datetime (0.0.6-0ubuntu4~ppa1) maverick; urgency=low * Upstream Merge diff --git a/debian/control b/debian/control index 5eba1f9..5311e6d 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-applet | indicator-renderer, ubuntu-geoip +Recommends: indicator-applet | indicator-renderer, geoclue-ubuntu-geoip Description: A very, very simple clock A simple clock appearing in the indicator bar -- cgit v1.2.3