r14961 - in /trunk/libpoe-component-irc-perl: ./ debian/ examples/ inc/ lib/POE/Component/ lib/POE/Component/IRC/ lib/POE/Component/IRC/Plugin/ lib/POE/Component/IRC/Qnet/ lib/POE/Component/IRC/Test/ lib/POE/Filter/ lib/POE/Filter/IRC/ t/ t/plugins/

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 15 04:22:48 UTC 2008


Author: tincho-guest
Date: Fri Feb 15 04:22:47 2008
New Revision: 14961

URL: http://svn.debian.org/wsvn/?sc=1&rev=14961
Log:
* New upstream release.
* Updated debhelper compatibility to 5.
* debian/control:
  - debhelper should not go in b-d-i.
  - bumped Standards-Version (no changes).
  - added myself to Uploaders.
  - removed libtimedate-perl *depends.
  - removed libpoe-component-client-ident-perl from Suggests, as it is only
  used during testing. Added libpoe-component-sslify-perl.
* debian/copyright: new format and more complete info.
* debian/rules: from scratch.

Added:
    trunk/libpoe-component-irc-perl/examples/logger.pl
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/examples/logger.pl
    trunk/libpoe-component-irc-perl/inc/
      - copied from r14958, branches/upstream/libpoe-component-irc-perl/current/inc/
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/AutoJoin.pm
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/AutoJoin.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CycleEmpty.pm
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CycleEmpty.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/FollowTail.pm
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/FollowTail.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Logger.pm
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Logger.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/NickServID.pm
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickServID.pm
    trunk/libpoe-component-irc-perl/t/0_compile.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/0_compile.t
    trunk/libpoe-component-irc-perl/t/3_connect_ipv6.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/3_connect_ipv6.t
    trunk/libpoe-component-irc-perl/t/5_test_kwalitee.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/5_test_kwalitee.t
    trunk/libpoe-component-irc-perl/t/8_registration.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/8_registration.t
    trunk/libpoe-component-irc-perl/t/plugins/09_followtail.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/plugins/09_followtail.t
    trunk/libpoe-component-irc-perl/t/plugins/10_cycleempty.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/plugins/10_cycleempty.t
    trunk/libpoe-component-irc-perl/t/testsuite_00_delays.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/testsuite_00_delays.t
    trunk/libpoe-component-irc-perl/t/testsuite_01_plugin_die.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/testsuite_01_plugin_die.t
    trunk/libpoe-component-irc-perl/t/testsuite_01_plugin_poe.t
      - copied unchanged from r14958, branches/upstream/libpoe-component-irc-perl/current/t/testsuite_01_plugin_poe.t
Removed:
    trunk/libpoe-component-irc-perl/debian/docs
    trunk/libpoe-component-irc-perl/debian/examples
    trunk/libpoe-component-irc-perl/t/1_new.t
Modified:
    trunk/libpoe-component-irc-perl/Changes
    trunk/libpoe-component-irc-perl/MANIFEST
    trunk/libpoe-component-irc-perl/META.yml
    trunk/libpoe-component-irc-perl/Makefile.PL
    trunk/libpoe-component-irc-perl/debian/changelog
    trunk/libpoe-component-irc-perl/debian/compat
    trunk/libpoe-component-irc-perl/debian/control
    trunk/libpoe-component-irc-perl/debian/copyright
    trunk/libpoe-component-irc-perl/debian/rules
    trunk/libpoe-component-irc-perl/debian/watch
    trunk/libpoe-component-irc-perl/examples/simpleclient.pl
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Common.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Constants.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Pipeline.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotAddressed.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotTraffic.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CTCP.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Connector.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Console.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/ISupport.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/NickReclaim.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/PlugMan.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Proxy.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Whois.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Projects.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet/State.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/State.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Test/Harness.pm
    trunk/libpoe-component-irc-perl/lib/POE/Filter/CTCP.pm
    trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC/Compat.pm
    trunk/libpoe-component-irc-perl/t/1_spawn.t
    trunk/libpoe-component-irc-perl/t/6_common.t
    trunk/libpoe-component-irc-perl/t/7_parent.t
    trunk/libpoe-component-irc-perl/t/plugins/00_plugman.t
    trunk/libpoe-component-irc-perl/t/testsuite_01_plugin.t
    trunk/libpoe-component-irc-perl/t/testsuite_02_connect.t
    trunk/libpoe-component-irc-perl/t/testsuite_03_online.t
    trunk/libpoe-component-irc-perl/t/testsuite_04_state.t
    trunk/libpoe-component-irc-perl/t/testsuite_11_nick_state.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/libpoe-component-irc-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/Changes?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/MANIFEST?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/META.yml?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/Makefile.PL?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/debian/changelog?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/debian/compat?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/debian/control?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/debian/copyright?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/debian/rules?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/debian/watch?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/examples/simpleclient.pl
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/examples/simpleclient.pl?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Common.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Common.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Constants.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Constants.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Pipeline.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Pipeline.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotAddressed.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotAddressed.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotTraffic.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotTraffic.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CTCP.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CTCP.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Connector.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Connector.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Console.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Console.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/ISupport.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/ISupport.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/NickReclaim.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/NickReclaim.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/PlugMan.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/PlugMan.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Proxy.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Proxy.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Whois.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Whois.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Projects.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Projects.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet/State.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet/State.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/State.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/State.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Test/Harness.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Test/Harness.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Filter/CTCP.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Filter/CTCP.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC/Compat.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC/Compat.pm?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/1_spawn.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/1_spawn.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/6_common.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/6_common.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/7_parent.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/7_parent.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/plugins/00_plugman.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/plugins/00_plugman.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/testsuite_01_plugin.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/testsuite_01_plugin.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/testsuite_02_connect.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/testsuite_02_connect.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/testsuite_03_online.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/testsuite_03_online.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/testsuite_04_state.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/testsuite_04_state.t?rev=14961&op=diff

Modified: trunk/libpoe-component-irc-perl/t/testsuite_11_nick_state.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-irc-perl/t/testsuite_11_nick_state.t?rev=14961&op=diff




More information about the Pkg-perl-cvs-commits mailing list