--- gossip-0.12.orig/debian/control.in +++ gossip-0.12/debian/control.in @@ -0,0 +1,15 @@ +Source: gossip +Section: gnome +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 4.1.0), cdbs, gnome-pkg-tools, libxml-parser-perl, scrollkeeper, libloudmouth1-dev (>= 1.0-1), libgnomeui-dev (>= 2.6.1.1-4), libgtk2.0-dev (>= 2.7.3), libglade2-dev, libgnomevfs2-0 (>= 2.8.4-2), libxslt1-dev (>= 0.8), libxt-dev, libxss-dev (>= 6.8.2), gnome-doc-utils (>= 0.3.2), iso-codes, libaspell-dev, libnotify-dev, libdbus-glib-1-dev, libgcrypt11-dev | libgcrypt-dev, gconf2, libpanel-applet2-dev (>= 2.9.4), desktop-file-utils (>= 0.2.90) +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.2 + +Package: gossip +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: friendly Jabber client for GNOME + Gossip is an Instant Messaging client for the Jabber protocol using GNOME + technologies. It aims to make IM as easy as possible, while giving users a + friendly way of keeping in touch with their friends. --- gossip-0.12.orig/debian/control +++ gossip-0.12/debian/control @@ -0,0 +1,15 @@ +Source: gossip +Section: gnome +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 4.1.0), cdbs, gnome-pkg-tools, libxml-parser-perl, scrollkeeper, libloudmouth1-dev (>= 1.0-1), libgnomeui-dev (>= 2.6.1.1-4), libgtk2.0-dev (>= 2.7.3), libglade2-dev, libgnomevfs2-0 (>= 2.8.4-2), libxslt1-dev (>= 0.8), libxt-dev, libxss-dev (>= 6.8.2), gnome-doc-utils (>= 0.3.2), iso-codes, libaspell-dev, libnotify-dev, libdbus-glib-1-dev, libgcrypt11-dev | libgcrypt-dev, gconf2, libpanel-applet2-dev (>= 2.9.4), desktop-file-utils (>= 0.2.90) +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Sebastien Bacher , Sjoerd Simons +Standards-Version: 3.7.2 + +Package: gossip +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: friendly Jabber client for GNOME + Gossip is an Instant Messaging client for the Jabber protocol using GNOME + technologies. It aims to make IM as easy as possible, while giving users a + friendly way of keeping in touch with their friends. --- gossip-0.12.orig/debian/compat +++ gossip-0.12/debian/compat @@ -0,0 +1 @@ +4 --- gossip-0.12.orig/debian/gossip.1 +++ gossip-0.12/debian/gossip.1 @@ -0,0 +1,46 @@ +.TH GOSSIP 1 "September 28, 2004" gnome "Debian GNU/Linux Manual" +.SH NAME +gossip \- Friendly Jabber client for GNOME + +.SH SYNOPSIS +.B gossip +[\fIOPTION\fR]... + +.SH DESCRIPTION +Gossip is an Instant Messaging client for the Jabber protocol using GNOME +technologies. It aims to make IM as easy as possible, while giving users a +friendly way of keeping in touch with their friends. + +.SH OPTIONS +This program follows the usual GNU command line syntax, with long options +starting with two dashes (`--'). A summary of the options supported by +\fBgossip\fR is included below. + +.TP +.B \-n, \-\-no\-connect +Don't connect on startup +.TP +.B \-a, \-\-account-name=ACCOUNT-NAME +Which account to connect to on startup +.TP +.B \-l, \-\-list-accounts +List the available accounts + +.SH "SEE ALSO" +\fBgnome-options\fP(7), \fBgtk-options\fP(7), \fIhttp://www.gnome.org\fP + +.SH AUTHOR + +Richard Hult +.br +Michael Hallendal + +This man-page was written by Florian Ragwitz + modeled after the gnome-gv man-page by +Jan Schaumann for the \fBDebian\fR system (but may be +used by others). Permission is granted to copy, distribute and/or modify this +document under the terms of the \s-1GNU\s0 General Public License, Version 2 any +later version published by the Free Software Foundation. +.PP +On Debian systems, the complete text of the \s-1GNU\s0 General Public License +can be found in \fI/usr/share/common\-licenses/GPL\fR. --- gossip-0.12.orig/debian/menu +++ gossip-0.12/debian/menu @@ -0,0 +1,2 @@ +?package(gossip):needs="X11" section="Apps/Net"\ + title="Gossip" command="/usr/bin/gossip" --- gossip-0.12.orig/debian/watch +++ gossip-0.12/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://download.gnome.org/sources/gossip/([\d\.]+)/gossip-([\d\.]+)\.tar\.gz --- gossip-0.12.orig/debian/changelog +++ gossip-0.12/debian/changelog @@ -0,0 +1,303 @@ +gossip (0.12-0ubuntu1) edgy; urgency=low + + * New upstream release. + * debian/control.in: + - added gconf2, libpanel-applet2-dev (>= 2.9.4), + desktop-file-utils (>= 0.2.90) to Build-Depends, + - bumped some Build requirements. + + -- Daniel Holbach Wed, 5 Jul 2006 11:52:38 +0200 + +gossip (0.11.2-0ubuntu1) edgy; urgency=low + + * New upstream release. + * Resynchronized with Debian, no Ubuntu changes. + + -- Daniel Holbach Mon, 3 Jul 2006 16:07:16 +0200 + +gossip (0.11.1-1) unstable; urgency=low + + * New upstream release. + - Add a libgcrypt11-dev | libgcrypt-dev build-dep. + [debian/control, debian/control.in] + - Should fix missing icon in menu and about window. (Closes: #368074) + - Window isn't hidden in notification area when there's none. + (Closes: #352134) + * Bump up Standards-Version to 3.7.2. + [debian/control, debian/control.in] + + -- Loic Minier Thu, 1 Jun 2006 18:13:10 +0200 + +gossip (0.11-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Tue, 2 May 2006 17:17:07 +0100 + +gossip (0.10.2-1) unstable; urgency=low + + * New upstream release + * Add libnotify-dev (and libdbus-glib-1-dev) build-dep to enable + notifications + * Sync with Ubuntu + - add gnome-doc-utils, iso-codes, libaspell-dev to Build-Depends + - bumped build-dep on libxslt-dev + - add --disable-scrollkeeper to build options + * Remove useless autoconf build-deps + + -- Ross Burton Tue, 28 Mar 2006 15:22:35 +0100 + +gossip (0.10.1-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Tue, 28 Feb 2006 10:12:20 +0000 + +gossip (0.10-1) unstable; urgency=low + + * New upstream release + - Notification bugs fixed (closes: #327881) + * Update watch file to use download.gnome.org + * Add Scrollkeepr to build-depends + * Update Standards to 3.6.2 + + -- Ross Burton Mon, 20 Feb 2006 12:14:20 +0000 + +gossip (0.9-1) unstable; urgency=low + + * New upstream release (closes: #303471) + - messages always appear in the queue (closes: #278223) + - Sets urgency hint when a new message appears (closes: #302467) + - Can DnD contacts between groups (closes #287819) + * Remove screensaver check patch + * Increase build-dependency on Loudmouth and GTK+ + + -- Ross Burton Mon, 15 Aug 2005 11:02:12 +0100 + +gossip (0.8-3) unstable; urgency=low + + [ Josselin Mouette ] + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + + [ Ross Burton] + * Improve watch file. + * Build-dep on libxss-dev instead of xlibs-static-dev (closes: #320520) + * Fix screensaver check with Xorg + + -- Ross Burton Sat, 30 Jul 2005 13:31:33 +0100 + +gossip (0.8-2) unstable; urgency=low + + * debian/rules: add --as-needed to LD flags + * debian/control.in: depend on new gnomevfs to remove howl dependency + + -- Ross Burton Tue, 1 Mar 2005 08:52:55 +0000 + +gossip (0.8-1) unstable; urgency=low + + * New upstream release + - Will add new chats to the existing window if there is only one (closes: #255491) + + -- Ross Burton Wed, 5 Jan 2005 09:53:24 +0000 + +gossip (0.7.8-2) unstable; urgency=medium + + * Urgency as this would be nice in Sarge. + * Added gossip manpage (closes: #273883) + + -- Ross Burton Wed, 29 Sep 2004 07:45:40 +0100 + +gossip (0.7.8-1) unstable; urgency=low + + * New upstream release. + * Remove glade-fix.diff, incorporated upstream. + * rules: fix the ordering so dh_gconf is called. + + -- Ross Burton Thu, 2 Sep 2004 22:00:07 +0100 + +gossip (0.7.6-4) unstable; urgency=low + + * debian/postinst: + - removed, dh_gconf handles that. + + -- Sebastien Bacher Sat, 7 Aug 2004 14:51:49 +0200 + +gossip (0.7.6-3) unstable; urgency=low + + * Rebuild against libgnutls11 (closes: #263646). + * control.in: build-depend on libgnomeui 2.6.1.1-4 to enforce the + libgnutls11 dependency. + + -- Josselin Mouette Thu, 5 Aug 2004 17:21:52 +0200 + +gossip (0.7.6-2) unstable; urgency=low + + * Build-depend on GTK+ 2.4. + * Fix the "unsubscribed" label. + + -- Ross Burton Thu, 24 Jun 2004 15:19:34 +0100 + +gossip (0.7.6-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Thu, 24 Jun 2004 14:54:27 +0100 + +gossip (0.7.5-7) unstable; urgency=low + + * Gnome Team Upload. + * debian/control.in: + + added libxt-dev to the Build-Depends (Closes: #251904). + + -- Sebastien Bacher Sun, 6 Jun 2004 20:42:21 +0200 + +gossip (0.7.5-6) unstable; urgency=low + + * GNOME Team Upload. + * Rebuilt with gnutls10 in unstable. + + -- Sebastien Bacher Thu, 27 May 2004 21:41:51 +0200 + +gossip (0.7.5-5) experimental; urgency=low + + * Bump loudmouth depends to 0.16 (closes: #247763) + + -- Ross Burton Sat, 8 May 2004 18:20:53 +0100 + +gossip (0.7.5-4) experimental; urgency=low + + * Upload to experimental this time! + + -- Sebastien Bacher Tue, 4 May 2004 23:45:56 +0200 + +gossip (0.7.5-3) unstable; urgency=low + + * Hum, -2 was built for experimental and uploaded in unstable, so new upload + of unstable version to fix this. + + -- Sebastien Bacher Tue, 4 May 2004 23:35:17 +0200 + +gossip (0.7.5-2) unstable; urgency=low + + * Rebuilt for experimental. + * debian/control.in: + + upgraded Build-Depends. + * GNOME Team Upload. + + -- Sebastien Bacher Tue, 4 May 2004 21:32:40 +0200 + +gossip (0.7.5-1) unstable; urgency=low + + * New upstream release. + * Sebastien Bacher : + * debian/control.in: + + Added Build-Depends on xlibs-static-dev. + + -- Ross Burton Tue, 4 May 2004 13:21:47 +0100 + +gossip (0.7.4-2) experimental; urgency=low + + * Rebuild with loudmouth using gnutls10. + + -- Ross Burton Fri, 16 Apr 2004 12:00:26 +0100 + +gossip (0.7.4-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Fri, 19 Mar 2004 13:04:53 +0000 + +gossip (0.7.3-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Fri, 19 Mar 2004 09:21:01 +0000 + +gossip (0.7.2-1) unstable; urgency=low + + * New upstream release + * GConf schema is fixed (closes: #232088) + * Explictly disable the D-Bus bindings for now + + -- Ross Burton Wed, 11 Feb 2004 14:06:58 +0000 + +gossip (0.7.1-1) unstable; urgency=low + + * New upstream release + * Include icon on menu entry (closes: #206344) + + -- Ross Burton Thu, 22 Jan 2004 15:13:29 +0000 + +gossip (0.7-1) unstable; urgency=low + + * New upstream release. + * Depend on new loudmouth packages. + + -- Ross Burton Thu, 22 Jan 2004 13:32:20 +0000 + +gossip (0.6-3) unstable; urgency=low + + * debian/control: The demon intltool returns -- build-depend on + libxml-parser-perl (Closes: #221476) + * debian/control: Move to Standards 3.6.1. + + -- Ross Burton Wed, 19 Nov 2003 15:41:04 +0000 + +gossip (0.6-2) unstable; urgency=low + + * Add libxslt (and more) to Build-Depends (closes: #221476) + + -- Ross Burton Tue, 18 Nov 2003 16:06:59 +0000 + +gossip (0.6-1) unstable; urgency=low + + * New upstream release. + * Add GNOME Team to uploaders + * Require loudmouth 0.14.1. + * Remove the locale/ hack, its fixed upstream. + + -- Ross Burton Tue, 18 Nov 2003 14:46:31 +0000 + +gossip (0.5-3) unstable; urgency=low + + * Add a missing comma to the Depends (closes: #211581) + + -- Ross Burton Mon, 22 Sep 2003 11:15:00 +0100 + +gossip (0.5-2) unstable; urgency=low + + * Fix the build-depends (closes: #205603) + * Move the locales to the right location (closes: #205622) + + -- Ross Burton Sun, 17 Aug 2003 13:05:46 +0100 + +gossip (0.5-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Fri, 15 Aug 2003 14:41:26 +0100 + +gossip (0.4-3) unstable; urgency=low + + * Recompile to fix gnutls linkage. (closes: 204952) + + -- Ross Burton Mon, 11 Aug 2003 14:42:20 +0100 + +gossip (0.4-2) unstable; urgency=low + + * It's mine! All mine! Mwhaahaha!! + * debian/control: + + Change maintainer email address + + Move to Standards 3.6.0. + + -- Ross Burton Tue, 22 Jul 2003 18:26:17 +0100 + +gossip (0.4-1) unstable; urgency=low + + * Initial release (closes: #183829). + * Just doing the initial packaging. My plan is that Ross takes over when he + comes back as he owns the ITP. I just want gossip in Debian ASAP. + * Package with cdbs and debhelper. + + -- Jordi Mallach Mon, 21 Jul 2003 11:56:26 +0200 + --- gossip-0.12.orig/debian/copyright +++ gossip-0.12/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Jordi Mallach on +Mon, 21 Jul 2003 11:56:26 +0200. + +It was downloaded from . + +Upstream Authors: Richard Hult + Michael Hallendal + +Copyright: + +Gossip is licensed under the terms of the GNU General Public License. On +Debian systems, the complete text of the GPL can be found in +/usr/share/common-licenses/GPL. --- gossip-0.12.orig/debian/docs +++ gossip-0.12/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- gossip-0.12.orig/debian/rules +++ gossip-0.12/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" +DEB_CONFIGURE_EXTRA_FLAGS := --disable-dbus --enable-libnotify --enable-aspell --disable-scrollkeeper --- gossip-0.12.orig/debian/manpages +++ gossip-0.12/debian/manpages @@ -0,0 +1 @@ +debian/gossip.1