--- xchat-indicator-0.3.8.orig/debian/watch +++ xchat-indicator-0.3.8/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/xchat-indicator/+download .*/xchat-indicator-([0-9.]+)\.tar\.gz --- xchat-indicator-0.3.8.orig/debian/rules +++ xchat-indicator-0.3.8/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk + +# List any files which are not installed +include /usr/share/cdbs/1/rules/utils.mk +common-binary-post-install-arch:: list-missing + +binary-install/xchat-indicator:: + mkdir -p debian/$(cdbs_curpkg)/usr/lib/xchat/plugins + cp debian/tmp/usr/lib/xchat-gnome/plugins/indicator.so debian/$(cdbs_curpkg)/usr/lib/xchat/plugins/indicator.so + # Add the launcher for xchat + mkdir -p debian/$(cdbs_curpkg)/usr/share/indicators/messages/applications + echo /usr/share/applications/xchat.desktop > debian/$(cdbs_curpkg)/usr/share/indicators/messages/applications/xchat + +binary-install/xchat-gnome-indicator:: + # Add the launcher for xchat-gnome + mkdir -p debian/$(cdbs_curpkg)/usr/share/indicators/messages/applications + echo /usr/share/applications/xchat-gnome.desktop > debian/$(cdbs_curpkg)/usr/share/indicators/messages/applications/xchat-gnome --- xchat-indicator-0.3.8.orig/debian/xchat-plugin-indicator.install +++ xchat-indicator-0.3.8/debian/xchat-plugin-indicator.install @@ -0,0 +1,2 @@ +usr/lib/xchat/plugins/indicator.so +usr/share/indicators/messages/applications/xchat --- xchat-indicator-0.3.8.orig/debian/control +++ xchat-indicator-0.3.8/debian/control @@ -0,0 +1,32 @@ +Source: xchat-indicator +Section: misc +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: cdbs, + debhelper (>= 7), + autotools-dev, + pkg-config, + libindicate-dev (>= 0.4.91), + libunity-dev (>= 3.4.6), + libgtk2.0-dev, + xchat-gnome +Standards-Version: 3.9.1 +Homepage: https://launchpad.net/xchat-indicator +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/xchat-indicator/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/xchat-indicator/ubuntu + +Package: xchat-gnome-indicator +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + xchat-gnome (>= 0.26.1-1ubuntu2) +Description: XChat-GNOME Indicator Plugin + XChat-GNOME plugin to utilize the Messaging Indicator. + +Package: xchat-indicator +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + xchat +Description: XChat Indicator Plugin + XChat plugin to utilize the Messaging Indicator. --- xchat-indicator-0.3.8.orig/debian/changelog +++ xchat-indicator-0.3.8/debian/changelog @@ -0,0 +1,109 @@ +xchat-indicator (0.3.8-0ubuntu2) natty; urgency=low + + * dep on latest libunity. The interface is tracked now that we have consumers + + -- Didier Roche Thu, 24 Feb 2011 18:51:22 +0100 + +xchat-indicator (0.3.8-0ubuntu1) natty; urgency=low + + * New upstream release + - Check if the window has_toplevel_focus instead of is_active. This + handles determining when to create an indicator better as well as + properly clearing the indicator/count better. (LP: #720098) + - Show GUI when selected from the indicator even if it has been hidden + by the notification icon (LP: #586919) + + -- Ken VanDine Wed, 23 Feb 2011 03:00:25 -0500 + +xchat-indicator (0.3.7-0ubuntu1) natty; urgency=low + + * New upstream release + - Handle clearing indicator events on focus changes + + -- Ken VanDine Fri, 11 Feb 2011 17:03:14 -0500 + +xchat-indicator (0.3.6-0ubuntu1) natty; urgency=low + + * New upstream releaes + - Indicate if the channel is focused but the window is not (LP: #580253) + + -- Ken VanDine Fri, 11 Feb 2011 12:01:46 -0500 + +xchat-indicator (0.3.5-0ubuntu1) natty; urgency=low + + * New upstream release + - Added support for setting the count in the unity launcher + * debian/control + - Added build depends for libunity-dev + - Bumped standards version to 3.9.1 + + -- Ken VanDine Thu, 10 Feb 2011 23:03:07 -0500 + +xchat-indicator (0.3.4-0ubuntu1) natty; urgency=low + + * New upstream release + - Updated for libindicate-dev 0.4.91 + * debian/control + - Bumped build depends for libindicate to >= 0.4.91 + + -- Ken VanDine Fri, 14 Jan 2011 12:40:31 -0600 + +xchat-indicator (0.3.3-0ubuntu1) lucid; urgency=low + + * New upstream release + - Fixed crasher, ensure indicator is in the hash table before trying + to remove it (LP: #565061) + + -- Ken VanDine Fri, 23 Apr 2010 16:40:39 -0400 + +xchat-indicator (0.3.2-0ubuntu1) lucid; urgency=low + + * New upstream release 0.3.2 (LP: #497921) + - Handle the timestamp send by libindicate 0.3.1 + * debian/control + - bump build depends for libindicate-dev to (>= 0.3.1) + + -- Ken VanDine Mon, 08 Feb 2010 09:08:30 -0500 + +xchat-indicator (0.3.1-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release 0.3.1 + - fixed what could have been leaks + * debian/copyright: + - clean up licensing and copyright + + -- Ken VanDine Sat, 30 Jan 2010 22:54:20 -0500 + +xchat-indicator (0.3-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release 0.3 + * debian/control, debian/watch + - renamed upstream project xchat-indicator + * debian/control + - Set Vcs-Bzr to a branch owned by ~ubuntu-desktop + - Set maintainer to the ubuntu desktop team + + -- Ken VanDine Mon, 11 Jan 2010 14:33:22 -0500 + +xchat-indicator (0.2-2) lucid; urgency=low + + * debian/control + - added build depends on libgtk2.0-dev + + -- Ken VanDine Fri, 08 Jan 2010 09:11:46 -0500 + +xchat-indicator (0.2-1) lucid; urgency=low + + * New upstream release + - Don't add an indicator for message when the chat is focused (LP: #473137) + - Really raise the window when clicked + * Split the package into xchat-indicator and xchat-gnome-indicator + + -- Ken VanDine Fri, 08 Jan 2010 02:44:54 -0500 + +xchat-indicator (0.1-1) karmic; urgency=low + + [ Ken VanDine ] + * Initial release + + -- Ken VanDine Thu, 06 Aug 2009 17:23:01 +0100 --- xchat-indicator-0.3.8.orig/debian/xchat-gnome-indicator.install +++ xchat-indicator-0.3.8/debian/xchat-gnome-indicator.install @@ -0,0 +1 @@ +usr/lib/xchat-gnome/plugins/indicator.so --- xchat-indicator-0.3.8.orig/debian/copyright +++ xchat-indicator-0.3.8/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Ken VanDine on +Mon, 02 Nov 2009 23:11:01 +0100. + +It was downloaded from https://launchpad.net/xchat-indicator + +Upstream Author: + + Ken VanDine + +Copyright: + + Copyright (C) 2009-2010 Canonical Ltd + Copyright (C) 2009 Scott Parkerson + + +License: + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +The Debian packaging is (C) 2009, Canonical Ltd. and is licensed under the +GPLv2, see /usr/share/common-licenses/GPL-2. --- xchat-indicator-0.3.8.orig/debian/compat +++ xchat-indicator-0.3.8/debian/compat @@ -0,0 +1 @@ +7