debian/0000755000000000000000000000000011725345701007173 5ustar debian/control0000644000000000000000000000173011725345701010577 0ustar Source: jabber-querybot Section: net Priority: extra Maintainer: Marco Balmer Build-Depends: debhelper (>= 7) Standards-Version: 3.9.2 Homepage: http://github.com/micressor/jabber-querybot Vcs-Git: https://github.com/micressor/jabber-querybot.git Vcs-Browser: http://github.com/micressor/jabber-querybot Package: jabber-querybot Architecture: all Depends: ${misc:Depends},libnet-jabber-perl,libxml-parser-perl,libsys-cpuload-perl,libxml-smart-perl Description: Modular xmpp/jabber bot You can easy write bots and use it over the jabber network. . jabber-querybot connects a jabber account and wait for messages. If a message comes in, it forward it to your self programmend modul. The return string of your module, jabber-querybot send it back to the jabber sender. . It is designed to be re-usable and to make it easy to write small Jabber bots that do one thing and do it well. A simple concept with a lot of examples and experiences are implemented. debian/jabber-querybot.install0000644000000000000000000000010411725345701013653 0ustar jabber-querybot usr/bin examples/Querymodule.pm etc/jabber-querybot debian/dirs0000644000000000000000000000003411725345701010054 0ustar usr/bin etc/jabber-querybot debian/preinst0000755000000000000000000000054611725345701010612 0ustar #!/bin/sh set -e # Can be removed, when 0.0.5.1-1 is migrated to stable. case "$1" in upgrade) if dpkg --compare-versions "$2" lt 0.0.5.1-1; then if [ /etc/jabber-querybot/Querymodule.pm -ef /usr/share/doc/jabber-querybot/examples/Testbot.pm ]; then rm /etc/jabber-querybot/Querymodule.pm fi fi ;; esac ##DEBHELPER## debian/source/0000755000000000000000000000000011725345701010473 5ustar debian/source/format0000644000000000000000000000001411725345701011701 0ustar 3.0 (quilt) debian/jabber-querybot.examples0000644000000000000000000000001311725345701014022 0ustar examples/* debian/copyright0000644000000000000000000000207211725345701011127 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: jabber-querybot Source: git://github.com/micressor/jabber-querybot.git Files: * Copyright: Copyright 2009 Marco Balmer 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 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/changelog0000644000000000000000000000264211725345701011051 0ustar jabber-querybot (0.1.0-1) unstable; urgency=low * New 0.1.0 upstream files * d/dirs: Remove usr/share/jabber-querybot/lib * d/jabber-querybot.install: Removed files which are installed with Makefile.PL * d/preinst: Exec only during upgrade case * d/watch: Update watch file according to new tags -- Marco Balmer Fri, 03 Feb 2012 22:26:46 +0100 jabber-querybot (0.0.5.1-1) unstable; urgency=low * New 0.0.5.1 upstream release * d/jabber-querybot.install: New lib/ etc/ files added * d/postinst: Removed * d/preinst: Fix for previous d/postinst in unstable * d/control: Depends remove: libauthen-sasl-perl,libdigest-sha-perl * d/control: Depends add: libxml-smart-perl -- Marco Balmer Wed, 23 Nov 2011 14:15:42 +0100 jabber-querybot (0.0.4-1) unstable; urgency=low * New 0.0.4 upstream release * Removed not necessary depends: libauthen-sasl-perl,libdigest-sha-perl * debian/postinst: Link config file to prevent compile error -- Marco Balmer Wed, 09 Nov 2011 13:38:11 +0100 jabber-querybot (0.0.2-2) unstable; urgency=low * debian/copyright: Fix license GPL-2+ to GPL-3+ -- Marco Balmer Fri, 28 Oct 2011 08:14:31 +0200 jabber-querybot (0.0.2-1) unstable; urgency=low * Initial release (Closes: #645266) * New 0.0.2 upstream release -- Marco Balmer Fri, 21 Oct 2011 12:10:57 +0200 debian/rules0000755000000000000000000000003511725345701010251 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000013411725345701010222 0ustar version=3 https://github.com/micressor/jabber-querybot/tags .*/tarball/upstream/(\d[\d\.]+) debian/compat0000644000000000000000000000000211725345701010371 0ustar 7