From 988a0e6cc220f1b78cbabded6fc7e5ab8c40aa61 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Wed, 10 Feb 2010 11:40:04 +0100 Subject: Initial packaging --- debian/control | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..49f0656 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: indicator-datetime +Section: misc +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: cdbs, + debhelper (>= 5), + pkg-config, + intltool (>= 0.35.0), + libindicate-dev (>= 0.3.0), + libdbusmenu-glib-dev (>= 0.1.1) +Standards-Version: 3.8.3 +Homepage: https://launchpad.net/indicator-applet-developers + +Package: indicator-datetime +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: A very, very simple clock + A simple clock appearing in the indicator bar + -- cgit v1.2.3 From 8fb2b5aa6ce133bf3f83b873af97639aeee60b84 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Thu, 11 Feb 2010 20:27:20 +0100 Subject: * debian/control: - fix build-dep --- 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 385c5f9..82f5d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.0.1~r2-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: + - fix build-dep + + -- Didier Roche Thu, 11 Feb 2010 20:26:58 +0100 + indicator-datetime (0.0.1~r2-0ubuntu1) lucid; urgency=low * new upstream version diff --git a/debian/control b/debian/control index 49f0656..5347b7d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper (>= 5), pkg-config, intltool (>= 0.35.0), - libindicate-dev (>= 0.3.0), + libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-applet-developers -- cgit v1.2.3 From 4827706617c4009108fdc8e6b662a8994ed39d3e Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Fri, 26 Feb 2010 10:41:20 +0100 Subject: * debian/control: - add libdbusmenu-gtk-dev build-dep (/!\ not in configure.ac) --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index e8e7d2a..2d89419 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-datetime (0.0.1-0ubuntu1) UNRELEASED; urgency=low * New upstream release. + * debian/control: + - add libdbusmenu-gtk-dev build-dep (/!\ not in configure.ac) -- Didier Roche Fri, 26 Feb 2010 10:39:44 +0100 diff --git a/debian/control b/debian/control index 5347b7d..da100b2 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Build-Depends: cdbs, pkg-config, intltool (>= 0.35.0), libindicator-dev (>= 0.3.0), - libdbusmenu-glib-dev (>= 0.1.1) + libdbusmenu-glib-dev (>= 0.1.1), + libdbusmenu-gtk-dev (>= 0.1.1) Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-applet-developers -- cgit v1.2.3 From f724c18fda41d9a29d0cf80bb7a4adea4f209ade Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 10:27:01 +0200 Subject: * debian/control: - bump Standards-Version to latest --- debian/changelog | 7 ++++++- debian/control | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 9f736b8..15c3b00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low + [ Ted Gould ] * New upstream release. * Copyright fixes * Adding translations * Fix translation domain - -- Ted Gould Thu, 03 Jun 2010 12:40:49 -0500 + [ Didier Roche ] + * debian/control: + - bump Standards-Version to latest + + -- Didier Roche Mon, 07 Jun 2010 10:24:51 +0200 indicator-datetime (0.0.2-0ubuntu1) maverick; urgency=low diff --git a/debian/control b/debian/control index da100b2..0a4d2f7 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: cdbs, libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1) -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-applet-developers Package: indicator-datetime -- cgit v1.2.3 From a40dac6068f31dfca2bcdf5ff6610029556c5b74 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 10:27:26 +0200 Subject: fix homepage url --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 15c3b00..193a75f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low [ Didier Roche ] * debian/control: - bump Standards-Version to latest + - fix homepage url -- Didier Roche Mon, 07 Jun 2010 10:24:51 +0200 diff --git a/debian/control b/debian/control index 0a4d2f7..d7d5f92 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: cdbs, libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1) Standards-Version: 3.8.4 -Homepage: https://launchpad.net/indicator-applet-developers +Homepage: https://launchpad.net/indicator-datetime Package: indicator-datetime Architecture: any -- cgit v1.2.3 From d55ceb3b97e8e904ef02f24ea105c1ef387af845 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 10:29:54 +0200 Subject: remove uneeded pkg-config build-dep --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 193a75f..7fd83bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low * debian/control: - bump Standards-Version to latest - fix homepage url + - remove uneeded pkg-config build-dep -- Didier Roche Mon, 07 Jun 2010 10:24:51 +0200 diff --git a/debian/control b/debian/control index d7d5f92..9dff62e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Ubuntu Desktop Team Build-Depends: cdbs, debhelper (>= 5), - pkg-config, intltool (>= 0.35.0), libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), -- cgit v1.2.3 From a80ffd8de1dd3304c2a195cece53d53571aaf75d Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 13:19:48 +0200 Subject: Recommends: indicator-applet | indicator-renderer --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 7fd83bd..21707dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low - bump Standards-Version to latest - fix homepage url - remove uneeded pkg-config build-dep + - Recommends: indicator-applet | indicator-renderer -- Didier Roche Mon, 07 Jun 2010 10:24:51 +0200 diff --git a/debian/control b/debian/control index 9dff62e..40c540b 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: indicator-applet | indicator-renderer Description: A very, very simple clock A simple clock appearing in the indicator bar -- cgit v1.2.3 From 450c1e83e165e1762c2f1ce495b70afeb2b4edb7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 12 Jul 2010 20:59:50 -0500 Subject: debian/control: Adding in a glib dependency to get gsettings --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 Mon, 12 Jul 2010 20:57:15 -0500 + -- Ted Gould 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 -- cgit v1.2.3 From 853418a9952d986f1ee2cabf6f2fd2c98cb37a86 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Wed, 22 Sep 2010 11:06:34 +0200 Subject: * Rebuild for libindicator ABI change (LP: #637692) * debian/control: depends on latest libindicator-dev --- 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 097ee42..e75d9c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.0.6-0ubuntu2) UNRELEASED; urgency=low + + * Rebuild for libindicator ABI change (LP: #637692) + * debian/control: depends on latest libindicator-dev + + -- Didier Roche Wed, 22 Sep 2010 11:05:15 +0200 + indicator-datetime (0.0.6-0ubuntu1) maverick; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 9477216..b97d1f4 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Ubuntu Desktop Team Build-Depends: cdbs, debhelper (>= 5), intltool (>= 0.35.0), - libindicator-dev (>= 0.3.0), + libindicator-dev (>= 0.3.14), libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1), libglib2.0-dev (>= 2.25.0), -- cgit v1.2.3 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/changelog | 3 ++- debian/control | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/control') 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 Fri, 08 Oct 2010 15:17:25 -0600 + -- Ted Gould 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 -- 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 From 62471dbe9fa9196597f37ec8d1780b6359ec5d5a Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 9 Dec 2010 13:08:54 -0500 Subject: releasing version 0.1.90-0ubuntu2 --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index b03e301..2c758af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.1.90-0ubuntu2) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-* to >= 0.3.90 + + -- Ken VanDine Thu, 09 Dec 2010 11:46:00 -0500 + indicator-datetime (0.1.90-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 02ee6d1..49a3ca8 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: cdbs, debhelper (>= 5), intltool (>= 0.35.0), libindicator-dev (>= 0.3.14), - libdbusmenu-glib-dev (>= 0.1.1), - libdbusmenu-gtk-dev (>= 0.1.1), + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.90), libglib2.0-dev (>= 2.25.0), libido-0.1-dev (>= 0.1.10), libgeoclue-dev (>= 0.12.0), -- cgit v1.2.3 From 1574cb582b931daf4bd4891a5c9add56e637901a Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 8 Feb 2011 11:48:27 -0500 Subject: releasing version 0.1.92-0ubuntu3 --- debian/changelog | 9 +++++++++ debian/control | 3 ++- debian/source/format | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 debian/source/format (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index e6613e4..83d252e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-datetime (0.1.92-0ubuntu3) natty; urgency=low + + * debian/control + - Bump standards version to 3.9.1 + - Set Vcs-Bzr + * +debian/source/format + + -- Ken VanDine Tue, 08 Feb 2011 11:14:02 -0500 + indicator-datetime (0.1.92-0ubuntu2) natty; urgency=low * debian/control diff --git a/debian/control b/debian/control index d56e2a9..b02380d 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,9 @@ Build-Depends: cdbs, libido-0.1-dev (>= 0.1.10), libgeoclue-dev (>= 0.12.0), liboobs-1-dev (>= 2.31.0) -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-datetime +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-datetime/ubuntu Package: indicator-datetime Architecture: any diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3 From 66623a950c198ee724305971c3eaae173a007ea9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 23 Mar 2011 16:19:05 -0500 Subject: debian/control: Dropping liboobs --- debian/changelog | 3 ++- debian/control | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index aafbba3..e11b681 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ indicator-datetime (0.2.0-0ubuntu1~ppa1) UNRELEASED; urgency=low ∘ Free JSON parser data ∘ Avoid duplicates in GeoNames data (LP: #740884) ∘ Make location completion more robust + * debian/control: Dropping liboobs - -- Ted Gould Wed, 23 Mar 2011 16:15:45 -0500 + -- Ted Gould Wed, 23 Mar 2011 16:18:22 -0500 indicator-datetime (0.1.98-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index ff8df82..884a37a 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: cdbs, libglib2.0-dev (>= 2.25.0), libido-0.1-dev (>= 0.2.2), libgeoclue-dev (>= 0.12.0), - liboobs-1-dev (>= 2.31.0), libecal1.2-dev (>= 2.30), libical-dev (>= 0.44), libgtk2.0-dev (>= 2.22), -- cgit v1.2.3 From c17c99dea0e5b7c1655c92b27ff79edc60bf0e2a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 21 Jun 2011 14:28:34 -0500 Subject: debian/control: Switching dep to libedataserverui-3.0-dev --- debian/changelog | 5 +++-- debian/control | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 176a8b9..1d370eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-datetime (0.2.90-0ubuntu1) UNRELEASED; urgency=low +indicator-datetime (0.2.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * New upstream release. - Set minimum width for appointments to prevent continuous resizing @@ -8,8 +8,9 @@ indicator-datetime (0.2.90-0ubuntu1) UNRELEASED; urgency=low - GTK3 build * Dropping debian/patches/lp_762976.patch and debian/patches/lp_750671.patch as merged upstream. + * debian/control: Switching dep to libedataserverui-3.0-dev - -- Ted Gould Tue, 21 Jun 2011 14:24:41 -0500 + -- Ted Gould Tue, 21 Jun 2011 14:28:25 -0500 indicator-datetime (0.2.3-0ubuntu3) natty; urgency=low diff --git a/debian/control b/debian/control index ee66b3a..96e66ef 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: cdbs, libunique-dev, libpolkit-gtk-1-dev, libedataserver1.2-dev (>= 2.30), - libedataserverui1.2-dev (>= 2.30), + libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), dh-autoreconf Standards-Version: 3.9.1 -- cgit v1.2.3 From 4a2c7a22fa0d6c46327cd9be18ebc64057692769 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 22 Jun 2011 12:09:57 -0400 Subject: releasing version 0.2.90-0ubuntu1 --- debian/changelog | 16 ++++++++++++++-- debian/control | 23 +++++++++++++++++++---- debian/indicator-datetime-gtk2.install | 1 + debian/indicator-datetime.install | 1 + debian/rules | 25 +++++++++++++++++-------- 5 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 debian/indicator-datetime-gtk2.install create mode 100644 debian/indicator-datetime.install (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index c949921..c1c6d23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -indicator-datetime (0.2.90-0ubuntu1~ppa1) oneiric; urgency=low +indicator-datetime (0.2.90-0ubuntu1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. - Set minimum width for appointments to prevent continuous resizing when the calendar is hiden and ensure there is enough of the @@ -10,7 +11,18 @@ indicator-datetime (0.2.90-0ubuntu1~ppa1) oneiric; urgency=low as merged upstream. * debian/control: Switching dep to libedataserverui-3.0-dev - -- Ted Gould Tue, 21 Jun 2011 14:29:24 -0500 + [ Ken VanDine ] + * debian/control + - Bumped standards version to 3.9.2 + - Add new binary for indicator-datetime-gtk2 + - Make indicator-datetime recommend indicator-datetime-gtk2 (until unity + can load gtk3 indicators) + - indicator-datetime-gtk2 replaces indicator-datetime << 0.2.90 + - Added build depends for libdbusmenu-gtk3-dev and libindicator3-dev + * debian/rules + - build for both gtk2 and gtk3 + + -- Ken VanDine Wed, 22 Jun 2011 11:46:55 -0400 indicator-datetime (0.2.3-0ubuntu3) natty; urgency=low diff --git a/debian/control b/debian/control index 47fc9c6..83819e0 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,11 @@ Maintainer: Ubuntu Desktop Team Build-Depends: cdbs, debhelper (>= 5), intltool (>= 0.35.0), - libindicator-dev (>= 0.3.14), + libindicator-dev (>= 0.3.19), + libindicator3-dev (>= 0.3.19), libdbusmenu-glib-dev (>= 0.3.90), - libdbusmenu-gtk-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.94), + libdbusmenu-gtk3-dev (>= 0.3.94), libglib2.0-dev (>= 2.25.0), libido-0.1-dev (>= 0.2.2), libido3-0.1-dev (>= 0.2.90), @@ -16,6 +18,7 @@ Build-Depends: cdbs, libecal1.2-dev (>= 2.30), libical-dev (>= 0.44), libgtk2.0-dev (>= 2.22), + libgtk-3-dev (>= 3.1.4), libcairo2-dev (>= 1.10), libjson-glib-dev, libunique-dev, @@ -24,7 +27,7 @@ Build-Depends: cdbs, libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), dh-autoreconf -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-datetime Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-datetime/ubuntu @@ -33,7 +36,19 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, geoclue-ubuntu-geoip | geoclue-provider +Recommends: indicator-applet | indicator-renderer, + indicator-datetime-gtk2 +Description: Simple clock + A simple clock appearing in the indicator bar + +Package: indicator-datetime-gtk2 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-datetime (= ${binary:Version}), + geoclue-ubuntu-geoip | geoclue-provider +Replaces: indicator-datetime (<< 0.2.90) Recommends: indicator-applet | indicator-renderer -Description: A very, very simple clock +Description: Simple clock A simple clock appearing in the indicator bar diff --git a/debian/indicator-datetime-gtk2.install b/debian/indicator-datetime-gtk2.install new file mode 100644 index 0000000..8d1fc9f --- /dev/null +++ b/debian/indicator-datetime-gtk2.install @@ -0,0 +1 @@ +debian/tmp/gtk2/usr/lib/indicators /usr/lib/ diff --git a/debian/indicator-datetime.install b/debian/indicator-datetime.install new file mode 100644 index 0000000..19a45de --- /dev/null +++ b/debian/indicator-datetime.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr / diff --git a/debian/rules b/debian/rules index baf32ef..7950ed1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,14 +1,23 @@ #!/usr/bin/make -f +DEB_BUILDDIR = build +DEB_MAKE_FLAVORS = gtk2 gtk3 + include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk -include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/gnome.mk -include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/cdbs/1/rules/autoreconf.mk -install/indicator-datetime:: - find debian/indicator-datetime/usr/lib -name \*.la -exec rm {} \; - find debian/indicator-datetime/usr/lib -name \*.a -exec rm {} \; +DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ +DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ + +DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 +DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 +DEB_CONFIGURE_EXTRA_FLAGS = --disable-static + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) +debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) -common-binary-post-install-arch:: list-missing +common-install-arch:: + find debian/tmp -name \*.la -delete + find debian/tmp -name \*.a -delete -- cgit v1.2.3 From 5e9dc5469428fe05f7e70948980a0e79d193b857 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 28 Jun 2011 15:56:27 +0100 Subject: * debian/control: - Drop -gtk2 recommends for the gtk3 indicator * debian/rules: - Use dh-autoreconf * debian/patches/fix-timezones.patch: - Add patch to handle g-s-d DBus API change for timezones and to be more robust about querying what the current timezone is --- debian/changelog | 12 +++ debian/control | 3 +- debian/patches/fix-timezones.patch | 168 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 1 + 5 files changed, 183 insertions(+), 2 deletions(-) create mode 100644 debian/patches/fix-timezones.patch create mode 100644 debian/patches/series (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index c1c6d23..07cd704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-datetime (0.2.90-0ubuntu2) oneiric; urgency=low + + * debian/control: + - Drop -gtk2 recommends for the gtk3 indicator + * debian/rules: + - Use dh-autoreconf + * debian/patches/fix-timezones.patch: + - Add patch to handle g-s-d DBus API change for timezones and to + be more robust about querying what the current timezone is + + -- Michael Terry Tue, 28 Jun 2011 15:42:39 +0100 + indicator-datetime (0.2.90-0ubuntu1) oneiric; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index 83819e0..66d7e0a 100644 --- a/debian/control +++ b/debian/control @@ -36,8 +36,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, geoclue-ubuntu-geoip | geoclue-provider -Recommends: indicator-applet | indicator-renderer, - indicator-datetime-gtk2 +Recommends: indicator-applet | indicator-renderer Description: Simple clock A simple clock appearing in the indicator bar diff --git a/debian/patches/fix-timezones.patch b/debian/patches/fix-timezones.patch new file mode 100644 index 0000000..6e32d61 --- /dev/null +++ b/debian/patches/fix-timezones.patch @@ -0,0 +1,168 @@ +Index: indicator-datetime.ubu/src/Makefile.am +=================================================================== +--- indicator-datetime.ubu.orig/src/Makefile.am 2011-06-28 15:42:04.085059003 +0100 ++++ indicator-datetime.ubu/src/Makefile.am 2011-06-28 15:42:19.553059167 +0100 +@@ -34,6 +34,7 @@ + libdatetime_la_CFLAGS = \ + $(INDICATOR_CFLAGS) \ + -Wall -Werror \ ++ -DTIMEZONE_FILE="\"/etc/timezone\"" \ + -DG_LOG_DOMAIN=\"Indicator-Datetime\" + libdatetime_la_LIBADD = \ + $(INDICATOR_LIBS) +@@ -55,6 +56,7 @@ + -Werror \ + -I$(top_srcdir)/libmap \ + $(PREF_CFLAGS) \ ++ -DTIMEZONE_FILE="\"/etc/timezone\"" \ + -DPKGDATADIR="\"$(pkgdatadir)\"" + indicator_datetime_preferences_LDADD = \ + $(top_builddir)/libmap/libmap.la \ +Index: indicator-datetime.ubu/src/datetime-prefs.c +=================================================================== +--- indicator-datetime.ubu.orig/src/datetime-prefs.c 2011-06-28 15:42:04.129059003 +0100 ++++ indicator-datetime.ubu/src/datetime-prefs.c 2011-06-28 15:42:19.553059167 +0100 +@@ -223,10 +223,8 @@ + if (location == NULL) + return; + +- gchar * file = g_build_filename ("/usr/share/zoneinfo", location->zone, NULL); +- g_dbus_proxy_call (proxy, "SetTimezone", g_variant_new ("(s)", file), ++ g_dbus_proxy_call (proxy, "SetTimezone", g_variant_new ("(s)", location->zone), + G_DBUS_CALL_FLAGS_NONE, -1, NULL, dbus_set_answered, "timezone"); +- g_free (file); + + sync_entry (location->zone); + } +Index: indicator-datetime.ubu/src/datetime-service.c +=================================================================== +--- indicator-datetime.ubu.orig/src/datetime-service.c 2011-06-28 15:42:04.249059005 +0100 ++++ indicator-datetime.ubu/src/datetime-service.c 2011-06-28 15:42:19.561059167 +0100 +@@ -221,29 +221,15 @@ + current_timezone = NULL; + } + +- GError * error = NULL; +- gchar * tempzone = NULL; +- if (!g_file_get_contents(TIMEZONE_FILE, &tempzone, NULL, &error)) { +- g_warning("Unable to read timezone file '" TIMEZONE_FILE "': %s", error->message); +- g_error_free(error); ++ current_timezone = read_timezone (); ++ if (current_timezone == NULL) { + return; + } + +- /* This shouldn't happen, so let's make it a big boom! */ +- g_return_if_fail(tempzone != NULL); +- +- /* Note: this really makes sense as strstrip works in place +- so we end up with something a little odd without the dup +- so we have the dup to make sure everything is as expected +- for everyone else. */ +- current_timezone = g_strdup(g_strstrip(tempzone)); +- g_free(tempzone); +- + g_debug("System timezone is: %s", current_timezone); + + check_timezone_sync(); + +- if (error != NULL) g_error_free(error); + return; + } + +@@ -276,10 +262,8 @@ + return; + } + +- gchar * file = g_build_filename ("/usr/share/zoneinfo", (char *)zone, NULL); +- g_dbus_proxy_call (proxy, "SetTimezone", g_variant_new ("(s)", file), ++ g_dbus_proxy_call (proxy, "SetTimezone", g_variant_new ("(s)", zone), + G_DBUS_CALL_FLAGS_NONE, -1, NULL, quick_set_tz_cb, NULL); +- g_free (file); + g_free (zone); + g_object_unref (proxy); + } +Index: indicator-datetime.ubu/src/indicator-datetime.c +=================================================================== +--- indicator-datetime.ubu.orig/src/indicator-datetime.c 2011-06-28 15:42:04.293059005 +0100 ++++ indicator-datetime.ubu/src/indicator-datetime.c 2011-06-28 15:42:19.565059167 +0100 +@@ -761,11 +761,18 @@ + GTimeZone * tz, const gchar * format, + GDateTime ** datetime) + { ++ gboolean unref_tz = FALSE; ++ if (tz == NULL) { ++ gchar * zone = read_timezone (); ++ if (zone == NULL) ++ return; ++ tz = g_time_zone_new(zone); ++ unref_tz = TRUE; ++ g_free (zone); ++ } ++ + GDateTime * datetime_now; +- if (tz == NULL) +- datetime_now = g_date_time_new_now_local(); +- else +- datetime_now = g_date_time_new_now(tz); ++ datetime_now = g_date_time_new_now(tz); + + gchar * timestr; + if (format == NULL) { +@@ -793,6 +800,9 @@ + else + g_date_time_unref(datetime_now); + ++ if (unref_tz) ++ g_time_zone_unref(tz); ++ + return; + } + +Index: indicator-datetime.ubu/src/utils.c +=================================================================== +--- indicator-datetime.ubu.orig/src/utils.c 2011-06-28 15:42:04.169059004 +0100 ++++ indicator-datetime.ubu/src/utils.c 2011-06-28 15:42:19.565059167 +0100 +@@ -117,6 +117,30 @@ + return rv; + } + ++gchar * ++read_timezone () ++{ ++ GError * error = NULL; ++ gchar * tempzone = NULL; ++ if (!g_file_get_contents(TIMEZONE_FILE, &tempzone, NULL, &error)) { ++ g_warning("Unable to read timezone file '" TIMEZONE_FILE "': %s", error->message); ++ g_error_free(error); ++ return NULL; ++ } ++ ++ /* This shouldn't happen, so let's make it a big boom! */ ++ g_return_val_if_fail(tempzone != NULL, NULL); ++ ++ /* Note: this really makes sense as strstrip works in place ++ so we end up with something a little odd without the dup ++ so we have the dup to make sure everything is as expected ++ for everyone else. */ ++ gchar * rv = g_strdup(g_strstrip(tempzone)); ++ g_free(tempzone); ++ ++ return rv; ++} ++ + /* Translate msg according to the locale specified by LC_TIME */ + static char * + T_(const char *msg) +Index: indicator-datetime.ubu/src/utils.h +=================================================================== +--- indicator-datetime.ubu.orig/src/utils.h 2011-06-28 15:42:04.209059004 +0100 ++++ indicator-datetime.ubu/src/utils.h 2011-06-28 15:42:19.569059167 +0100 +@@ -30,6 +30,7 @@ + gboolean is_locale_12h (void); + void split_settings_location (const gchar * location, gchar ** zone, gchar ** name); + gchar * get_current_zone_name (const gchar * location); ++gchar * read_timezone (); + gchar * generate_format_string_full (gboolean show_day, gboolean show_date); + gchar * generate_format_string_at_time (GDateTime * time); + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..a593ee2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix-timezones.patch diff --git a/debian/rules b/debian/rules index 7950ed1..dfd669b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ DEB_BUILDDIR = build DEB_MAKE_FLAVORS = gtk2 gtk3 +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -- cgit v1.2.3 From 33d9b7f27eed027e1986ba4197d14434bc6ce37b Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 28 Jun 2011 17:57:03 +0100 Subject: * No change rebuild to fix badly packaged diff.gz from last time * debian/rules, debian/control: - Arg, this wasn't source format 3.0, so add quilt so that the patch applies. --- debian/changelog | 14 ++++++++++++++ debian/control | 1 + debian/rules | 1 + 3 files changed, 16 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 07cd704..741fa90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-datetime (0.2.90-0ubuntu4) oneiric; urgency=low + + * No change rebuild to fix badly packaged diff.gz from last time + + -- Michael Terry Tue, 28 Jun 2011 17:55:25 +0100 + +indicator-datetime (0.2.90-0ubuntu3) oneiric; urgency=low + + * debian/rules, debian/control: + - Arg, this wasn't source format 3.0, so add quilt so that the patch + applies. + + -- Michael Terry Tue, 28 Jun 2011 17:05:59 +0100 + indicator-datetime (0.2.90-0ubuntu2) oneiric; urgency=low * debian/control: diff --git a/debian/control b/debian/control index 66d7e0a..b830e91 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team Build-Depends: cdbs, debhelper (>= 5), + quilt, intltool (>= 0.35.0), libindicator-dev (>= 0.3.19), libindicator3-dev (>= 0.3.19), diff --git a/debian/rules b/debian/rules index dfd669b..2ad101c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ DEB_BUILDDIR = build DEB_MAKE_FLAVORS = gtk2 gtk3 +include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -- cgit v1.2.3 From cae607b7f5cf4fc12055767069e8a205c1a95587 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 8 Jul 2011 09:55:29 -0400 Subject: releasing version 0.2.91-0ubuntu1 --- data/org.ayatana.indicator.datetime.gschema.xml | 61 ------------------------- debian/changelog | 11 ++++- debian/control | 8 ++-- 3 files changed, 14 insertions(+), 66 deletions(-) delete mode 100644 data/org.ayatana.indicator.datetime.gschema.xml (limited to 'debian/control') diff --git a/data/org.ayatana.indicator.datetime.gschema.xml b/data/org.ayatana.indicator.datetime.gschema.xml deleted file mode 100644 index c794d83..0000000 --- a/data/org.ayatana.indicator.datetime.gschema.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - 'locale-default' - What the time format should be - - Controls the time format that is displayed in the indicator. For almost - all users this should be the default for their locale. If you think the - setting is wrong for your locale please join or talk to the translation - team for your langauge. If you just want something different you can - adjust this to be either 12 or 24 time. Or, you can use a custom format - string and set the custom-time-format setting. - - - - false - Show the number of seconds in the indicator - - Makes the datetime indicator show the number of seconds in the indicator. - It's important to note that this will cause additional battery drain as - the time will update 60 times as often, so it is not recommended. Also, - this setting will be ignored if the time-format value is set to custom. - - - - false - Show the day of the week in the indicator - - Puts the day of the week on the panel along with the time and/or date - depending on settings. This setting will be ignored if the time-format - value is set to custom. - - - - false - Show the month and date in the indicator - - Puts the month and the date in the panel along with the time and/or day - of the week depending on settings. This setting will be ignored if the - time-format value is set to custom. - - - - "%l:%M %p" - The format string passed to strftime - - The format of the time and/or date that is visible on the panel when using - the indicator. For most users this will be a set of predefined values as - determined by the configuration utility, but advanced users can change it - to anything strftime can accept. Look at the man page on strftime for - more information. - - - - diff --git a/debian/changelog b/debian/changelog index 8dfb783..53e3513 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -indicator-datetime (0.2.91-0ubuntu1~ppa1) oneiric; urgency=low +indicator-datetime (0.2.91-0ubuntu1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. * libindicator 0.4 transition * Making preferences a gnome-control-center plugin @@ -7,7 +8,13 @@ indicator-datetime (0.2.91-0ubuntu1~ppa1) oneiric; urgency=low * Fixing timezone setting with new gsd * Dropped debian/patches/fix-timezones.patch: merged upstream - -- Ted Gould Thu, 07 Jul 2011 16:26:11 -0500 + [ Ken VanDine ] + * debian/control + - Bumped build depends for libindicator to >= 0.3.90 + - Added build depends on libgnome-control-center-dev + - Added depends for gnome-control-center + + -- Ken VanDine Fri, 08 Jul 2011 09:38:50 -0400 indicator-datetime (0.2.90-0ubuntu4) oneiric; urgency=low diff --git a/debian/control b/debian/control index b830e91..5b210b1 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: cdbs, debhelper (>= 5), quilt, intltool (>= 0.35.0), - libindicator-dev (>= 0.3.19), - libindicator3-dev (>= 0.3.19), + libindicator-dev (>= 0.3.90), + libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.3.90), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94), @@ -27,6 +27,7 @@ Build-Depends: cdbs, libedataserver1.2-dev (>= 2.30), libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), + libgnome-control-center-dev, dh-autoreconf Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-datetime @@ -36,6 +37,7 @@ Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + gnome-control-center, geoclue-ubuntu-geoip | geoclue-provider Recommends: indicator-applet | indicator-renderer Description: Simple clock @@ -46,9 +48,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-datetime (= ${binary:Version}), + gnome-control-center, geoclue-ubuntu-geoip | geoclue-provider Replaces: indicator-datetime (<< 0.2.90) Recommends: indicator-applet | indicator-renderer Description: Simple clock A simple clock appearing in the indicator bar - -- cgit v1.2.3 From c56d9e2efbad2bd43fb50d2293c16a2b764a95e7 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Thu, 15 Sep 2011 18:10:36 +0200 Subject: * debian/control: - bump the libglib build-dep --- debian/changelog | 5 +++++ debian/control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 42fe0d1..4843eae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ indicator-datetime (0.2.95-0ubuntu1~ppa1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. * Set default timezone on events without (LP: #837359) * Update docs to specify correct custom formats (LP: #775113) @@ -7,6 +8,10 @@ indicator-datetime (0.2.95-0ubuntu1~ppa1) oneiric; urgency=low * Fix gettext domain for builder files (LP: #845473) * Update date correctly when opening menu (LP: #793450) + [ Didier Roche ] + * debian/control: + - bump the libglib build-dep + -- Ted Gould Thu, 15 Sep 2011 10:45:57 -0500 indicator-datetime (0.2.93-0ubuntu2) oneiric; urgency=low diff --git a/debian/control b/debian/control index 5b210b1..8e11195 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: cdbs, libdbusmenu-glib-dev (>= 0.3.90), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94), - libglib2.0-dev (>= 2.25.0), + libglib2.0-dev (>= 2.29.19), libido-0.1-dev (>= 0.2.2), libido3-0.1-dev (>= 0.2.90), libunique-3.0-dev, -- cgit v1.2.3 From 95fcdc5a0e1e2d4184149e2354f0cb33d6755d48 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 29 Sep 2011 16:29:20 -0400 Subject: * debian/control - Added recommends for e-d-s --- 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 bce0042..61c09be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.2.95-0ubuntu2) UNRELEASED; urgency=low + + * debian/control + - Added recommends for e-d-s + + -- Ken VanDine Thu, 29 Sep 2011 16:28:52 -0400 + indicator-datetime (0.2.95-0ubuntu1) oneiric; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index 8e11195..64abb69 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-control-center, geoclue-ubuntu-geoip | geoclue-provider -Recommends: indicator-applet | indicator-renderer +Recommends: indicator-applet | indicator-renderer, evolution-data-server Description: Simple clock A simple clock appearing in the indicator bar -- cgit v1.2.3 From 10c82dbaf85cab9dbe380f1e5d73107dc4eefb26 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 13 Oct 2011 13:38:11 -0500 Subject: debian/control: Drop libunique requirements --- debian/changelog | 3 ++- debian/control | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8b6f00f..126187c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ indicator-datetime (0.3.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Drop an unused icon (LP: #746176) * Fix showing a timezone that we're currently set to (LP: #833337) * Remove check for libunique as it's unused + * debian/control: Drop libunique requirements - -- Ted Gould Thu, 13 Oct 2011 13:35:09 -0500 + -- Ted Gould Thu, 13 Oct 2011 13:37:40 -0500 indicator-datetime (0.3.0-0ubuntu1~ppa1) oneiric; urgency=low diff --git a/debian/control b/debian/control index 64abb69..a53c10a 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Build-Depends: cdbs, libglib2.0-dev (>= 2.29.19), libido-0.1-dev (>= 0.2.2), libido3-0.1-dev (>= 0.2.90), - libunique-3.0-dev, libgeoclue-dev (>= 0.12.0), libecal1.2-dev (>= 2.30), libical-dev (>= 0.44), @@ -22,7 +21,6 @@ Build-Depends: cdbs, libgtk-3-dev (>= 3.1.4), libcairo2-dev (>= 1.10), libjson-glib-dev, - libunique-dev, libpolkit-gtk-1-dev, libedataserver1.2-dev (>= 2.30), libedataserverui-3.0-dev, -- cgit v1.2.3 From 666184e6d235e5d92f03bee9b559035f38d6f4e4 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 23 Jan 2012 13:02:43 +0100 Subject: Migrate from libpolkit-gtk-1-dev to libpolkit-gobject-1-dev. --- 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 64b8e55..55a29ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-datetime (0.3.1-0ubuntu4) UNRELEASED; urgency=low + + * Migrate from libpolkit-gtk-1-dev to libpolkit-gobject-1-dev. + + -- Andreas Moog Sat, 24 Dec 2011 21:07:57 +0100 + indicator-datetime (0.3.1-0ubuntu3) precise; urgency=low * Rebuild for the new e-d-s libraries. diff --git a/debian/control b/debian/control index a53c10a..3167f9e 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends: cdbs, libgtk-3-dev (>= 3.1.4), libcairo2-dev (>= 1.10), libjson-glib-dev, - libpolkit-gtk-1-dev, + libpolkit-gobject-1-dev, libedataserver1.2-dev (>= 2.30), libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), -- cgit v1.2.3 From b37ad74755c0f97b8b4883ca64dcb8b36329a6a2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 17 Feb 2012 16:22:17 -0600 Subject: * debian/control: * Bumping libdbusmenu requirement to 0.5.90 * Added dependency on libtimezonemap --- debian/changelog | 5 ++++- debian/control | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index cbec1e7..28866b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,11 @@ indicator-datetime (0.3.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * Add a name hint on the indicator * Build fixes for updated dependencies * Fixing Geoclue support + * debian/control: + * Bumping libdbusmenu requirement to 0.5.90 + * Added dependency on libtimezonemap - -- Ted Gould Fri, 17 Feb 2012 16:16:23 -0600 + -- Ted Gould Fri, 17 Feb 2012 16:21:42 -0600 indicator-datetime (0.3.1-0ubuntu5) precise; urgency=low diff --git a/debian/control b/debian/control index 3167f9e..4aba64a 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: cdbs, intltool (>= 0.35.0), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.90), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), libglib2.0-dev (>= 2.29.19), libido-0.1-dev (>= 0.2.2), libido3-0.1-dev (>= 0.2.90), @@ -26,7 +26,8 @@ Build-Depends: cdbs, libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), libgnome-control-center-dev, - dh-autoreconf + dh-autoreconf, + libtimezonemap1-dev Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-datetime Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-datetime/ubuntu -- cgit v1.2.3 From 0dadc70d5795a15a4d3cc4c67730f0a13857d445 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Thu, 20 Sep 2012 18:51:33 +0200 Subject: build-dep on newer e-d-s stack --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 7348382..14e7741 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ indicator-datetime (12.10.1-0ubuntu1) UNRELEASED; urgency=low - Raise the version number of our EDS dependency (LP: #1024437) - Fix X-Ubuntu-Gettext-Domain entries in the .desktop file (LP: #1048834) - Remove unnecessary watching for geoclue address provider changes - * build-dep on newer libecal + * build-dep on newer e-d-s stack -- Didier Roche Thu, 20 Sep 2012 18:35:07 +0200 diff --git a/debian/control b/debian/control index 0498c7a..e578a9c 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: cdbs, libido3-0.1-dev (>= 0.2.90), libgeoclue-dev (>= 0.12.0), libecal1.2-dev (>= 3.5), - libical-dev (>= 0.44), + libical-dev (>= 0.48), libgtk-3-dev (>= 3.1.4), libcairo2-dev (>= 1.10), libjson-glib-dev, -- cgit v1.2.3