From 62d01fc8749606d8fc4614d897044462a6d703fc Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 18 Oct 2013 14:22:54 -0500 Subject: replace autotools with cmake --- debian/control | 7 ++++--- debian/rules | 8 +------- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 548f7b0..357b099 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: indicator-datetime Section: misc Priority: optional Maintainer: Ubuntu Desktop Team -Build-Depends: debhelper (>= 9), - quilt, - dh-autoreconf, +Build-Depends: cmake, + dbus, + debhelper (>= 9), + dh-translations, intltool (>= 0.35.0), gnome-common, libxorg-gtest-dev, diff --git a/debian/rules b/debian/rules index 25854b8..7bf5594 100755 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with quilt,autoreconf - -override_dh_autoreconf: - NOCONFIGURE=1 dh_autoreconf ./autogen.sh - -override_dh_auto_configure: - dh_auto_configure -- --disable-static --disable-silent-rules + dh $@ --with translations override_dh_install: cd po; intltool-update --pot --verbose -- cgit v1.2.3 From 04611676ec3a4038b58503d2ea2448a060e0d9dd Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 29 Oct 2013 10:33:24 -0700 Subject: remove libtool reference from debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 7bf5594..0e7a91f 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed override_dh_install: cd po; intltool-update --pot --verbose - dh_install -X.la --fail-missing + dh_install --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 ab91902a535cdca86eb60215284a29c8791b3f6e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 29 Oct 2013 11:18:56 -0700 Subject: look for indicator-datetime-service in usr/lib/*/indicator-datetime/indicator-datetime-service --- debian/indicator-datetime.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/indicator-datetime.install b/debian/indicator-datetime.install index 13d21f2..b855558 100644 --- a/debian/indicator-datetime.install +++ b/debian/indicator-datetime.install @@ -1,5 +1,5 @@ usr/share/glib-2.0/schemas/* usr/share/dbus-1/services/* usr/share/unity/indicators/* -usr/lib/*/indicator-datetime-service +usr/lib/*/indicator-datetime/indicator-datetime-service usr/share/locale/* -- cgit v1.2.3 From b3740dcbc2cd663a9a8b104352fa0ccfb1bbcdf2 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 31 Oct 2013 10:11:28 -0700 Subject: Add changelog for 13.10.0+13.10.20131023.2-0ubuntu1 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index fc74793..8868dae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +indicator-datetime (13.10.0+13.10.20131023.2-0ubuntu1) saucy-proposed; urgency=low + + [ Marcus Tomlinson ] + * Fixed datetime title text to read "Date and Time" rather than the + day of the week (as per spec). (LP: #1236400) + + [ Lars Uebernickel ] + * Work around glib's type initialization deadlock. + https://bugzilla.gnome.org/show_bug.cgi?id=674885. (LP: #1239710) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 279 + + -- Mathieu Trudel-Lapierre Mon, 28 Oct 2013 14:59:27 -0400 + indicator-datetime (13.10.0+13.10.20131016.2-0ubuntu1) saucy; urgency=low [ Charles Kerr ] -- cgit v1.2.3