[libhttp-dav-perl] 06/06: Import Debian patch 0.44-1

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jan 16 19:40:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libhttp-dav-perl.

commit aa702eed4d9c026569e62c5551ac931a680c17b1
Merge: 96a0d72 bfcc6b2
Author: Steinar H. Gunderson <sesse at debian.org>
Date:   Thu Mar 14 19:32:14 2013 +1300

    Import Debian patch 0.44-1

 Changes                      |  412 +++--
 DAV.pm                       | 4090 +++++++++++++++++++++---------------------
 DAV/Comms.pm                 |   36 +-
 DAV/Lock.pm                  |    2 +-
 DAV/Resource.pm              |   20 +-
 DAV/ResourceList.pm          |    2 +-
 DAV/Response.pm              |    2 +-
 DAV/Utils.pm                 |   51 +-
 MANIFEST                     |   26 +-
 META.yml                     |   44 +-
 Makefile.PL                  |    2 +-
 README                       |  407 ++---
 TODO                         |  129 +-
 bin/dave                     |    4 +-
 bin/dist                     |    2 +-
 debian/changelog             |   11 +
 debian/control               |    4 +-
 debian/rules                 |    8 +-
 doc/Changes.pod              |   76 +-
 doc/README.pod               |  129 +-
 doc/TODO.pod                 |    5 +-
 doc/html/Changes.html        |  150 +-
 doc/html/HTTP-DAV.html       |  306 ++--
 doc/html/TODO.html           |   13 +-
 doc/html/dave.html           |  134 +-
 doc/html/index.html          |   82 +-
 t/1_loadme.t                 |    0
 t/1_utils.t                  |    0
 t/2_options.t                |    0
 t/3_put_get_delete.t         |    0
 t/4_multistatus.t            |    0
 t/5_propfind.t               |    0
 t/5_proppatch.t              |    0
 t/6_dav_copy_move.t          |    0
 t/6_dav_get_callback.t       |    0
 t/6_dav_globs.t              |    0
 t/6_dav_lock.t               |    0
 t/6_dav_lock2.t              |    0
 t/6_dav_open_put_get.t       |    0
 t/6_dav_options.t            |    0
 t/9_RT_19616.t               |    0
 t/9_RT_38677.t               |   37 +
 t/9_RT_42877.t               |    0
 t/9_RT_47500.t               |   40 +
 t/9_RT_52665.t               |   30 +
 t/9_RT_59674.t               |   24 +
 t/9_RT_60457.t               |   97 +
 t/9_RT_68936.t               |   23 +
 t/TestDetails.pm             |    2 +-
 t/multistatus.xml            |    0
 t/test_data/file1            |    0
 t/test_data/file2            |    0
 t/test_data/file2.txt        |    0
 t/test_data/file3            |    0
 t/test_data/file4.txt.gz     |  Bin
 t/test_data/subdir/test3.txt |    0
 56 files changed, 3427 insertions(+), 2973 deletions(-)

diff --cc debian/changelog
index cd4a33f,0000000..c2e4538
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,58 -1,0 +1,69 @@@
++libhttp-dav-perl (0.44-1) unstable; urgency=low
++
++  * New upstream release.
++  * Replace PREFIX with DESTDIR in make install; fixes lintian warning
++    and prepares for change in ExtUtils::MakeMaker.
++  * Add ${misc:Depends} to Depends list, to make debhelper happy.
++  * Bump Standard-Version to 3.9.4.
++    * Add build-arch and build-indep targets.
++
++ -- Steinar H. Gunderson <sesse at debian.org>  Thu, 14 Mar 2013 19:32:14 +1300
++
 +libhttp-dav-perl (0.38-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #560249).
 +    * Obsoletes (incorporates) all local patches.
 +  * Upgrade to debhelper compat level 5 (no changes needed except
 +    adjustment of build-dependency).
 +  * Upgrade to Standards-Version level 3.8.3 (no changes needed).
 +  * Reformat description to avoid line wrapping of the bullet list.
 +    (Closes: #480329)
 +  * Remove obsolete "tag" target from debian/rules.
 +  * Don't ignore all distclean failures in debian/rules; check for existence
 +    of Makefile instead.
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Thu, 10 Dec 2009 00:34:50 +0100
 +
 +libhttp-dav-perl (0.31-5) unstable; urgency=low
 +
 +  * Use CURDIR instead of PWD in debian/rules; fixes lintian warning and
 +    possible FTBFS with sudo.
 +  * Update Standards-Version to 3.7.2; no changes needed.
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Thu, 31 May 2007 15:54:41 +0200
 +
 +libhttp-dav-perl (0.31-4) unstable; urgency=low
 +
 +  * Add the upstream URL to debian/copyright.
 +  * Update short description to mention dave; based on patch by Jon
 +    Dowland. (Closes: #420617)
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Sun, 20 May 2007 11:36:38 +0200
 +
 +libhttp-dav-perl (0.31-3) unstable; urgency=low
 +
 +  * Make Build-depends-indep on debhelper into an ordinary build-depends, as
 +    we use them in non-indep targets.
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Thu, 15 Jun 2006 21:45:04 +0200
 +
 +libhttp-dav-perl (0.31-2) unstable; urgency=low
 +
 +  * New maintainer. (Closes: #279792)
 +  * Upgraded Standards-Version to 3.6.1 (no changes needed).
 +  * Minor correction in short package description.
 +  * Minor reformatting in the long package description.
 +  * Added a missing quote in the man page. (Closes: #218001)
 +  * HTTP::DAV::Utils::get_elements_by_tag_name() now handles <propstat> as
 +    well as <D:propstat> (where D: is any namespace). (Closes: #227064)
 +  * Now uses debhelper v4 (and uses debian/compat instead of DH_COMPAT).
 +    Build-Depends updated correspondingly.
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Sat, 13 Nov 2004 23:29:30 +0100
 +
 +libhttp-dav-perl (0.31-1) unstable; urgency=low
 +
 +  * New package,
 +  Closes: #78442
 +
 + -- Stephen Zander <gibreel at debian.org>  Fri, 26 Apr 2002 14:35:07 -0700
diff --cc debian/control
index 0ce1e74,0000000..320b811
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,26 -1,0 +1,26 @@@
 +Source: libhttp-dav-perl
 +Maintainer: Steinar H. Gunderson <sesse at debian.org>
 +Section: web
 +Priority: optional
- Standards-Version: 3.8.3
++Standards-Version: 3.9.4
 +Build-Depends: debhelper (>= 5)
 +Build-Depends-Indep: perl (>= 5.6.1), libxml-dom-perl
 +
 +Package: libhttp-dav-perl
 +Architecture: all
- Depends: ${perl:Depends}, libwww-perl, libxml-dom-perl
++Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libxml-dom-perl
 +Recommends: libdigest-md5-perl
 +Suggests: libcrypt-ssleay-perl
 +Description: WebDAV client library for Perl, and "dave" CLI client
 + HTTP::DAV provides client-side access to a DAV server.  DAV is a
 + protocol for remote web-site authoring and management.  Now you can
 + LOCK, DELETE and PUT files and much more on a DAV-enabled webserver.
 + .
 + The PerlDAV library consists of:
 + .
 +  * HTTP::DAV - an object-oriented Web-DAV client API.
 +  * dave - the DAV Explorer, an end-user Unix console program for
 +    interacting with WebDAV servers. dave looks and feels like a
 +    standard Unix ftp program.
 + .
 + Learn more about WebDAV at http://www.webdav.org/
diff --cc debian/rules
index 4654477,0000000..99eae97
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,50 -1,0 +1,52 @@@
 +#! /usr/bin/make -f
 +# -*-makefile-*-
 +# debian/rules file for libhttp-dav-perl
 +
 +PERL ?= /usr/bin/perl
 +
 +package	:= $(shell sed -ne 's/^Package: *//p' debian/control)
- prefix	:= $(CURDIR)/debian/$(package)/usr
++dest	:= $(CURDIR)/debian/$(package)
 +
 +version	:= $(shell dpkg-parsechangelog | \
 +			sed -ne 's/Version: *\([0-9]\+:\)*//p')
 +
- build:	build-stamp
++build: build-arch build-indep
++build-arch: build-stamp
++build-indep: build-stamp
 +build-stamp:
 +	dh_testdir
 +	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 +	$(MAKE) LD_RUN_PATH=
 +	touch $@
 +
 +clean:	checkroot
 +	rm -f build-stamp
 +	[ ! -f Makefile ] || $(MAKE) distclean
 +	dh_clean
 +
 +binary-indep:	checkroot build
 +	dh_clean
 +	dh_installdirs
 +
- 	$(MAKE) pure_install PREFIX=$(prefix)
++	$(MAKE) pure_install DESTDIR=$(dest)
 +
 +	dh_installdocs README
 +	dh_installexamples 
 +	dh_installchangelogs Changes
 +	dh_compress
 +	dh_fixperms
 +	dh_perl
 +	dh_installdeb
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary-arch:	checkroot build
 +
 +binary:	binary-indep binary-arch
 +
 +checkroot:
 +	dh_testdir
 +	dh_testroot
 +
 +.PHONY:	binary binary-arch binary-indep clean checkroot build

-- 
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