[libterm-choose-perl] 05/05: no Win32

gregor herrmann gregoa at debian.org
Fri Dec 15 23:59:18 UTC 2017


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

gregoa pushed a commit to branch master
in repository libterm-choose-perl.

commit f201fef238e71911f97501337e12f674e48cea36
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 16 00:59:04 2017 +0100

    no Win32
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..ab22ef8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# we don't need the Windows flavour
+	$(RM) -v $(TMP)/usr/share/perl5/Term/Choose/Win32.pm
+	

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



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