debian/0000755000000000000000000000000011643510653007172 5ustar debian/copyright0000644000000000000000000000216311643510653011127 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Hinrik Örn Sigurðsson Source: http://search.cpan.org/dist/IRC-Utils/ Name: IRC-Utils Files: * Copyright: 2011, Hinrik Örn Sigurðsson 2011, Chris Williams License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Jotam Jr. Trejo 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/watch0000644000000000000000000000015711643510653010226 0ustar version=3 http://search.cpan.org/dist/IRC-Utils/ .*/IRC-Utils-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000145011643510653010575 0ustar Source: libirc-utils-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jotam Jr. Trejo Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/IRC-Utils/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libirc-utils-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libirc-utils-perl.git Package: libirc-utils-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: collection of common utilities for IRC-related tasks The functions in the IRC::Utils module take care of many of the tasks you are faced with when working with IRC. Mode lines, ban masks, message encoding and formatting, etc. debian/changelog0000644000000000000000000000143511643510653011047 0ustar libirc-utils-perl (0.12-1) unstable; urgency=low * Team upload. * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Imported Upstream version 0.12 -- Salvatore Bonaccorso Fri, 07 Oct 2011 07:39:49 +0200 libirc-utils-perl (0.11-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * New upstream version * debian/patches: Refresh fix_pod_misspelling.patch (offset). -- Salvatore Bonaccorso Fri, 29 Jul 2011 16:03:19 +0200 libirc-utils-perl (0.10-1) unstable; urgency=low * Initial Release. (Closes: #630332) -- Jotam Jr. Trejo Sun, 12 Jun 2011 20:32:41 -0600 debian/rules0000755000000000000000000000003611643510653010251 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011643510653010472 5ustar debian/source/format0000644000000000000000000000001411643510653011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211643510653010370 0ustar 8 debian/patches/0000755000000000000000000000000011643510653010621 5ustar debian/patches/series0000644000000000000000000000003211643510653012031 0ustar fix_pod_misspelling.patch debian/patches/fix_pod_misspelling.patch0000644000000000000000000000072211643510653015701 0ustar Description: fix a spelling mistake Origin: vendor Forwarded: no Author: Jotam Jr. Trejo Last-Update: 2011-06-12 --- a/lib/IRC/Utils.pm +++ b/lib/IRC/Utils.pm @@ -769,7 +769,7 @@ sub message_handler { my ($nick, $channel, $message) = @_; - # not wise, $message is a byte string of unkown encoding + # not wise, $message is a byte string of unknown encoding print $message, "\n"; $message = decode_irc($what);