libbot-basicbot-pluggable-perl 1.00-1 source package in Ubuntu

Changelog

libbot-basicbot-pluggable-perl (1.00-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Don't install manpage of script which is shipped only as an example.
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Nick Morrott ]
  * Imported Upstream release 1.00
  * Bump Standards-Version to 3.9.8 (no changes)
  * Update copyright years and upstream maintainer
  * Add debian/upstream/metadata
  * Refresh patches (source changes, fuzz)
  * Refresh fix_pod_misspells.patch (more typos)

  [ gregor herrmann ]
  * Disable internet tests during autopkgtest as well.

 -- Nick Morrott <email address hidden>  Fri, 29 Jul 2016 13:51:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbot-basicbot-pluggable-perl_1.00-1.dsc 2.7 KiB 2a01581571e25179d3227374884ed83076694c744cf5ca03d0d8633d75ac06f6
libbot-basicbot-pluggable-perl_1.00.orig.tar.gz 67.1 KiB 89e5be00a2e4b70c9d201f5be664d0865e0a47ec763cbc967cba4ef124e95382
libbot-basicbot-pluggable-perl_1.00-1.debian.tar.xz 6.0 KiB 08670cd8d572abbb2a82a4d6095448ba60f6c211a078beef673b4e224f879e84

Available diffs

No changes file available.

Binary packages built by this source

libbot-basicbot-pluggable-perl: extended simple IRC bot for pluggable modules

 Bot::BasicBot::Pluggable started as Yet Another Infobot replacement,
 but now is a generalized framework for writing infobot-type bots that
 lets you keep each specific function separate. You can have separate modules
 for factoid tracking, 'seen' status, karma, googling, etc.
 Included default modules are:
 .
  Auth - user authentication and main access.
  DNS - host lookup (e.g. nslookup and dns).
  Google - search Google for things.
  Infobot - handles infobot-style factoids.
  Join - joins and leaves channels.
  Karma - tracks the popularity of things.
  Loader - loads and unloads modules as bot commands.
  Seen - tells you when people were last seen.
  Title - gets the title of URLs mentioned in channel.
  Vars - changes module variables.