[libhttp-dav-perl] 04/06: Import Debian patch 0.31-5

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 38672d073021e8b5b726c616bfc2b47e237db8cf
Author: Steinar H. Gunderson <sesse at debian.org>
Date:   Thu May 31 15:54:41 2007 +0200

    Import Debian patch 0.31-5
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 54863ab..0171fa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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.
diff --git a/debian/control b/debian/control
index 260fa98..5735d03 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libhttp-dav-perl
 Maintainer: Steinar H. Gunderson <sesse at debian.org>
 Section: web
 Priority: optional
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 4)
 Build-Depends-Indep: perl (>= 5.6.1), libxml-dom-perl
 
diff --git a/debian/rules b/debian/rules
index e09973c..bb60015 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 PERL ?= /usr/bin/perl
 
 package	:= $(shell sed -ne 's/^Package: *//p' debian/control)
-prefix	:= $(PWD)/debian/$(package)/usr
+prefix	:= $(CURDIR)/debian/$(package)/usr
 
 version	:= $(shell dpkg-parsechangelog | \
 			sed -ne 's/Version: *\([0-9]\+:\)*//p')

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