From 18a091e005bffe0c32d6e7efdfe368cdfd8aae55 Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Wed, 28 Aug 2013 10:09:19 +0000 Subject: Releasing 13.10.0+13.10.20130828.2-0ubuntu1, based on r245 --- debian/changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 81abd59..60f8cfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -indicator-datetime (13.10.0-0ubuntu1) UNRELEASED; urgency=low +indicator-datetime (13.10.0+13.10.20130828.2-0ubuntu1) saucy; urgency=low + [ Ted Gould ] * Updating version to make the Conflicts/Replace nicer * Split out gnome-control-center panel into it's own package - -- Ted Gould Tue, 27 Aug 2013 10:26:47 -0500 + [ Ubuntu daily release ] + * Automatic snapshot from revision 245 + + -- Ubuntu daily release Wed, 28 Aug 2013 10:09:19 +0000 indicator-datetime (12.10.3+13.10.20130822.1-0ubuntu1) saucy; urgency=low -- cgit v1.2.3 From eed6a021223e34437d8df21a7c428a3dd74f5ae5 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sun, 1 Sep 2013 15:32:51 -0400 Subject: Really delete *.la file --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index a350b13..4762c8f 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,7 @@ override_dh_auto_configure: dh_auto_configure -- --disable-static --disable-silent-rules override_dh_install: - find debian/indicator-datetime -name \*.la -delete - find debian/indicator-datetime -name \*.a -delete + find $(CURDIR) -name \*.la -delete cd po; intltool-update --pot --verbose dh_install --fail-missing # Language packs -- cgit v1.2.3 From 2f4de37b9cb610931e41980de4acc3c07286918b Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Mon, 2 Sep 2013 10:08:49 -0400 Subject: Don't install *.la files instead of deleting them --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 4762c8f..25854b8 100755 --- a/debian/rules +++ b/debian/rules @@ -12,9 +12,8 @@ override_dh_auto_configure: dh_auto_configure -- --disable-static --disable-silent-rules override_dh_install: - find $(CURDIR) -name \*.la -delete cd po; intltool-update --pot --verbose - dh_install --fail-missing + dh_install -X.la --fail-missing # Language packs for d in $$(find debian/indicator-datetime -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \ sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \ -- cgit v1.2.3 From 3dbb294322444364cd1e5e9caa333c44338ea392 Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Tue, 3 Sep 2013 02:08:17 +0000 Subject: Releasing 13.10.0+13.10.20130903-0ubuntu1, based on r247 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 60f8cfe..d2bd251 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-datetime (13.10.0+13.10.20130903-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * Really don't install *.la file. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 247 + + -- Ubuntu daily release Tue, 03 Sep 2013 02:08:17 +0000 + indicator-datetime (13.10.0+13.10.20130828.2-0ubuntu1) saucy; urgency=low [ Ted Gould ] -- cgit v1.2.3 From 67f71fb0f277f1a4ad9f7551732cede667c2849c Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Fri, 13 Sep 2013 15:16:38 +0000 Subject: Releasing 13.10.0+13.10.20130913-0ubuntu1, based on r256 --- debian/changelog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d2bd251..03a19db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +indicator-datetime (13.10.0+13.10.20130913-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Make the EDS planner nonblocking. (LP: #1204532) + * Minor changes that eliminate unnecessary temporary strings. + * This change adds a GSettings* arg to the utils functions so that + they don't have to churn through temporary GSettings objects. These + functions are usually called in a loop, causing a lot of GSettings + temporaries, even though the calling code already has an instance + for that GSettings schema. + * name says it all; this branch is for improving indicator-datetime + test coverage. + * Remove code duplication between timezone-file and timezone-geoclue. + * Adds a title in the header's action state. (LP: #1223635) + + [ Ted Gould ] + * Fix GeoClue signal handler to have proper prototype. (LP: #1195874) + * Protect against invalid begin or end dates. (LP: #1216263) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 256 + + -- Ubuntu daily release Fri, 13 Sep 2013 15:16:38 +0000 + indicator-datetime (13.10.0+13.10.20130903-0ubuntu1) saucy; urgency=low [ Jeremy Bicha ] -- cgit v1.2.3 From 244b8007da33ee7bbaa66eb4da12f9db0001d51c Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Tue, 24 Sep 2013 08:58:52 +0000 Subject: Releasing 13.10.0+13.10.20130924.2-0ubuntu1, based on r258 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 03a19db..69b0521 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-datetime (13.10.0+13.10.20130924.2-0ubuntu1) saucy; urgency=low + + [ Timo Jyrinki ] + * Add X-Ubuntu-Gettext-Domain in .desktop file to use translations + (LP: #1223498). (LP: #1223498) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 258 + + -- Ubuntu daily release Tue, 24 Sep 2013 08:58:52 +0000 + indicator-datetime (13.10.0+13.10.20130913-0ubuntu1) saucy; urgency=low [ Charles Kerr ] -- cgit v1.2.3 From 158a962cee927c7b4cb9a70266681886a8895b48 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 25 Sep 2013 17:16:22 -0500 Subject: Use url-dispatcher instead of invoking system-settings directly. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index ae07129..67938bf 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Build-Depends: debhelper (>= 9), libgconf2-dev (>= 2.31), libgnome-control-center-dev, libtimezonemap1-dev, + liburl-dispatcher1-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-datetime # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From 0f52c0f5344ccb91157541301f91b4ca9087948f Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Mon, 30 Sep 2013 06:32:59 +0000 Subject: Releasing 13.10.0+13.10.20130930-0ubuntu1, based on r260 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 69b0521..3ac0eaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-datetime (13.10.0+13.10.20130930-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Use url-dispatcher instead of invoking system-settings directly. + (LP: #1230819) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 260 + + -- Ubuntu daily release Mon, 30 Sep 2013 06:32:59 +0000 + indicator-datetime (13.10.0+13.10.20130924.2-0ubuntu1) saucy; urgency=low [ Timo Jyrinki ] -- cgit v1.2.3 From d3ae965a5bdc7d82aeff4ad515bad8c1f74bcaf9 Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Fri, 4 Oct 2013 02:29:27 +0000 Subject: Releasing 13.10.0+13.10.20131004-0ubuntu1, based on r264 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3ac0eaa..918b53c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +indicator-datetime (13.10.0+13.10.20131004-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Change the tablet time format string to remove leading zeroes from + the hour component of the time format (ie, H:MM rather than HH:MM). + (LP: #1234483) + * on the phone, show appointments at 1AM as '1 AM', clock times as + '1:00 AM'. (LP: #1220297) + * Update settings URL to settings:///system. (LP: #1231444) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 264 + + -- Ubuntu daily release Fri, 04 Oct 2013 02:29:26 +0000 + indicator-datetime (13.10.0+13.10.20130930-0ubuntu1) saucy; urgency=low [ Charles Kerr ] -- cgit v1.2.3 From a52e3b86ee0dbce56221d1327c6c62a6d8e163e3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 9 Oct 2013 21:33:15 -0500 Subject: preliminary implementation of snap decision --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 67938bf..0815e1b 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9), libxorg-gtest-dev, libgtest-dev, libglib2.0-dev (>= 2.35.4), + libnotify-dev (>= 0.7.6), libido3-0.1-dev (>= 0.2.90), libgeoclue-dev (>= 0.12.0), libecal1.2-dev (>= 3.5), -- cgit v1.2.3 From b23d4229f6ba49d0171034582dd700c6c2328795 Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Fri, 11 Oct 2013 04:27:42 +0000 Subject: Releasing 13.10.0+13.10.20131011-0ubuntu1, based on r267 --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 918b53c..dddf7a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-datetime (13.10.0+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * start tracking failure-to-connect-to-bus errors on indicator- + datetime. (LP: #1227519) + * When an unsupported date format is being used, improve the error + message to also include the unsupported date format so that users + can include it in their bug reports. (LP: #1196059) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 267 + + -- Ubuntu daily release Fri, 11 Oct 2013 04:27:40 +0000 + indicator-datetime (13.10.0+13.10.20131004-0ubuntu1) saucy; urgency=low [ Charles Kerr ] -- cgit v1.2.3 From 50dbb636dc2078b21a7d981b1d4d3c3a25384648 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 15 Oct 2013 14:14:41 -0500 Subject: use the clock app's icon for the 'Clock' menuitem, and launch the clock app when it's clicked. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 67938bf..993d41a 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,7 @@ Depends: ${shlibs:Depends}, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, + click, gnome-control-center-datetime | ubuntu-system-settings, Conflicts: indicator-datetime (<< 13.10.0) Replaces: indicator-datetime (<< 13.10.0) -- cgit v1.2.3 From bd3296deab1f75d92733620c607ea3b2cc6c6d05 Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Wed, 16 Oct 2013 02:35:10 +0000 Subject: Releasing 13.10.0+13.10.20131016-0ubuntu1, based on r271 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dddf7a5..a9ae881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +indicator-datetime (13.10.0+13.10.20131016-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Use the Unity Mobile icon name for the alarm clock icon. + * cache our internal GTimeZone instead of constantly re-creating it. + (LP: #1238043) + * Changes the phone profile's "Clock" menuitem in two ways: 1. instead + of using a stock icon, try to use the clock app's icon. 2. when + clicked, launch the clock app. (LP: #1227106) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 271 + + -- Ubuntu daily release Wed, 16 Oct 2013 02:35:10 +0000 + indicator-datetime (13.10.0+13.10.20131011-0ubuntu1) saucy; urgency=low [ Charles Kerr ] -- cgit v1.2.3 From a5eff35aea5fcbdd97b6d9459e5b05fcb4279676 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Wed, 16 Oct 2013 17:01:11 +0200 Subject: remove invalid click recommends and downgrade to Suggests --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 993d41a..22828b5 100644 --- a/debian/control +++ b/debian/control @@ -40,8 +40,8 @@ Depends: ${shlibs:Depends}, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, - click, gnome-control-center-datetime | ubuntu-system-settings, +Suggests: click, Conflicts: indicator-datetime (<< 13.10.0) Replaces: indicator-datetime (<< 13.10.0) Description: Simple clock -- cgit v1.2.3 From fc8dba4e15736ab90da77fe162573f33cd0ba792 Mon Sep 17 00:00:00 2001 From: Automatic PS uploader Date: Wed, 16 Oct 2013 15:30:11 +0000 Subject: Releasing 13.10.0+13.10.20131016.2-0ubuntu1, based on r274 --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a9ae881..fc74793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-datetime (13.10.0+13.10.20131016.2-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Remove the g_error() call that caused an abort() in the call to + on_name_lost() in our bus handler. (LP: #1238737) + + [ Didier Roche ] + * remove invalid click recommends and downgrade to Suggests + + [ Ubuntu daily release ] + * Automatic snapshot from revision 274 + + -- Ubuntu daily release Wed, 16 Oct 2013 15:30:10 +0000 + indicator-datetime (13.10.0+13.10.20131016-0ubuntu1) saucy; urgency=low [ Charles Kerr ] -- cgit v1.2.3