--- xchat-indicator-0.3.3.orig/debian/watch +++ xchat-indicator-0.3.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/xchat-indicator/+download .*/xchat-indicator-([0-9.]+)\.tar\.gz --- xchat-indicator-0.3.3.orig/debian/rules +++ xchat-indicator-0.3.3/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.3.orig/debian/xchat-plugin-indicator.install +++ xchat-indicator-0.3.3/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.3.orig/debian/control +++ xchat-indicator-0.3.3/debian/control @@ -0,0 +1,31 @@ +Source: xchat-indicator +Section: misc +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: cdbs, + debhelper (>= 7), + autotools-dev, + pkg-config, + libindicate-dev (>= 0.3.1), + libgtk2.0-dev, + xchat-gnome +Standards-Version: 3.8.3 +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.3.orig/debian/changelog +++ xchat-indicator-0.3.3/debian/changelog @@ -0,0 +1,59 @@ +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.3.orig/debian/xchat-gnome-indicator.install +++ xchat-indicator-0.3.3/debian/xchat-gnome-indicator.install @@ -0,0 +1 @@ +usr/lib/xchat-gnome/plugins/indicator.so --- xchat-indicator-0.3.3.orig/debian/copyright +++ xchat-indicator-0.3.3/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.3.orig/debian/compat +++ xchat-indicator-0.3.3/debian/compat @@ -0,0 +1 @@ +7