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 96a0d726e5414e55e567a35a230f6c0f2f6ca83c
Merge: 38672d0 e2c95c6
Author: Steinar H. Gunderson <se...@debian.org>
Date:   Thu Dec 10 00:34:50 2009 +0100

    Import Debian patch 0.38-1

 Changes                          |  308 +--
 DAV.pm                           | 3859 ++++++++++++++++++++------------------
 DAV/Comms.pm                     |  614 +++---
 DAV/Lock.pm                      |    2 +-
 DAV/Resource.pm                  |   79 +-
 DAV/ResourceList.pm              |    2 +-
 DAV/Response.pm                  |    2 +-
 DAV/Utils.pm                     |    3 +-
 MANIFEST                         |    8 +
 META.yml                         |   21 +
 Makefile.PL                      |   10 +-
 README                           |  431 +++--
 TODO                             |  132 +-
 bin/dave                         |    2 +-
 bin/dist                         |    2 +-
 debian/changelog                 |   15 +
 debian/compat                    |    2 +-
 debian/control                   |   12 +-
 debian/rules                     |    9 +-
 doc/Changes.pod                  |  117 ++
 doc/README.pod                   |  558 +++---
 doc/TODO.pod                     |    2 +-
 doc/html/Changes.html            |  216 +++
 doc/html/HTTP-DAV.html           |  821 ++++++++
 doc/{TODO.pod => html/TODO.html} |  107 +-
 doc/html/dave.html               |  541 ++++++
 doc/html/index.html              |  237 +++
 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                   |   13 +
 t/9_RT_42877.t                   |   31 +
 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
 51 files changed, 5301 insertions(+), 2857 deletions(-)

diff --cc debian/changelog
index 0171fa3,0000000..cd4a33f
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,43 -1,0 +1,58 @@@
++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 <se...@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 <se...@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 <se...@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 <se...@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 <se...@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 <gibr...@debian.org>  Fri, 26 Apr 2002 14:35:07 -0700
diff --cc debian/compat
index b8626c4,0000000..7ed6ff8
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 4
++5
diff --cc debian/control
index 5735d03,0000000..0ce1e74
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,26 -1,0 +1,26 @@@
 +Source: libhttp-dav-perl
 +Maintainer: Steinar H. Gunderson <se...@debian.org>
 +Section: web
 +Priority: optional
- Standards-Version: 3.7.2
- Build-Depends: debhelper (>= 4)
++Standards-Version: 3.8.3
++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
 +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.
++  * 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 bb60015,0000000..4654477
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,57 -1,0 +1,50 @@@
 +#! /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
 +
 +version       := $(shell dpkg-parsechangelog | \
 +                      sed -ne 's/Version: *\([0-9]\+:\)*//p')
 +
- tag:
-       cvs -Q status | grep File: | grep -qv Up-to-date && exit 1 || exit 0
-       cvs tag -F $(subst .,_,debian_version_$(version))
- ifeq ($(findstring -,$(version)),)
-       cvs tag -F $(subst .,_,upstream_version_$(version))
- endif
- 
 +build:        build-stamp
 +build-stamp:
 +      dh_testdir
 +      $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 +      $(MAKE) LD_RUN_PATH=
 +      touch $@
 +
 +clean:        checkroot
 +      rm -f build-stamp
-       -$(MAKE) distclean
++      [ ! -f Makefile ] || $(MAKE) distclean
 +      dh_clean
 +
 +binary-indep: checkroot build
 +      dh_clean
 +      dh_installdirs
 +
 +      $(MAKE) pure_install PREFIX=$(prefix)
 +
 +      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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to