aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog35
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 38 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d4bafe..7d949a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+indicator-datetime (12.10.3daily13.05.06.1-0ubuntu1) saucy; urgency=low
+
+ [ Sebastien Bacher ]
+ * [FFE] Use systemd-services rather than ubuntu-system-service
+ systemdcompatibility code (LP: #1153567)
+
+ [ Iain Lane ]
+ * Stop using ConsoleKit (LP: #1156613)
+
+ [ Mathieu Trudel-Lapierre ]
+ * [FFE] Use systemd-services rather than ubuntu-system-service
+ systemdcompatibility code (LP: #1153567)
+
+ [ Ubuntu daily release ]
+ * Automatic snapshot from revision 216
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 06 May 2013 19:23:23 +0000
+
+indicator-datetime (12.10.3daily13.05.02-0ubuntu1) saucy; urgency=low
+
+ [ Charles Kerr ]
+ * g_critical hit when datetime indicator first shown (LP: #1175392)
+
+ [ Ubuntu daily release ]
+ * Automatic snapshot from revision 213
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 02 May 2013 22:59:08 +0000
+
+indicator-datetime (12.10.3daily13.03.26-0ubuntu1) raring; urgency=low
+
+ * Use systemd's service backend, ffe lp: #1153567
+ * debian/control: depends on systemd-services and systemd-shim
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 26 Mar 2013 19:53:55 +0100
+
indicator-datetime (12.10.3daily13.03.07-0ubuntu1) raring; urgency=low
[ Michael Terry ]
diff --git a/debian/control b/debian/control
index 2117e9b..41bdb0f 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,8 @@ Depends: ${shlibs:Depends},
${misc:Depends},
gnome-control-center,
geoclue-ubuntu-geoip | geoclue-provider,
+ systemd-services,
+ systemd-shim,
Recommends: indicator-applet | indicator-renderer,
evolution-data-server,
Description: Simple clock
diff --git a/debian/rules b/debian/rules
index f98cf93..a350b13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh
override_dh_auto_configure:
- dh_auto_configure -- --disable-static
+ dh_auto_configure -- --disable-static --disable-silent-rules
override_dh_install:
find debian/indicator-datetime -name \*.la -delete