r75567 - in /trunk/libirc-utils-perl/debian: ./ changelog compat control copyright patches/ patches/fix_pod_misspelling.patch patches/series rules source/ source/format watch
jotamjr-guest at users.alioth.debian.org
jotamjr-guest at users.alioth.debian.org
Mon Jun 13 02:26:25 UTC 2011
Author: jotamjr-guest
Date: Mon Jun 13 02:26:09 2011
New Revision: 75567
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75567
Log:
[svn-inject] Applying Debian modifications (0.10-1) to trunk
Added:
trunk/libirc-utils-perl/debian/
trunk/libirc-utils-perl/debian/changelog
trunk/libirc-utils-perl/debian/compat
trunk/libirc-utils-perl/debian/control
trunk/libirc-utils-perl/debian/copyright
trunk/libirc-utils-perl/debian/patches/
trunk/libirc-utils-perl/debian/patches/fix_pod_misspelling.patch
trunk/libirc-utils-perl/debian/patches/series
trunk/libirc-utils-perl/debian/rules (with props)
trunk/libirc-utils-perl/debian/source/
trunk/libirc-utils-perl/debian/source/format
trunk/libirc-utils-perl/debian/watch
Added: trunk/libirc-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/changelog?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/changelog (added)
+++ trunk/libirc-utils-perl/debian/changelog Mon Jun 13 02:26:09 2011
@@ -1,0 +1,5 @@
+libirc-utils-perl (0.10-1) UNRELEASED; urgency=low
+
+ * Initial Release. (Closes: #630332)
+
+ -- Jotam Jr. Trejo <jotamjr at debian.org.sv> Sun, 12 Jun 2011 18:48:47 -0600
Added: trunk/libirc-utils-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/compat?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/compat (added)
+++ trunk/libirc-utils-perl/debian/compat Mon Jun 13 02:26:09 2011
@@ -1,0 +1,1 @@
+8
Added: trunk/libirc-utils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/control?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/control (added)
+++ trunk/libirc-utils-perl/debian/control Mon Jun 13 02:26:09 2011
@@ -1,0 +1,19 @@
+Source: libirc-utils-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/IRC-Utils/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libirc-utils-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libirc-utils-perl/
+
+Package: libirc-utils-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Common utilities for IRC-related tasks
+ The functions in this 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.
Added: trunk/libirc-utils-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/copyright?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/copyright (added)
+++ trunk/libirc-utils-perl/debian/copyright Mon Jun 13 02:26:09 2011
@@ -1,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Hinrik Örn Sigurðsson <hinrik.sig at gmail.com>
+Source: http://search.cpan.org/dist/IRC-Utils/
+Name: IRC-Utils
+
+Files: *
+Copyright: 2011, Hinrik Örn Sigurðsson <hinrik.sig at gmail.com>
+ 2011, Chris Williams <chris at bingosnet.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Jotam Jr. Trejo <jotamjr at debian.org.sv>
+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'.
Added: trunk/libirc-utils-perl/debian/patches/fix_pod_misspelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/patches/fix_pod_misspelling.patch?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/patches/fix_pod_misspelling.patch (added)
+++ trunk/libirc-utils-perl/debian/patches/fix_pod_misspelling.patch Mon Jun 13 02:26:09 2011
@@ -1,0 +1,17 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: no
+Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Last-Update: 2011-06-12
+
+--- a/lib/IRC/Utils.pm
++++ b/lib/IRC/Utils.pm
+@@ -767,7 +767,7 @@ L</ENCODING>.
+ 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);
Added: trunk/libirc-utils-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/patches/series?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/patches/series (added)
+++ trunk/libirc-utils-perl/debian/patches/series Mon Jun 13 02:26:09 2011
@@ -1,0 +1,1 @@
+fix_pod_misspelling.patch
Added: trunk/libirc-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/rules?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/rules (added)
+++ trunk/libirc-utils-perl/debian/rules Mon Jun 13 02:26:09 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libirc-utils-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libirc-utils-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/source/format?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/source/format (added)
+++ trunk/libirc-utils-perl/debian/source/format Mon Jun 13 02:26:09 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: trunk/libirc-utils-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libirc-utils-perl/debian/watch?rev=75567&op=file
==============================================================================
--- trunk/libirc-utils-perl/debian/watch (added)
+++ trunk/libirc-utils-perl/debian/watch Mon Jun 13 02:26:09 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IRC-Utils/ .*/IRC-Utils-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list