r14844 - in /trunk/libpoe-component-client-http-perl: ./ debian/ examples/ lib/ mylib/ t/

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Wed Feb 13 11:37:42 UTC 2008


Author: tincho-guest
Date: Wed Feb 13 11:37:40 2008
New Revision: 14844

URL: http://svn.debian.org/wsvn/?sc=1&rev=14844
Log:
* New upstream release, Closes: #329647.
* Incorporating changes from NMU, thanks Michael Ablassmeier and Thijs
  Kinkhorst, Closes: #395463.
* Taking over package maintenance by DPG, as requested by maintainer. See
* debian/control:
  - Remove build-depends as test aren't run.
  - Increase debhelper version to 5.
  - Bump Standards-Version (no changes).
  - Improved short description.
  - add Homepage and Vcs-*.
* debian/rules: almost from scratch.
* debian/docs: moved to rules.

Added:
    trunk/libpoe-component-client-http-perl/examples/
      - copied from r14841, branches/upstream/libpoe-component-client-http-perl/current/examples/
    trunk/libpoe-component-client-http-perl/lib/
      - copied from r14841, branches/upstream/libpoe-component-client-http-perl/current/lib/
    trunk/libpoe-component-client-http-perl/t/02_keepalive.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/02_keepalive.t
    trunk/libpoe-component-client-http-perl/t/03_head_filter.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/03_head_filter.t
    trunk/libpoe-component-client-http-perl/t/04_chunk_filter.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/04_chunk_filter.t
    trunk/libpoe-component-client-http-perl/t/05_request.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/05_request.t
    trunk/libpoe-component-client-http-perl/t/06_factory.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/06_factory.t
    trunk/libpoe-component-client-http-perl/t/07_proxy.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/07_proxy.t
    trunk/libpoe-component-client-http-perl/t/08_discard.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/08_discard.t
    trunk/libpoe-component-client-http-perl/t/09_bad_scheme.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/09_bad_scheme.t
    trunk/libpoe-component-client-http-perl/t/10_shutdown.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/10_shutdown.t
    trunk/libpoe-component-client-http-perl/t/11_cancel.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/11_cancel.t
    trunk/libpoe-component-client-http-perl/t/12_pod.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/12_pod.t
    trunk/libpoe-component-client-http-perl/t/13_pod_coverage.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/13_pod_coverage.t
    trunk/libpoe-component-client-http-perl/t/14_gzipped_content.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/14_gzipped_content.t
    trunk/libpoe-component-client-http-perl/t/50_davis_zerolength.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/50_davis_zerolength.t
    trunk/libpoe-component-client-http-perl/t/51_santos_status.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/51_santos_status.t
    trunk/libpoe-component-client-http-perl/t/52_reiss_bad_length.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/52_reiss_bad_length.t
    trunk/libpoe-component-client-http-perl/t/53_response_parser.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/53_response_parser.t
    trunk/libpoe-component-client-http-perl/t/54_hzheng_head_redir.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/54_hzheng_head_redir.t
    trunk/libpoe-component-client-http-perl/t/55_reiss_double_resp.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/55_reiss_double_resp.t
    trunk/libpoe-component-client-http-perl/t/56_redirect_excess.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/56_redirect_excess.t
    trunk/libpoe-component-client-http-perl/t/57_joel_immed_cancel.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/57_joel_immed_cancel.t
    trunk/libpoe-component-client-http-perl/t/58_joel_cancel_multi.t
      - copied unchanged from r14841, branches/upstream/libpoe-component-client-http-perl/current/t/58_joel_cancel_multi.t
Removed:
    trunk/libpoe-component-client-http-perl/HTTP.pm
    trunk/libpoe-component-client-http-perl/SSL.pm
    trunk/libpoe-component-client-http-perl/debian/docs
    trunk/libpoe-component-client-http-perl/mylib/
Modified:
    trunk/libpoe-component-client-http-perl/CHANGES
    trunk/libpoe-component-client-http-perl/CHANGES.OLD
    trunk/libpoe-component-client-http-perl/MANIFEST
    trunk/libpoe-component-client-http-perl/META.yml
    trunk/libpoe-component-client-http-perl/Makefile.PL
    trunk/libpoe-component-client-http-perl/README
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/compat
    trunk/libpoe-component-client-http-perl/debian/control
    trunk/libpoe-component-client-http-perl/debian/copyright
    trunk/libpoe-component-client-http-perl/debian/rules
    trunk/libpoe-component-client-http-perl/t/01_request.t

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

Modified: trunk/libpoe-component-client-http-perl/CHANGES
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/CHANGES?rev=14844&op=diff

Modified: trunk/libpoe-component-client-http-perl/CHANGES.OLD
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/CHANGES.OLD?rev=14844&op=diff

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

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

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

Modified: trunk/libpoe-component-client-http-perl/README
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/README?rev=14844&op=diff

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

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

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

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

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

Modified: trunk/libpoe-component-client-http-perl/t/01_request.t
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/t/01_request.t?rev=14844&op=diff




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