aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzr-builddeb/default.conf2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog831
-rw-r--r--debian/compat1
-rw-r--r--debian/control84
-rw-r--r--debian/copyright19
-rw-r--r--debian/gir1.2-messagingmenu-1.0.install1
-rw-r--r--debian/indicator-messages.install5
-rw-r--r--debian/libmessaging-menu-dev.install5
-rw-r--r--debian/libmessaging-menu0.install1
-rw-r--r--debian/libmessaging-menu0.symbols23
-rwxr-xr-xdebian/rules17
-rw-r--r--debian/watch2
-rw-r--r--po/indicator-messages.pot46
14 files changed, 1038 insertions, 1 deletions
diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf
new file mode 100644
index 0000000..6c96a98
--- /dev/null
+++ b/.bzr-builddeb/default.conf
@@ -0,0 +1,2 @@
+[BUILDDEB]
+split = True
diff --git a/configure.ac b/configure.ac
index b5af4d1..b020d30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(indicator-messages, 12.10.5)
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE([check-news])
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7c0cd3d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,831 @@
+indicator-messages (12.10.6-0ubuntu1) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Use autogen.sh for dh_autoreconf.
+ - Drop the override for dh_makeshlibs.
+ - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
+ * debian/control:
+ - Fix styling: add trailing commas at the end of lists.
+ - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers.
+ - Add libgtest-dev to Build-Depends.
+ * Automatic snapshot from revision 329 (bootstrap):
+ - Clear the detail (count or time) of a source when another type of detail
+ is set. (LP: #1071640)
+
+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 13 Nov 2012 13:37:56 -0500
+
+indicator-messages (12.10.5-0ubuntu2) raring; urgency=low
+
+ * Upload to raring
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 07 Nov 2012 15:16:08 +0100
+
+indicator-messages (12.10.5-0ubuntu1) quantal-proposed; urgency=low
+
+ * New upstream release:
+ - fix crash caused by GError not being cleared (lp #1064314)
+ - fix crash when registering an app that was previously unregistered
+ (lp #1065169)
+ - remove the icon if NULL is passed to source_set_icon (lp #1070421)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 24 Oct 2012 17:30:45 +0200
+
+indicator-messages (12.10.4-0ubuntu1) quantal; urgency=low
+
+ * New upstream release:
+ - don't segfault if .desktop file is not installed (lp: #1058386)
+ - Use fallback icon names (without status emblems).
+ (lp: #1056595)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 02 Oct 2012 23:20:19 +0200
+
+indicator-messages (12.10.2-0ubuntu1) quantal; urgency=low
+
+ * New upstream release, includes apis to allow changing the label and
+ the icon of sources and add documentation
+ * debian/libmessaging-menu0.symbols:
+ - new version update
+ * debian/libmessaging-menu-dev.install:
+ - install the documentation
+ * debian/rules:
+ - build the documentation
+ - updated shlibs version
+ - use --with gir so gir:Depends work as it should
+ (lp: #1044125)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Sat, 01 Sep 2012 12:36:35 +0200
+
+indicator-messages (12.10.1-0ubuntu1) quantal-proposed; urgency=low
+
+ * New upstream version
+ * debian/control:
+ - breaks on version of ported clients using libindicate
+ - set some conflicts on the old deprecated status provider binaries
+ - updated Build-Depends
+ * debian/control, debian/*.install:
+ - drop indicator-status-provider-*, those are deprecated
+ - new binaries for the libmessaging-menu library
+ * debian/libmessaging-menu0.symbols:
+ - symbol file for the new library
+ * Updated packaging to dh9, current standards
+ * Drop gtk2 build from the packaging since support for it was
+ dropped in trunk, thanks Lars Uebernickel
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 27 Aug 2012 18:56:59 +0200
+
+indicator-messages (0.6.0-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ * Handle blank icons properly (LP: #956147)
+ * Fix telepathy offline/disconnected state bug
+
+ -- Charles Kerr <charles.kerr@canonical.com> Wed, 11 Apr 2012 11:09:46 -0500
+
+indicator-messages (0.5.95-0ubuntu1) precise; urgency=low
+
+ [ Charles Kerr ]
+ * New upstream release.
+ * Fix 0.5.94 blacklist regression.
+
+ [ Ken VanDine ]
+ * src/indicator-messages.c
+ * revert fix for the broken images in indicator-messages-service, it
+ caused the service to build against gtk and we can't parallel install
+ the service anyway
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 05 Apr 2012 16:47:19 -0400
+
+indicator-messages (0.5.94-0ubuntu1) precise; urgency=low
+
+ [ Ted Gould ]
+ * New upstream release.
+ * Fix for missing icons in the messaging menu (LP: #960553)
+ * Fix i18n for description (LP: #957525)
+ * Implementing initial testing
+ * Fixing blacklists (LP: #939258)
+ * debian/control: Adding dep on libgtest-dev
+
+ [ Ken VanDine ]
+ * debian/control: Don't build depend on libgtest-dev, it isn't in main
+ * debian/rules: disable tests, they require libgtest-dev
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 21 Mar 2012 17:00:10 -0400
+
+indicator-messages (0.5.93-0ubuntu2) precise; urgency=low
+
+ * src/im-menu-item.c
+ - cherry picked fix for missing icons in the messaging menu (LP: #960553)
+
+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 20 Mar 2012 16:41:13 -0400
+
+indicator-messages (0.5.93-0ubuntu1) precise; urgency=low
+
+ * debian/control:
+ - drop build-depends on gnome-doc-utils and scrollkeeper, not required
+
+ [ Ted Gould ]
+ * New upstream release.
+ * Fixing alignment of menu items (LP: #939953)
+ * Vertically centering alignment of double high items (LP: #770486)
+ * Fixing setting of status on telepathy (LP: #943757)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 08 Mar 2012 22:11:24 +0100
+
+indicator-messages (0.5.92-0ubuntu1) precise; urgency=low
+
+ [ Ted Gould ]
+ * New upstream release.
+ * Fix goto handling (by removing) (LP: #937441, LP: #937438)
+ * Tell accountsservice when user has messages for the benefit of
+ LightDM.
+ * Dropping debian/patches: Merged upstream
+
+ [ Ken VanDine ]
+ * debian/source/format
+ - dropped "3.0 (quilt), it doesn't play well with bzr maintained packages
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 23 Feb 2012 02:48:09 -0500
+
+indicator-messages (0.5.91-0ubuntu3) precise; urgency=low
+
+ * debian/source/format:
+ - Make "3.0 (quilt)"
+ * debian/patches/tell-accounts-service.patch:
+ - Tell accountsservice when user has messages for the benefit of
+ LightDM.
+
+ -- Michael Terry <mterry@ubuntu.com> Wed, 15 Feb 2012 15:32:16 -0500
+
+indicator-messages (0.5.91-0ubuntu2) precise; urgency=low
+
+ * debian/control: build-depends on dh-autoreconf as well
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 23:50:15 +0100
+
+indicator-messages (0.5.91-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ * Better lozenges that look nice
+ * debian/rules: Adding autoreconf and running make check
+ * debian/compat: 5
+ * debian/source/format: Dropping
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 15:29:52 -0600
+
+indicator-messages (0.5.90-0ubuntu1) precise; urgency=low
+
+ [ Ted Gould ]
+ * New upstream release.
+ * Adding code coverage targets
+ * Match libindicate 0.6.90
+ * Updating for Dbusmenu 0.5.90
+ * Plug leak in launcher_menu_item_new
+ * Fix memory leak: Free path string.
+ * Compare server and path for multi-server clients
+ * Using the new GTK3 box API to avoid deprecations
+ * Adding a name hint
+ * debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90
+
+ [ Ken VanDine ]
+ * debian/rules
+ - drop no-error=deprecated-declarations from CFLAGS
+
+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 10 Feb 2012 14:29:59 -0500
+
+indicator-messages (0.5.0-1ubuntu1) precise; urgency=low
+
+ * rebuild for libindicator7
+ * debian/rules
+ - build with no-error=deprecated-declarations
+ * debian/control
+ - set ubuntu-desktop VCS and maintainer
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 25 Jan 2012 09:56:59 -0500
+
+indicator-messages (0.5.0-1) experimental; urgency=low
+
+ * Merge new upstream from Ubuntu.
+
+ -- Evgeni Golov <evgeni@debian.org> Wed, 19 Oct 2011 13:36:00 +0200
+
+indicator-messages (0.5.0-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ * Fix memory leak (LP: #690668)
+ * Drop debian/patches/lp_690668.patch: Merged upstream
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 28 Sep 2011 10:39:26 -0500
+
+indicator-messages (0.4.95-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ * Fix naming of "Clear" item
+ * Fix alignment of items to there is a consistent gutter
+ * debian/patches/lp_690668.patch: Updating
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Aug 2011 09:09:20 -0500
+
+indicator-messages (0.4.94-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ ∘ Fix drawing of triangles and capsules in GTK3
+ ∘ Fix Emesene statuses (LP: #817504)
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Aug 2011 10:57:40 -0500
+
+indicator-messages (0.4.93-0ubuntu2) oneiric; urgency=low
+
+ * debian/rules
+ - run intltool-update to update the translations template
+
+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Aug 2011 10:05:01 -0400
+
+indicator-messages (0.4.93-0ubuntu1) oneiric; urgency=low
+
+ [ Ted Gould ]
+ * New upstream release.
+ * Add an item to clear the alert
+ * Choose mail applications based on the default application
+ * Clear based on middle click
+
+ [ Ken VanDine ]
+ * debian/control
+ - Bumped build depends for libindicate to >= 0.5.90
+ * debian/rules
+ - Fixed configure arg for gtk version
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 11 Aug 2011 14:18:05 -0400
+
+indicator-messages (0.4.92-0ubuntu4) oneiric; urgency=low
+
+ * debian/control
+ - Dropped recommends for gwibber now that it is seeded
+ * cherry picked r220 from trunk
+ - Make sure to insert in the right locations
+ * cherry picked r221 from trunk
+ - Making mail applications based on the default mail client not a
+ hardcoded desktop file.
+
+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 05 Aug 2011 14:33:39 -0400
+
+indicator-messages (0.4.92-0ubuntu3) oneiric; urgency=low
+
+ * debian/control
+ - Added recommends for gwibber, it got missed when we dropped indicator-me
+ should get removed after we get it seeded properly
+
+ -- Ken VanDine <ken.vandine@canonical.com> Sun, 31 Jul 2011 16:36:09 -0400
+
+indicator-messages (0.4.92-0ubuntu2) oneiric; urgency=low
+
+ * debian/control:
+ - use conflicts against indicator-me
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 15:49:40 +0200
+
+indicator-messages (0.4.92-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ * debian/control
+ - Added Replaces indicator-me
+ - Added build depends for libtelepathy-glib-dev
+ - Added new binary packages, libindicator-messages-status-provider-dev,
+ libindicator-messages-status-provider1, and each provider
+ - Make indicator-messages recommend indicator-status-provider-mc5
+ * debian/libindicator-messages-status-provider1.symbols
+ - Added symbols file
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 14 Jul 2011 16:28:23 -0400
+
+indicator-messages (0.4.91-0ubuntu1) oneiric; urgency=low
+
+ [ Ted Gould ]
+ * New upstream release.
+ * Update for libindicator 0.4
+
+ [ Ken VanDine ]
+ * debian/control
+ - Bumped build depends for libindicator to >= 0.3.90
+
+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 08 Jul 2011 11:23:58 -0400
+
+indicator-messages (0.4.90-0ubuntu2) oneiric; urgency=low
+
+ * Rebuild for libdbusmenu-gtk3-4
+ * debian/control
+ - Removed duplicate build depends
+ - Dropped build depends on indicator-messages-gtk2
+
+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 28 Jun 2011 09:01:12 -0400
+
+indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low
+
+ [ Ted Gould ]
+ * New upstream release.
+ * GTK 3
+
+ [ Ken VanDine ]
+ * debian/control
+ - Bumped standards version to 3.9.2
+ - Add new binary for indicator-messages-gtk2
+ - Make indicator-messages recommend indicator-messages-gtk2 (until unity
+ can load gtk3 indicators)
+ - indicator-messages-gtk2 replaces indicator-messages << 0.4.90
+ - Added build depends for libdbusmenu-gtk3-dev and libindicator3-dev
+ * debian/rules
+ - build for both gtk2 and gtk3
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 22 Jun 2011 12:34:43 -0400
+
+indicator-messages (0.4.0-1) unstable; urgency=low
+
+ * Merge new upstream from Ubuntu.
+ * Standards-Version: 3.9.2
+
+ -- Evgeni Golov <evgeni@debian.org> Sun, 05 Jun 2011 13:16:03 +0200
+
+indicator-messages (0.4.0-0ubuntu1) natty; urgency=low
+
+ * New upstream release.
+ ∘ Set the type before other variables to get default handling more
+ reliable (LP: #723873)
+ ∘ Add support for overriding the default icon with a specific one
+ for the messaging menu (LP: #741068)
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 07 Apr 2011 12:35:36 -0500
+
+indicator-messages (0.3.92-1) unstable; urgency=low
+
+ * Merge new upstream from Ubuntu.
+ * Fix 0.3.11-0ubuntu3 changelog entry (missed a space), so that
+ bzr builddeb won't go crazy (see Debian Bug #620242)
+ * Fix debian/copyright, was refering to libdbusmenu by mistake.
+
+ -- Evgeni Golov <evgeni@debian.org> Sun, 03 Apr 2011 13:37:33 +0200
+
+indicator-messages (0.3.92-0ubuntu3) natty; urgency=low
+
+ * debian/patches/lp_690668.patch
+ - Memory leak fixes (LP: #690668)
+ * debian/control
+ - Bump standards version to 3.9.1
+ * debian/source/format
+ - Use source format 3.0 (quilt)
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 24 Feb 2011 12:13:33 -0500
+
+indicator-messages (0.3.92-0ubuntu2) natty; urgency=low
+
+ * src/launcher-menu-item.c
+ - Make sure menu entries are displayed for launchers that aren't running (LP: #723873)
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 23 Feb 2011 16:06:37 -0500
+
+indicator-messages (0.3.92-0ubuntu1) natty; urgency=low
+
+ * New upstream release.
+ * Adding in accessible description support
+ * debian/control: libindicator version 0.3.19
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 12:18:32 -0600
+
+indicator-messages (0.3.91-0ubuntu1) natty; urgency=low
+
+ * New upstream release.
+ * Fixing the service file
+ * Adding a log domain
+ * Fixing type handler for dbusmenu 0.3.94
+ * debian/control: dbusmenu to 0.3.94
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 27 Jan 2011 17:01:34 -0600
+
+indicator-messages (0.3.90-0ubuntu1) natty; urgency=low
+
+ [ Ted Gould ]
+ * New upstream release.
+ * GDBus Port
+ * New libindicate and dbusmenu
+
+ [ Ken VanDine ]
+ * debian/control
+ - Build depends on libindicate-dev to 0.4.91
+ - Build depends on dbusmenu to 0.3.91
+ - Set Vcs to ~ubuntu-desktop
+ * data/indicator-messages.service.in
+ - Fixed dbus interface name
+
+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 14 Jan 2011 14:50:30 -0600
+
+indicator-messages (0.3.11-0ubuntu4) natty; urgency=low
+
+ * debian/control
+ - Bump build depends for libdbusmenu-* to >= 0.3.90
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 11:39:40 -0500
+
+indicator-messages (0.3.11-0ubuntu3) UNRELEASED; urgency=low
+
+ * debian/control: package description spelling (LP: #658096)
+
+ -- Greg Auger <gregory.auger@googlemail.com> Tue, 09 Nov 2010 18:49:38 +0000
+
+indicator-messages (0.3.11-0ubuntu2) maverick; urgency=low
+
+ * Rebuild for libindicator ABI change (LP: #637692)
+ * debian/control: depends on latest libindicator-dev
+
+ -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Sep 2010 18:39:27 +0200
+
+indicator-messages (0.3.11-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Fixing triangles by passing data to callback (LP: #623453)
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 09 Sep 2010 13:24:13 -0500
+
+indicator-messages (0.3.10-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Shifting icons into the gutter and adjusting the arrow
+ padding.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 26 Aug 2010 15:08:31 -0500
+
+indicator-messages (0.3.9-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Remove parens from counts
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 13:10:10 -0500
+
+indicator-messages (0.3.8-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ - running apps triangle indicator overlay
+ - message counters are now rendered with a nice rounded background
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 29 Jul 2010 13:33:14 -0400
+
+indicator-messages (0.3.7-1) unstable; urgency=low
+
+ * Merge from Ubuntu.
+ Closes: #586132
+ * debian/control:
+ - Homepage is at LP/indicator-messages, not -applet.
+ - Update package description.
+ - Update Vcs-* fields.
+ - Standards-Version: 3.8.4.
+ * debian/copyright:
+ - Convert to DEP5 format.
+ - Add missing copyright holders of debian/.
+
+ -- Evgeni Golov <evgeni@debian.org> Thu, 17 Jun 2010 13:02:37 +0200
+
+indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low
+
+ * New upstream release.
+ * When loading desktop files check to see if they've
+ already been eclipsed by an app. (LP: #549096)
+ * Track better application shortcuts and ensure that they
+ get removed when the application is. (LP: #539167)
+ * Track blacklisted apps to ensure that the messaging menu
+ hides when there is no app. (LP: #533021)
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 21 May 2010 15:02:16 -0500
+
+indicator-messages (0.3.6-0ubuntu2) lucid; urgency=low
+
+ * Upstream Merge
+ * When loading desktop files check to see if they've
+ already been eclipsed by an app. (LP: #549096)
+ * Track better application shortcuts and ensure that they
+ get removed when the application is. (LP: #539167)
+
+ -- Ted Gould <ted@ubuntu.com> Sat, 17 Apr 2010 13:10:42 -0500
+
+indicator-messages (0.3.6-0ubuntu1) lucid; urgency=low
+
+ * New upstream release.
+ * Fixing several bugs with regards to visibility and placement
+ if items and separators in the menu. (LP: #446914)
+ * Changing the service management over to using libindicator
+ services and service manager for robustness.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 01 Apr 2010 10:13:38 -0500
+
+indicator-messages (0.3.5-0ubuntu2) lucid; urgency=low
+
+ * debian/control:
+ - change the indicator-applet depends to a recommends to let other
+ desktops use other options rather than having to trigger GNOME
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 30 Mar 2010 10:35:59 +0200
+
+indicator-messages (0.3.5-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.5
+ * Show which applications are running with a small icon
+ next to their entry. (LP: #438526)
+ * Shift command items to line up with application names.
+ (LP: #537312)
+ * Track applications we've seen so that we can show "Set Up"
+ text if we've not seen the app before.
+ * Fix avatar spacing to match other menu items
+ * Use standard libindicator icon handling in panel
+ * Fix translation of non-running applications (LP: #540148)
+ * Handling bools for requesting attention from apps
+ * Changing microblogging to broadcast to match Me Menu (LP: #534952)
+ * debian/control:
+ - Updating requirement to libindicator 0.3.5
+ - Increasing dbusmenu-glib dep to 0.2.8
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Mar 2010 10:53:01 -0500
+
+indicator-messages (0.3.4-0ubuntu1~ppa1) lucid; urgency=low
+
+ * Upstream release 0.3.4
+ * Fix avatar spacing to match other menu items
+ * Use standard libindicator icon handling in panel
+ * Fix translation of non-running applications (LP: #540148)
+ * Handling bools for requesting attention from apps
+ * Changing microblogging to broadcast to match Me Menu (LP: #534952)
+ * debian/control: Updating requirement to libindicator 0.3.5
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Mar 2010 13:45:19 -0500
+
+indicator-messages (0.3.3-0ubuntu2) lucid; urgency=low
+
+ * src/default-applications.c
+ - string change for consistency (LP: #534952)
+
+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Mar 2010 11:44:46 -0500
+
+indicator-messages (0.3.3-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.3
+ * Changing names of default applications to generic names
+ * Making icons of default applications match panel theme
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Mar 2010 16:02:11 -0600
+
+indicator-messages (0.3.2-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.2
+ * Removing extra ref
+ * Moving locally defined variable to use the one defined in
+ the function to fix a NULL pointer. (lp: #518547)
+ * Disconnect the count changed signal property
+ * Adding static desktop shortcuts to application items
+ * Adding dynamic application menuitems
+ * Switching application menu items to remove descriptions
+ and add in application icons
+ * debian/control:
+ * libindicator build dependency to 0.3.3
+ * dbusmenu build dependency to 0.2.5
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 12:23:29 -0600
+
+indicator-messages (0.3.1-0ubuntu2) lucid; urgency=low
+
+ * Upstream Merge
+ * Removing extra ref
+ * Moving locally defined variable to use the one defined in
+ the function to fix a NULL pointer. (lp: #518547)
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 09 Feb 2010 09:30:10 -0600
+
+indicator-messages (0.3.1-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.1
+ * Updates for dbusmenu 0.2.2
+ * Updates for libindicate 0.3.0
+ * debian/control:
+ * dbusmenu* depends to 0.2.2
+ * libindicate* depends to 0.3.0
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Feb 2010 18:23:34 -0800
+
+indicator-messages (0.3.0-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.3.0
+ - Disabling static builds.
+ - Porting to libindicator 0.3.0
+ - Adding translator comments from hours and minutes strings.
+ (LP: #456437)
+ - Upgrading to dbusmenu 0.2.0
+ * debian/control: Updating dbusmenu dependency to 0.2.0
+ * debian/control: Increasing libindicator-dev dependency to
+ 0.3.0
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 12:05:25 -0600
+
+indicator-messages (0.2.6+r156-0ubuntu2) lucid; urgency=low
+
+ * debian/control
+ - add a Breaks for indicator-applet (<< 0.3.0)
+
+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 15 Dec 2009 11:57:42 -0500
+
+indicator-messages (0.2.6+r156-0ubuntu1) lucid; urgency=low
+
+ * New snapshot for libindicator 0.3.0
+ * debian/control
+ - Build-Depends on libindicator >= 0.3.0
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 10 Dec 2009 14:35:46 -0500
+
+indicator-messages (0.2.6-0ubuntu1) karmic; urgency=low
+
+ * Upstream release 0.2.6 (LP: #446629)
+ * Building the menu after checking the blacklist so that the
+ separators are all correct.
+ * Small fix for a perspective memory leak.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 09 Oct 2009 08:14:27 +0200
+
+indicator-messages (0.2.5-0ubuntu1) karmic; urgency=low
+
+ * Upstream release 0.2.5 (LP: #440217)
+ * Adding a check on addition of launchers to ensure icon is correctly
+ visible. (LP: #433274)
+ * Making it so that if applications don't set the time on an indicator
+ the time isn't shown in the menu. (LP: #438237)
+ * Putting icons in the right places. (LP: #436460)
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 01 Oct 2009 23:34:28 +0200
+
+indicator-messages (0.2.4-0ubuntu1) karmic; urgency=low
+
+ * Upstream release 0.2.4 (LP: #436093)
+ - Merging in the min menu width feature (LP: #428292)
+ - Merging in icon scaling branch from trunk. Now better icons (LP: #433143)
+ - Merging in updated trunk (LP: #434097 and LP: #435184)
+ - add i18n support
+ - Prevent null entries (LP: #435184)
+ - add a path for indicators in /usr/share (LP: #434097)
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 24 Sep 2009 13:07:46 -0500
+
+indicator-messages (0.2.2-0ubuntu2) karmic; urgency=low
+
+ * src/messages-service.c: initialise the translations
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 15 Sep 2009 16:41:03 +0200
+
+indicator-messages (0.2.2-0ubuntu1) karmic; urgency=low
+
+ * New release (LP: #427357)
+ * Adds in separators between application groups
+ * Merging in v2-api stuff which will become 0.2.1
+ * debian/control:
+ - Requiring > 0.2.0 of libindicate-*
+ - bump dbusmenu dependencies.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Sep 2009 09:11:57 -0500
+
+indicator-messages (0.2.0-0ubuntu2) karmic; urgency=low
+
+ * debian/control
+ - Bump build depends on dbusmenu to 0.1.0
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 27 Aug 2009 21:14:46 +0200
+
+indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low
+
+ [ Ted Gould ]
+ * Upstream version 0.2.0
+ * debian/control: Adding dependency information for libdbusmenu
+ to say >= 0.0.2 to match upstream build system.
+ * debian/watch: Changing to use indicator-messages project.
+
+ [ Martin Pitt ]
+ * debian/control: Update Vcs-Bzr: for new branch location.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 20:46:27 +0200
+
+indicator-messages (0.2.0~bzr124-0ubuntu1) karmic; urgency=low
+
+ * Update to fix build issue
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 07 Aug 2009 17:12:40 +0100
+
+indicator-messages (0.2.0~bzr121-0ubuntu3) karmic; urgency=low
+
+ * Fix to dereference the application menu items correctly so that
+ the signal handlers are dropped as well. (lp: #410251)
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 05 Aug 2009 19:00:31 +0100
+
+indicator-messages (0.2.0~bzr121-0ubuntu2) karmic; urgency=low
+
+ * Run autogen.sh before upload
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 05 Aug 2009 00:42:39 +0100
+
+indicator-messages (0.2.0~bzr121-0ubuntu1) karmic; urgency=low
+
+ [ Ted Gould ]
+ * debian/control: Adding in a build dep on libindicate-gtk-dev
+ * Changes for the changing libindicate stuff.
+ * Merge in the dbusmenu changes from the dbusmenu branch
+ * debian/control: Adding in a build dependency on libdbusmenu-glib and
+ libdbusmenu-gtk to catch up with the merge.
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 05 Aug 2009 00:21:50 +0100
+
+indicator-messages (0.2.0~bzr120-0ubuntu1) jaunty; urgency=low
+
+ * Fix to track the timer. (LP: #365187)
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 13 May 2009 09:56:20 -0500
+
+indicator-messages (0.2.0~bzr119-0ubuntu1) jaunty; urgency=low
+
+ * Upstream update
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 23:34:21 -0500
+
+indicator-messages (0.2.0~bzr116-0ubuntu3) jaunty; urgency=low
+
+ * debian/rules: Adding a rule to remove the .la/.a clutter
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 16:46:59 -0500
+
+indicator-messages (0.2.0~bzr116-0ubuntu2) jaunty; urgency=low
+
+ * debian/control: libindicator-dev to ~bzr301
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:58:45 -0500
+
+indicator-messages (0.2.0~bzr116-0ubuntu1) jaunty; urgency=low
+
+ * Upstream release
+ * Bug fixes
+ * Update API to new libindicator
+ * debian/control: Adding new dependency on libindicator-dev
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:45:21 -0500
+
+indicator-messages (0.1.6-0ubuntu1) jaunty; urgency=low
+
+ * New upstream version
+ * Patch from Cody Russell to fix LP: #359018 by correctly implementing
+ the finalize functions.
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 14 Apr 2009 11:32:00 +0200
+
+indicator-messages (0.1.5-0ubuntu1) jaunty; urgency=low
+
+ * New upstream version
+ * Fixes the lifecycle of the various structures tracking the messages
+ and applications. Fixing bugs like (LP: #355616) (LP: #352881)
+ * Fixes the visual appearance by setting the widget name to grab the
+ style settings from the main applet. (LP: #351979)
+ * debian/control: Upgrading dependency on libindicate-dev to 0.1.5 or
+ higher as the new version requires that.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 03 Apr 2009 16:32:49 -0500
+
+indicator-messages (0.1.4-0ubuntu1) jaunty; urgency=low
+
+ * New upstream version
+ * Adding the display of indicators that are login messages coming from
+ other applications. (LP: #345494)
+ * Making all times displayed for IM messages relative instead of
+ absolute. (LP: #346345)
+ * Cleaning up the server removal code. May fix (LP: #345599), I can't
+ recreate it anymore afterwards.
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 30 Mar 2009 09:40:40 +0200
+
+indicator-messages (0.1.3-0ubuntu1) jaunty; urgency=low
+
+ [ Ted Gould ]
+ * New upstream version.
+ - Now changes the icon based on non-IM indicators so that Evolution
+ works much better. (LP: #342480)
+ - Now the menu items are in a predictable order, alphabetical.
+ - The Messages for a particular client (i.e. Pidgin) are grouped with
+ the client they're associated with.
+ - Adjusting the icon size to match the new one in the Human theme.
+ - Adjusting the build so that all the different libraries are not
+ built in a versioned manner. Now it's just one .so, which is
+ what it should have been originally.
+
+ [ Martin Pitt ]
+ * Add debian/watch.
+ * Add bzr-builddeb configuration.
+ * debian/copyright: Fix download location.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 19 Mar 2009 12:23:17 +0100
+
+indicator-messages (0.1-0ubuntu1) jaunty; urgency=low
+
+ * Initial release, based on DX team's PPA packaging branch.
+ (lp:~indicator-applet-developers/indicator-applet/messages-packaging)
+ * debian/control: Add Homepage:, Vcs-Bzr:, and fix package
+ description.
+ * debian/copyright: Properly describe license.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 11:35:38 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..546b5c9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,84 @@
+Source: indicator-messages
+Section: gnome
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
+Uploaders: Evgeni Golov <evgeni@debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ dh-translations,
+ libgtk-3-dev (>= 3.5.12),
+ libdbus-glib-1-dev,
+ intltool,
+ libindicator3-dev,
+ libdbusmenu-glib-dev (>= 0.5.90),
+ libdbusmenu-gtk3-dev (>= 0.5.90),
+ libtelepathy-glib-dev (>= 0.9.0),
+ gobject-introspection (>= 0.9.12-4~),
+ libgirepository1.0-dev (>= 0.9.12),
+ gtk-doc-tools,
+ libgtest-dev,
+Standards-Version: 3.9.3
+Homepage: https://launchpad.net/indicator-messages
+# If you aren't a member of ~indicator-applet-developers but need to upload
+# packaging changes, just go ahead. ~indicator-applet-developers will notice
+# and sync up the code again.
+Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.13.04
+Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.13.04/files
+
+Package: indicator-messages
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: indicator-applet | indicator-renderer
+Replaces: libindicator-messages-status-provider1,
+ libindicator-messages-status-provider-dev,
+ indicator-status-provider-mc5,
+ indicator-status-provider-pidgin,
+ indicator-status-provider-telepathy,
+ indicator-status-provider-emesene,
+Conflicts: libindicator-messages-status-provider1,
+ libindicator-messages-status-provider-dev,
+ indicator-status-provider-mc5,
+ indicator-status-provider-pidgin,
+ indicator-status-provider-telepathy,
+ indicator-status-provider-emesene,
+Breaks: gwibber-services (<< 3.5.4-0ubuntu1~),
+ telepathy-indicator (<< 0.3.0-0ubuntu1~),
+ thunderbird (<< 15.0+build1-0ubuntu1~),
+ xchat-indicator (<< 0.3.11-0ubuntu2~),
+ xchat-gnome-indicator (<< 0.3.11-0ubuntu2~),
+Description: indicator that collects messages that need a response
+ A place on the user's desktop that collects messages that need a response.
+ This menu provides a condensed and collected view of all of those messages
+ for quick access, but without making them annoying in times that you want
+ to ignore them.
+
+Package: libmessaging-menu0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+Description: Messaging Menu - shared library
+ This library contains information to build status providers to go into
+ the messaging menu.
+
+Package: libmessaging-menu-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libmessaging-menu0 (=${binary:Version}),
+ libglib2.0-dev,
+Description: Messaging Menu - library development files
+ This library contains information to build status providers to go into
+ the messaging menu.
+
+Package: gir1.2-messagingmenu-1.0
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+ ${gir:Depends},
+Description: Messaging Menu - gir bindings
+ .
+ This package can be used by other packages using the GIRepository format
+ to generate dynamic bindings.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ba41392
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: indicator-messages
+Maintainer: Ted Gould <ted@canonical.com>
+Source: https://launchpad.net/indicator-messages
+
+Files: *
+Copyright: 2009-2010 Ted Gould <ted@canonical.com>, Canonical Ltd.
+License: GPL-3
+
+Files: debian/*
+Copyright: 2009-2010 Evgeni Golov <evgeni@debian.org>
+Copyright: 2009-2010 Ted Gould <ted@canonical.com>, Canonical Ltd.
+Copyright: 2009-2010 Sebastien Bacher <seb128@ubuntu.com>
+Copyright: 2009-2010 Ken VanDine <ken.vandine@canonical.com>
+License: GPL-3
+
+License: GPL-3
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/gir1.2-messagingmenu-1.0.install b/debian/gir1.2-messagingmenu-1.0.install
new file mode 100644
index 0000000..c1d8cfe
--- /dev/null
+++ b/debian/gir1.2-messagingmenu-1.0.install
@@ -0,0 +1 @@
+usr/lib/girepository-1.0/*.typelib
diff --git a/debian/indicator-messages.install b/debian/indicator-messages.install
new file mode 100644
index 0000000..c0f6e98
--- /dev/null
+++ b/debian/indicator-messages.install
@@ -0,0 +1,5 @@
+usr/lib/indicators3
+usr/lib/indicator-messages/indicator-messages-service
+usr/share/dbus-1
+usr/share/glib-2.0
+usr/share/icons
diff --git a/debian/libmessaging-menu-dev.install b/debian/libmessaging-menu-dev.install
new file mode 100644
index 0000000..75ef089
--- /dev/null
+++ b/debian/libmessaging-menu-dev.install
@@ -0,0 +1,5 @@
+usr/lib/libmessaging-menu.so
+usr/lib/pkgconfig
+usr/include /usr/
+usr/share/gir-1.0/
+usr/share/gtk-doc
diff --git a/debian/libmessaging-menu0.install b/debian/libmessaging-menu0.install
new file mode 100644
index 0000000..54b098e
--- /dev/null
+++ b/debian/libmessaging-menu0.install
@@ -0,0 +1 @@
+usr/lib/libmessaging-menu.so.* /usr/lib/
diff --git a/debian/libmessaging-menu0.symbols b/debian/libmessaging-menu0.symbols
new file mode 100644
index 0000000..6261a2a
--- /dev/null
+++ b/debian/libmessaging-menu0.symbols
@@ -0,0 +1,23 @@
+libmessaging-menu.so.0 libmessaging-menu0 #MINVER#
+ messaging_menu_app_append_source@Base 12.10.0
+ messaging_menu_app_append_source_with_count@Base 12.10.0
+ messaging_menu_app_append_source_with_string@Base 12.10.0
+ messaging_menu_app_append_source_with_time@Base 12.10.0
+ messaging_menu_app_draw_attention@Base 12.10.0
+ messaging_menu_app_get_type@Base 12.10.0
+ messaging_menu_app_has_source@Base 12.10.0
+ messaging_menu_app_insert_source@Base 12.10.0
+ messaging_menu_app_insert_source_with_count@Base 12.10.0
+ messaging_menu_app_insert_source_with_string@Base 12.10.0
+ messaging_menu_app_insert_source_with_time@Base 12.10.0
+ messaging_menu_app_new@Base 12.10.0
+ messaging_menu_app_register@Base 12.10.0
+ messaging_menu_app_remove_attention@Base 12.10.0
+ messaging_menu_app_remove_source@Base 12.10.0
+ messaging_menu_app_set_source_count@Base 12.10.0
+ messaging_menu_app_set_source_icon@Base 12.10.2
+ messaging_menu_app_set_source_label@Base 12.10.2
+ messaging_menu_app_set_source_string@Base 12.10.0
+ messaging_menu_app_set_source_time@Base 12.10.0
+ messaging_menu_app_set_status@Base 12.10.0
+ messaging_menu_app_unregister@Base 12.10.0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..649b0ad
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
+
+%:
+ dh $@ --with autoreconf,translations,gir
+
+override_dh_autoreconf:
+ NO_CONFIGURE=1 dh_autoreconf ./autogen.sh
+
+override_dh_auto_configure:
+ dh_auto_configure -- --libdir="\$${prefix}/lib" --libexecdir="\$${prefix}/lib/indicator-messages" --enable-gtk-doc
+
+override_dh_install:
+ find debian/tmp/usr/lib -name *.la -delete
+ dh_install --fail-missing
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a744070
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://launchpad.net/indicator-messages/+download .*/indicator-messages-([0-9.]+)\.tar\.gz
diff --git a/po/indicator-messages.pot b/po/indicator-messages.pot
new file mode 100644
index 0000000..3788bb5
--- /dev/null
+++ b/po/indicator-messages.pot
@@ -0,0 +1,46 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-11-16 14:53+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/messages-service.c:329
+msgid "Messages"
+msgstr ""
+
+#: ../src/messages-service.c:552
+msgid "Available"
+msgstr ""
+
+#: ../src/messages-service.c:553
+msgid "Away"
+msgstr ""
+
+#: ../src/messages-service.c:554
+msgid "Busy"
+msgstr ""
+
+#: ../src/messages-service.c:555
+msgid "Invisible"
+msgstr ""
+
+#: ../src/messages-service.c:556
+msgid "Offline"
+msgstr ""
+
+#: ../src/messages-service.c:659
+msgid "Clear"
+msgstr ""