[libfile-changenotify-perl] 01/01: Don't install File::ChangeNotify::Watcher::KQueue module

Salvatore Bonaccorso carnil at debian.org
Sun May 31 14:56:57 UTC 2015


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

carnil pushed a commit to branch master
in repository libfile-changenotify-perl.

commit 447a0d42804b65315d7f3ec7eb1ce04bb43cf70a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 31 16:52:15 2015 +0200

    Don't install File::ChangeNotify::Watcher::KQueue module
    
    It needs IO::KQueue which is not packaged in Debian and is the perl
    interface to the BSD kqueue system call.
---
 debian/rules | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..5e8997f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,14 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# don't install File::ChangeNotify::Watcher::KQueue since
+	# IO::KQueue is not packaged in Debian, which is the perl
+	# interface to the BSD kqueue system call.
+	rm --verbose $(TMP)/usr/share/perl5/File/ChangeNotify/Watcher/KQueue.pm

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



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