r43738 - in /trunk/libpoe-component-server-simplehttp-perl: ./ debian/ examples/ inc/Module/ inc/Module/Install/ lib/POE/Component/Server/ lib/POE/Component/Server/SimpleHTTP/ t/ tools/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Sep 5 13:20:25 UTC 2009


Author: jawnsy-guest
Date: Sat Sep  5 13:20:18 2009
New Revision: 43738

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43738
Log:
* New upstream release
* Use overrides to disable tests
* Update to new short debhelper rules format
* Standards-Version 3.8.3 (drop perl version dependency)
* Add myself to Uploaders and Copyright
* Remove Module::Install from B-D-I; it shouldn't be needed

Added:
    trunk/libpoe-component-server-simplehttp-perl/Changes.svn
      - copied unchanged from r43737, branches/upstream/libpoe-component-server-simplehttp-perl/current/Changes.svn
    trunk/libpoe-component-server-simplehttp-perl/LICENSE
      - copied unchanged from r43737, branches/upstream/libpoe-component-server-simplehttp-perl/current/LICENSE
    trunk/libpoe-component-server-simplehttp-perl/examples/prefork.pl
      - copied unchanged from r43737, branches/upstream/libpoe-component-server-simplehttp-perl/current/examples/prefork.pl
    trunk/libpoe-component-server-simplehttp-perl/examples/proxy.pl
      - copied unchanged from r43737, branches/upstream/libpoe-component-server-simplehttp-perl/current/examples/proxy.pl
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/AutoLicense.pm
      - copied unchanged from r43737, branches/upstream/libpoe-component-server-simplehttp-perl/current/inc/Module/Install/AutoLicense.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/GithubMeta.pm
      - copied unchanged from r43737, branches/upstream/libpoe-component-server-simplehttp-perl/current/inc/Module/Install/GithubMeta.pm
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/State.pm
      - copied unchanged from r43737, branches/upstream/libpoe-component-server-simplehttp-perl/current/lib/POE/Component/Server/SimpleHTTP/State.pm
Removed:
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/PreFork.pm
    trunk/libpoe-component-server-simplehttp-perl/t/09_prefork_maxrequestperchild.t
    trunk/libpoe-component-server-simplehttp-perl/t/10_prefork_stream.t
    trunk/libpoe-component-server-simplehttp-perl/tools/
Modified:
    trunk/libpoe-component-server-simplehttp-perl/Changes
    trunk/libpoe-component-server-simplehttp-perl/MANIFEST
    trunk/libpoe-component-server-simplehttp-perl/META.yml
    trunk/libpoe-component-server-simplehttp-perl/Makefile.PL
    trunk/libpoe-component-server-simplehttp-perl/debian/changelog
    trunk/libpoe-component-server-simplehttp-perl/debian/control
    trunk/libpoe-component-server-simplehttp-perl/debian/copyright
    trunk/libpoe-component-server-simplehttp-perl/debian/rules
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Base.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Can.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Fetch.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Makefile.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Metadata.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Win32.pm
    trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/WriteAll.pm
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/Connection.pm
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/Response.pm
    trunk/libpoe-component-server-simplehttp-perl/t/01_load.t
    trunk/libpoe-component-server-simplehttp-perl/t/06_stream.t

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

Modified: trunk/libpoe-component-server-simplehttp-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/Changes?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/MANIFEST?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/META.yml?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/Makefile.PL?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/changelog?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/control?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/copyright?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/rules?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Base.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Can.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Fetch.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Makefile.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Metadata.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/Win32.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/inc/Module/Install/WriteAll.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/Connection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/Connection.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/Response.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP/Response.pm?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/t/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/t/01_load.t?rev=43738&op=diff

Modified: trunk/libpoe-component-server-simplehttp-perl/t/06_stream.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/t/06_stream.t?rev=43738&op=diff




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