libbot-basicbot-pluggable-perl 1.20-2 source package in Ubuntu

Changelog

libbot-basicbot-pluggable-perl (1.20-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 00:46:33 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbot-basicbot-pluggable-perl_1.20-2.dsc 2.6 KiB 21108011ad09e2f93664a68d901f8dd941f0f50b9803492faf536d27b3c6db41
libbot-basicbot-pluggable-perl_1.20.orig.tar.gz 68.4 KiB fcac04718afa2ca2c37967b4d571aff6d59b815ad2cf9fadb89f78a8aa4edca3
libbot-basicbot-pluggable-perl_1.20-2.debian.tar.xz 4.6 KiB a172194bf5ad320ae6756b185a4853f4923edeeab2b07697ce96cf0f7f1a704a

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.