debian/0000755000000000000000000000000012137715702007173 5ustar debian/control0000644000000000000000000000314112137715653010602 0ustar Source: libanyevent-xmpp-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libanyevent-perl, libxml-writer-perl, libxml-parser-perl, libnet-libidn-perl, libauthen-sasl-perl, libnet-ssleay-perl, libobject-event-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-xmpp-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-xmpp-perl.git Homepage: http://search.cpan.org/dist/AnyEvent-XMPP/ Package: libanyevent-xmpp-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: implementation of the XMPP Protocol AnyEvent::XMPP is an implementation of XMPP in Perl, formerly know under the name Net::XMPP2, it allows you to easily write Clients and Components. In comparsion to Net::XMPP it offers a event based API and is independent of an event loop with AnyEvent. . The following XEPs are implemented: * XEP-0004 - Data Forms * XEP-0030 - Service Discovery * XEP-0054 - vcard-temp (XMPP vCards) * XEP-0066 - Out of Band Data * XEP-0077 - In-Band Registration * XEP-0078 - Non-SASL Authentication * XEP-0082 - XMPP Date and Time Profiles * XEP-0086 - Error Condition Mappings * XEP-0091 - Delayed Delivery (legacy) * XEP-0092 - Software Version * XEP-0114 - Jabber Component Protocol * XEP-0153 - vCard-Based Avatars * XEP-0184 - Message Receipts * XEP-0199 - XMPP Ping * XEP-0203 - Delayed Delivery (new) debian/source/0000755000000000000000000000000012137714141010467 5ustar debian/source/format0000644000000000000000000000001412137714141011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000532112137715702011046 0ustar libanyevent-xmpp-perl (0.54-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Use canonical host (anonscm.debian.org) in Vcs-Git URI. [ Jonas Smedegaard ] * Fix mention XEP-0184 Message Receipts in long description. * Update README.source to emphasize control.in file as *not* a show-stopper for contributions. * Add github URL as alternate source. * Stop track md5sum of upstream tarball. * Bump packaging license to GPL-3+, and extend coverage to include recent years. -- Jonas Smedegaard Tue, 30 Apr 2013 12:24:01 +0200 libanyevent-xmpp-perl (0.54-1) unstable; urgency=low [ upstream ] * New upstream release. + Add AnyEvent::XMPP::Ext::Receipts for XEP-0184 message receipts. + Fix error message "protocol error" when connecting without Net::SSLeay by depending on Net::SSLeay. + Bugfix: don’t call ->release on destroyed object. [ Jonas Smedegaard ] * Bump dephelper compatibility level to 8. * Bump standards-version to 3.9.4. * Update copyright file: + Fix use pseudo-license and pseudo-comment sections to obey silly restrictions of copyright format 1.0. + Add Files section for newly added AnyEvent::XMPP::Ext::Receipts extension. + List upstream issue tracker as preferred upstream contact. * (Build-)depend on libnet-ssleay-perl, to match upstream change. * Mention XEP-0184 Message Receipts in long description. -- Jonas Smedegaard Sat, 15 Dec 2012 13:48:13 +0100 libanyevent-xmpp-perl (0.53-1) unstable; urgency=low * New upstream release. * Drop both patches: Adopted upstream. * Update package relations: + Relax to build-depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. -- Jonas Smedegaard Mon, 15 Oct 2012 13:44:52 +0200 libanyevent-xmpp-perl (0.52-1) unstable; urgency=low * New upstream release. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Drop patch 1003 to fix timestamp: Fixed upstream. * Bump debhelper compat level to 7. * Bump standards-version to 3.9.3. * Use anonscm.debian.org URL in Vcs-Browser field. * Update copyright file: Bump format to 1.0. * Update copyright file: Quote license strings in comments. * Update package relations: + Relax build-depend unversioned on debhelper (needed version satisfied even in oldstable). -- Jonas Smedegaard Mon, 19 Mar 2012 21:21:54 +0100 libanyevent-xmpp-perl (0.51-1) unstable; urgency=low * Initial Release. Closes: bug#627633. -- Jonas Smedegaard Mon, 23 May 2011 03:40:33 +0200 debian/README.source0000644000000000000000000000056312137714141011352 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212137714141010365 0ustar 8 debian/watch0000644000000000000000000000027112137714141010220 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/AnyEvent-XMPP/ .*/AnyEvent-XMPP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright_hints0000644000000000000000000000636412137715637012353 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CONTRIBUTORS Changes MANIFEST META.yml Makefile.PL TODO debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch lib/AnyEvent/XMPP/Ext/OOB.pm lib/AnyEvent/XMPP/SimpleConnection.pm samples/EVQ.pm samples/conference_lister samples/disco_info samples/disco_version samples/display_avatar samples/find_servers samples/limit_searcher samples/retrieve_roster samples/room_lister samples/room_lister_stat samples/sendmsg samples/simple_component samples/simple_example_1 samples/simple_oob_retriever samples/simple_register_example samples/store_avatar samples/talkbot samples/talkbot_channel samples/test_client t/00-load.t t/boilerplate.t t/datetime.t t/jidsplit.t t/parser_test.t t/xml_filter_chars.t t/z_00_register.t t/z_01_message.t t/z_01_message_block.t t/z_01_message_tracking.t t/z_02_disco.t t/z_03_iq_auth.t t/z_04_presence.t t/z_05_muc2.t t/z_05_muc3.t t/z_05_muc_detect.t t/z_05_muc_join.t t/z_06_iq_ping.t t/z_06_iq_ping_timeout.t t/z_06_iq_version.t t/z_07_vcard.t t/z_08_vcard_hook.t t/z_09_owncontact.t t/z_10_component.t t/z_20_unregister.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/AnyEvent/XMPP.pm lib/AnyEvent/XMPP/Client.pm lib/AnyEvent/XMPP/Component.pm lib/AnyEvent/XMPP/Connection.pm lib/AnyEvent/XMPP/Error.pm lib/AnyEvent/XMPP/Error/Exception.pm lib/AnyEvent/XMPP/Error/IQ.pm lib/AnyEvent/XMPP/Error/IQAuth.pm lib/AnyEvent/XMPP/Error/MUC.pm lib/AnyEvent/XMPP/Error/Message.pm lib/AnyEvent/XMPP/Error/Parser.pm lib/AnyEvent/XMPP/Error/Presence.pm lib/AnyEvent/XMPP/Error/Register.pm lib/AnyEvent/XMPP/Error/SASL.pm lib/AnyEvent/XMPP/Error/Stanza.pm lib/AnyEvent/XMPP/Error/Stream.pm lib/AnyEvent/XMPP/Ext.pm lib/AnyEvent/XMPP/Ext/DataForm.pm lib/AnyEvent/XMPP/Ext/Disco.pm lib/AnyEvent/XMPP/Ext/Disco/Info.pm lib/AnyEvent/XMPP/Ext/Disco/Items.pm lib/AnyEvent/XMPP/Ext/MUC.pm lib/AnyEvent/XMPP/Ext/MUC/Message.pm lib/AnyEvent/XMPP/Ext/MUC/Room.pm lib/AnyEvent/XMPP/Ext/MUC/RoomInfo.pm lib/AnyEvent/XMPP/Ext/MUC/User.pm lib/AnyEvent/XMPP/Ext/Ping.pm lib/AnyEvent/XMPP/Ext/Pubsub.pm lib/AnyEvent/XMPP/Ext/RegisterForm.pm lib/AnyEvent/XMPP/Ext/Registration.pm lib/AnyEvent/XMPP/Ext/VCard.pm lib/AnyEvent/XMPP/Ext/Version.pm lib/AnyEvent/XMPP/Extendable.pm lib/AnyEvent/XMPP/IM/Account.pm lib/AnyEvent/XMPP/IM/Connection.pm lib/AnyEvent/XMPP/IM/Contact.pm lib/AnyEvent/XMPP/IM/Delayed.pm lib/AnyEvent/XMPP/IM/Message.pm lib/AnyEvent/XMPP/IM/Presence.pm lib/AnyEvent/XMPP/IM/Roster.pm lib/AnyEvent/XMPP/Namespaces.pm lib/AnyEvent/XMPP/Node.pm lib/AnyEvent/XMPP/Parser.pm lib/AnyEvent/XMPP/TestClient.pm lib/AnyEvent/XMPP/Util.pm lib/AnyEvent/XMPP/Writer.pm Copyright: & LICENSE 2007-2008, Robin Redeker License: Perl FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: lib/AnyEvent/XMPP/Ext/Receipts.pm Copyright: & LICENSE 2012, Michael Stapelberg License: Perl FIXME Files: t/n_xmpp2_avatar.png Copyright: /33뵞ww",En9+P License: UNKNOWN FIXME debian/copyright0000644000000000000000000000373512137715637011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent::XMPP Upstream-Contact: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=AnyEvent-XMPP Source: http://search.cpan.org/dist/AnyEvent-XMPP/ git://github.com/AnyEvent-XMPP/AnyEvent-XMPP Files: * Copyright: 2007-2008, Robin Redeker License: Artistic or GPL-1+ Comment: License: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl 5 is licensed under either the Artistic license or the GNU General Public License, version 1 or later. Files: lib/AnyEvent/XMPP/Ext/Receipts.pm Copyright: 2012, Michael Stapelberg License: Artistic or GPL-1+ Comment: License: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Files: debian/* Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL'. License: GPL-3+ 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 3, 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. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014612137714141010607 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000275712137715637010275 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for AnyEvent::XMPP # # 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 3, 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, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = AnyEvent-XMPP #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/AnyEvent DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG pkg = $(DEB_SOURCE_PACKAGE) # Needed by upstream build process and (always) at runtime perl-deps = anyevent xml-writer xml-parser net-libidn authen-sasl perl-deps += net-ssleay object-event deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) CDBS_BUILD_DEPENDS +=, $(deps) CDBS_DEPENDS_$(pkg) = $(deps) DEB_INSTALL_EXAMPLES_$(pkg) = samples/* debian/control.in0000644000000000000000000000264012137714243011204 0ustar Source: libanyevent-xmpp-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-xmpp-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-xmpp-perl.git Homepage: http://search.cpan.org/dist/AnyEvent-XMPP/ Package: libanyevent-xmpp-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: implementation of the XMPP Protocol AnyEvent::XMPP is an implementation of XMPP in Perl, formerly know under the name Net::XMPP2, it allows you to easily write Clients and Components. In comparsion to Net::XMPP it offers a event based API and is independent of an event loop with AnyEvent. . The following XEPs are implemented: * XEP-0004 - Data Forms * XEP-0030 - Service Discovery * XEP-0054 - vcard-temp (XMPP vCards) * XEP-0066 - Out of Band Data * XEP-0077 - In-Band Registration * XEP-0078 - Non-SASL Authentication * XEP-0082 - XMPP Date and Time Profiles * XEP-0086 - Error Condition Mappings * XEP-0091 - Delayed Delivery (legacy) * XEP-0092 - Software Version * XEP-0114 - Jabber Component Protocol * XEP-0153 - vCard-Based Avatars * XEP-0184 - Message Receipts * XEP-0199 - XMPP Ping * XEP-0203 - Delayed Delivery (new)