[liblog-report-lexicon-perl] 09/10: Don't install Windows-specific module.

gregor herrmann gregoa at debian.org
Fri Dec 4 18:18:47 UTC 2015


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

gregoa pushed a commit to branch master
in repository liblog-report-lexicon-perl.

commit 8341d28a8df964539fc153aa40fdd5ba81441ff6
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 4 19:16:40 2015 +0100

    Don't install Windows-specific module.
    
    Thanks: autopkgtest
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index cd1e4b5..dfa53b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ override_dh_auto_install:
 	dh_auto_install
 	# installed as example
 	$(RM) -rv $(TMP)/usr/bin
+	# works only on Windows
+	$(RM) -v $(TMP)/usr/share/man/man3/Log::Report::Win32Locale.3pm \
+		$(TMP)/usr/share/perl5/Log/Report/Win32Locale.pm \
+		$(TMP)/usr/share/perl5/Log/Report/Win32Locale.pod
 
 override_dh_installexamples:
 	dh_installexamples

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-report-lexicon-perl.git



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