aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog53
-rw-r--r--debian/control2
2 files changed, 55 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 230a105..e1820d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,56 @@
+indicator-messages (13.10.1+15.04.20150311-0ubuntu1) vivid; urgency=medium
+
+ [ Ted Gould ]
+ * Sanity tests to test basic features of the messaging menu
+
+ -- CI Train Bot <ci-train-bot@canonical.com> Wed, 11 Mar 2015 16:21:18 +0000
+
+indicator-messages (13.10.1+15.04.20150304-0ubuntu1) vivid; urgency=medium
+
+ [ Ted Gould ]
+ * Make the message actions have the message ID in their names like the
+ muxer
+
+ -- CI Train Bot <ci-train-bot@canonical.com> Wed, 04 Mar 2015 23:59:37 +0000
+
+indicator-messages (13.10.1+15.04.20150219-0ubuntu1) vivid; urgency=medium
+
+ [ Ted Gould ]
+ * Provide functions that allow for action names directly (LP:
+ #1385331)
+
+ -- CI Train Bot <ci-train-bot@canonical.com> Thu, 19 Feb 2015 15:55:54 +0000
+
+indicator-messages (13.10.1+15.04.20150126-0ubuntu1) vivid; urgency=low
+
+ [ Lars Uebernickel ]
+ * unescape_action_name: fix logic error (& instead of |) (LP:
+ #1414025)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 26 Jan 2015 22:07:44 +0000
+
+indicator-messages (13.10.1+15.04.20150112-0ubuntu1) vivid; urgency=low
+
+ [ Lars Uebernickel ]
+ * desktop menu: don't warn when no default handler for a mime type is
+ found (LP: #1389725)
+ * Escape message and source ids when using them as action names (LP:
+ #1386584)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 12 Jan 2015 18:39:08 +0000
+
+indicator-messages (13.10.1+15.04.20141103-0ubuntu1) vivid; urgency=low
+
+ [ Ted Gould ]
+ * Add filtering for lock screen. (LP: #1358340)
+
+ [ Lars Uebernickel ]
+ * libmessaging-menu: allow numbers in object paths (LP: #1384811)
+ * libmessaging-menu: fix section link in the documentation and add
+ descriptions (LP: #1313561)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 03 Nov 2014 20:56:30 +0000
+
indicator-messages (13.10.1+14.10.20141009-0ubuntu1) utopic; urgency=low
[ Ted Gould ]
diff --git a/debian/control b/debian/control
index b2c899d..eccb874 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends: debhelper (>= 9),
gobject-introspection (>= 0.9.12-4~),
gtk-doc-tools,
intltool,
+ libaccountsservice-dev,
+ libdbustest1-dev,
libgirepository1.0-dev (>= 0.9.12),
libgtest-dev,
python3-dbusmock,