[libhttp-daemon-ssl-perl] 05/07: Import Debian changes 1.04-2

Mike Gabriel sunweaver at debian.org
Mon Sep 18 16:02:15 UTC 2017


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

sunweaver pushed a commit to branch master
in repository libhttp-daemon-ssl-perl.

commit 0151bd3d78399874a8ea8758bc39a7a28d2a0907
Author: Matej Vela <vela at debian.org>
Date:   Tue Feb 26 20:44:34 2008 +0100

    Import Debian changes 1.04-2
    
    libhttp-daemon-ssl-perl (1.04-2) unstable; urgency=low
    
      * Don't try to remove /usr/lib/perl5 if it's not there.
        Closes: #467907.
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d510717..da4246a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libhttp-daemon-ssl-perl (1.04-2) unstable; urgency=low
+
+  * Don't try to remove /usr/lib/perl5 if it's not there.
+    Closes: #467907.
+
+ -- Matej Vela <vela at debian.org>  Tue, 26 Feb 2008 20:44:34 +0100
+
 libhttp-daemon-ssl-perl (1.04-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index eb0fb86..0b9f045 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
 
 install/libhttp-daemon-ssl-perl::
-	rmdir -p --ignore-fail-on-non-empty $(DEB_DESTDIR)/usr/lib/perl5
+	[ ! -d $(DEB_DESTDIR)/usr/lib/perl5 ] \
+		|| rmdir -p --ignore-fail-on-non-empty $(DEB_DESTDIR)/usr/lib/perl5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-daemon-ssl-perl.git



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