--- irssi-plugin-xmpp-0.51+cvs20100627.orig/debian/docs +++ irssi-plugin-xmpp-0.51+cvs20100627/debian/docs @@ -0,0 +1,7 @@ +README +docs/FAQ +docs/GENERAL +docs/INTERNAL +docs/MUC +docs/STARTUP +docs/XEP --- irssi-plugin-xmpp-0.51+cvs20100627.orig/debian/rules +++ irssi-plugin-xmpp-0.51+cvs20100627/debian/rules @@ -0,0 +1,57 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_DESTDIR = $(CURDIR)/debian/irssi-plugin-xmpp + +CFLAGS += -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-stamp + +build-stamp: + dh_testdir + $(MAKE) IRSSI_INCLUDE=/usr/include/irssi + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) help-install PREFIX=$(CURDIR)/debian/irssi-plugin-xmpp/usr + cd src/ && $(MAKE) install PREFIX=$(CURDIR)/debian/irssi-plugin-xmpp/usr + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs NEWS + dh_installdocs + dh_link + dh_strip --dbg-package=irssi-plugin-xmpp-dbg + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- irssi-plugin-xmpp-0.51+cvs20100627.orig/debian/changelog +++ irssi-plugin-xmpp-0.51+cvs20100627/debian/changelog @@ -0,0 +1,88 @@ +irssi-plugin-xmpp (0.51+cvs20100627-1) unstable; urgency=low + + * New upstream release + CVS snapshot (Closes: #588163). + - Prompt for a password if none was provided in the configuration + (Closes: #580659). + - Don't segfault upon reception of a ping without "from" field. + (Closes: #521227). + - Various bugfixes and improvements. + * Provide a package with debugging symbols (Closes: #580658). + * Bump Standards-Version to 3.8.4 (no changes needed). + + -- David Ammouial Tue, 06 Jul 2010 15:14:51 +0200 + +irssi-plugin-xmpp (0.50+cvs20100122-1) unstable; urgency=low + + * New CVS snapshot that allows connections to talk.google.com + (Closes: #565581). + + -- David Ammouial Fri, 22 Jan 2010 16:09:55 -0600 + +irssi-plugin-xmpp (0.50+cvs20100105-1) unstable; urgency=low + + * New CVS snapshot. + - Delayed Delivery (XEP-0203) support. + - Account registration support. + - Support for /CYCLE command, similar to IRC's. + - Modification of "/roster add" behaviour. + - TLS is used for connecting when available (Closes: #526356). + - Use a timeout on connections to prevent frozen connections. + * Bump Standards-Version to 3.8.3 (no changes). + * Fix handling of CFLAGS environment in upstream Makefile (many thanks + to Raphaƫl Hertzog). + + -- David Ammouial Wed, 06 Jan 2010 05:11:18 -0600 + +irssi-plugin-xmpp (0.13+cvs20090617-1) unstable; urgency=low + + * New CVS snapshot: + - Some bugfixes and code cleanup. + - Allow to build on ia64 (Closes: #530304). + * Bump Standards-Version to 3.8.2 (no changes). + + -- David Ammouial Fri, 19 Jun 2009 23:14:39 -0500 + +irssi-plugin-xmpp (0.13+cvs20090406-1) unstable; urgency=low + + * New CVS snapshot, built against irssi-dev 0.8.13: + - New features and bugfixes. + - Fix segfault when successfully identified (Closes: #521227). + - Fix build error (Closes: #527697) + * Depend on irssi >=0.8.13, build-depend on irssi-dev >=0.8.13. + * Bump Standards-Version to 3.8.1 (no changes needed). + * Add INTERNAL to documentation files. + + -- David Ammouial Tue, 12 May 2009 12:14:44 -0500 + +irssi-plugin-xmpp (0.13+cvs20080610-1) unstable; urgency=low + + * New CVS snapshot: + - New features and bugfixes. + - Fix ignoring of messages without a type attribute (Closes: #477989). + * Depend on irssi >=0.8.12 (Closes: #469923). + * Add FAQ and MUC to documentation files (Closes: #485595). + * debian/rules: install help files in irssi help directory. + * debian/rules: Remove useless "make -n" command in build-stamp rule. + * Bump Standards-Version to 3.8.0 (no changes needed). + * debian/control: Add "Enhances: irssi". + + -- David Ammouial Mon, 23 Jun 2008 16:03:33 +0200 + +irssi-plugin-xmpp (0.13+cvs20080121-1) unstable; urgency=low + + * CVS snapshot. + * Rephrased package description, thanks to Ted Percival (Closes: #444109). + * debian/control: Promote "Homepage" to a real field. + * Update homepage. + * Adapt debian/rules to new upstream Makefile system. + * Bump Standards-Version to 3.7.3 (no changes required). + * Removed empty TODO from debian/docs, added docs/GENERAL, docs/STARTUP, + docs/XEP. + + -- David Ammouial Mon, 04 Feb 2008 21:01:27 +0100 + +irssi-plugin-xmpp (0.13-1) unstable; urgency=low + + * Initial release (Closes: #440017). + + -- David Ammouial Wed, 29 Aug 2007 10:59:29 +0200 --- irssi-plugin-xmpp-0.51+cvs20100627.orig/debian/control +++ irssi-plugin-xmpp-0.51+cvs20100627/debian/control @@ -0,0 +1,44 @@ +Source: irssi-plugin-xmpp +Section: net +Priority: optional +Maintainer: David Ammouial +Build-Depends: debhelper (>= 5), irssi-dev (>=0.8.13), libloudmouth1-dev +Standards-Version: 3.8.4 + +Package: irssi-plugin-xmpp +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, irssi (>=0.8.13) +Enhances: irssi +Homepage: http://cybione.org/~irssi-xmpp/ +Description: XMPP plugin for irssi + An irssi plugin to connect to the Jabber network, using the XMPP protocol. + . + Its main features are: + - Sending and receiving messages in irssi's query windows + - A roster with contact & resource tracking (contact list) + - Contact management (add, remove, manage subscriptions) + - Tab completion of commands, JIDs and resources + - Support for multiple accounts + - Unicode support (UTF-8) + - SSL support + +Package: irssi-plugin-xmpp-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${misc:Depends}, irssi (>=0.8.13), irssi-plugin-xmpp (= ${binary:Version}) +Enhances: irssi +Homepage: http://cybione.org/~irssi-xmpp/ +Description: XMPP plugin for irssi - Debugging symbols + An irssi plugin to connect to the Jabber network, using the XMPP protocol. + . + Its main features are: + - Sending and receiving messages in irssi's query windows + - A roster with contact & resource tracking (contact list) + - Contact management (add, remove, manage subscriptions) + - Tab completion of commands, JIDs and resources + - Support for multiple accounts + - Unicode support (UTF-8) + - SSL support + . + This package features debugging symbols for the plugin. --- irssi-plugin-xmpp-0.51+cvs20100627.orig/debian/copyright +++ irssi-plugin-xmpp-0.51+cvs20100627/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by David Ammouial on +Sun, 26 Aug 2007 11:11:54 +0200. + +It was downloaded from . + +Upstream Author: + + Colin "errtu" DIDIER + +Copyright: + + + +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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, David Ammouial and +is licensed under the GPL. --- irssi-plugin-xmpp-0.51+cvs20100627.orig/debian/compat +++ irssi-plugin-xmpp-0.51+cvs20100627/debian/compat @@ -0,0 +1 @@ +5