debian/0000755000000000000000000000000011636131647007176 5ustar debian/control0000644000000000000000000000317511636131647010607 0ustar Source: libbot-training-perl Maintainer: Debian Perl Group Uploaders: Maximilian Gass Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libany-moose-perl, libdir-self-perl, libfile-sharedir-perl, libfile-slurp-perl, libmoose-perl, libmoosex-getopt-perl, libmouse-perl, libmousex-getopt-perl, libnamespace-clean-perl, perl, perl (>= 5.10.1) | libautodie-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbot-training-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libbot-training-perl.git Homepage: http://search.cpan.org/dist/Bot-Training/ Package: libbot-training-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libany-moose-perl, libdir-self-perl, libfile-sharedir-perl, libmoose-perl, libmoosex-getopt-perl, libmouse-perl, libmousex-getopt-perl, libnamespace-clean-perl, perl (>= 5.10.1) | libautodie-perl Description: text training material for bots Markov bots like Hailo and AI::MegaHAL are fun. But to get them working you either need to train them on existing training material or make your own. . This module provides a pluggable way to install already existing training files via the CPAN. It also comes with a command-line interface called bot-training. debian/copyright0000644000000000000000000000211011636131647011123 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=markup Upstream-Name: Bot-Training Upstream-Contact: Ævar Arnfjörð Bjarmason Source: http://search.cpan.org/dist/Bot-Training/ Files: * Copyright: 2010, Ævar Arnfjörð Bjarmason License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Maximilian Gass License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016511636131647010231 0ustar version=3 http://search.cpan.org/dist/Bot-Training/ .*/Bot-Training-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211636131647010374 0ustar 8 debian/changelog0000644000000000000000000000025411636131647011051 0ustar libbot-training-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #637642) -- Maximilian Gass Mon, 19 Sep 2011 18:35:56 +0200 debian/source/0000755000000000000000000000000011636131647010476 5ustar debian/source/format0000644000000000000000000000001411636131647011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000043211636131647010255 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build # Manify again with --utf8 due to E pod2man --utf8 --section 3pm blib/lib/Bot/Training.pm > blib/man3/Bot::Training.3pm pod2man --utf8 --section 1p blib/script/bot-training > blib/man1/bot-training.1p