[libhttp-dav-perl] branch master updated (0b97c90 -> 0781fa6)
Florian Schlichting
fsfs at moszumanska.debian.org
Mon Jan 16 20:58:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libhttp-dav-perl.
from 0b97c90 [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.
new e4613b4 Put myself into Uploaders
new e29674f Bump dh compat to level 9
new bf2488b Drop old version on perl dependency, move libcrypt-ssleay-perl to Recommends because SSL is ubiquitous nowadays
adds fd30599 New upstream version 0.48
new 885e961 Merge tag 'upstream/0.48'
new 6cf5800 Update debian/changelog
new 86cb52f Switch to short-form debian/rules
new 398d27e Switch to source format 3.0 (quilt)
new 88e789d Mark package autopkgtest-able
new 2091e19 Add (build-)dependency on URI::Escape
new 5e8848c Ship TODO
new e8697a9 Convert d/copyright to copyright-format 1.0
new af6279d Move to Section: perl
new 7fb770a Declare compliance with Debian Policy 3.9.8
new c73019c Fix pod errors
new 0781fa6 prepare changelog for release
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 33 +-
DAV/Resource.pm | 1813 -------------------------------
MANIFEST | 19 +-
MANIFEST.SKIP | 8 +
META.json | 52 +
META.yml | 52 +-
Makefile.PL | 27 +-
README | 9 +-
bin/dave | 94 +-
bin/dist | 4 +-
debian/changelog | 22 +-
debian/compat | 2 +-
debian/control | 16 +-
debian/copyright | 52 +-
debian/libhttp-dav-perl.docs | 1 +
debian/patches/pod-issues.patch | 78 ++
debian/patches/series | 1 +
debian/rules | 57 +-
debian/source/format | 1 +
doc/README.pod | 426 ++++----
doc/html/HTTP-DAV.html | 1122 +++++++++++--------
doc/html/TODO.html | 92 +-
doc/html/dave.html | 702 ++++++------
doc/html/index.html | 280 +++--
DAV.pm => lib/HTTP/DAV.pm | 50 +-
{doc => lib/HTTP/DAV}/Changes.pod | 95 +-
{DAV => lib/HTTP/DAV}/Comms.pm | 34 +-
{DAV => lib/HTTP/DAV}/Lock.pm | 8 +-
lib/HTTP/DAV/Resource.pm | 1929 +++++++++++++++++++++++++++++++++
{DAV => lib/HTTP/DAV}/ResourceList.pm | 18 +-
{DAV => lib/HTTP/DAV}/Response.pm | 10 +-
{DAV => lib/HTTP/DAV}/Utils.pm | 7 +-
t/9_RT_69439.t | 41 +
t/TestDetails.pm | 5 +-
34 files changed, 3893 insertions(+), 3267 deletions(-)
delete mode 100644 DAV/Resource.pm
create mode 100644 MANIFEST.SKIP
create mode 100644 META.json
create mode 100644 debian/libhttp-dav-perl.docs
create mode 100644 debian/patches/pod-issues.patch
create mode 100644 debian/patches/series
create mode 100644 debian/source/format
rename DAV.pm => lib/HTTP/DAV.pm (99%)
rename {doc => lib/HTTP/DAV}/Changes.pod (86%)
rename {DAV => lib/HTTP/DAV}/Comms.pm (96%)
rename {DAV => lib/HTTP/DAV}/Lock.pm (99%)
create mode 100644 lib/HTTP/DAV/Resource.pm
rename {DAV => lib/HTTP/DAV}/ResourceList.pm (95%)
rename {DAV => lib/HTTP/DAV}/Response.pm (98%)
rename {DAV => lib/HTTP/DAV}/Utils.pm (98%)
create mode 100644 t/9_RT_69439.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-dav-perl.git
More information about the Pkg-perl-cvs-commits
mailing list