[libhttp-cookies-perl] 01/05: Don't install HTTP::Cookies::Microsoft.

gregor herrmann gregoa at debian.org
Fri Aug 29 03:21:41 UTC 2014


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

gregoa pushed a commit to branch master
in repository libhttp-cookies-perl.

commit c7f425d35bcf01e4b849e003a7c1687fc97b0abd
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 28 20:17:14 2014 -0700

    Don't install HTTP::Cookies::Microsoft.
    
    The module doesn't work without the Win32 module.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..a60d5c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -v $(TMP)/usr/share/perl5/HTTP/Cookies/Microsoft.pm \
+		$(TMP)/usr/share/man/man3/HTTP::Cookies::Microsoft.3pm

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



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