[liblog-any-perl] 05/06: also don't install .gitignore file

gregor herrmann gregoa at debian.org
Tue Dec 27 00:50:41 UTC 2016


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

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

commit d5c3d195a18bae6cf26914c48c4342f9599508c0
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 01:48:11 2016 +0100

    also don't install .gitignore file
    
    Gbp-Dch: Ignore
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c889c22..af1083b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,9 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_auto_install:
 	dh_auto_install
-	# boilerplate/incomplete
+	# boilerplate/incomplete manpages and .gitignore
 	$(RM) -v $(TMP)/usr/share/man/man3/Log::Any::Adapter::Base.3pm \
 		$(TMP)/usr/share/man/man3/Log::Any::Adapter::Test.3pm \
 		$(TMP)/usr/share/man/man3/Log::Any::Manager.3pm \
-		$(TMP)/usr/share/man/man3/Log::Any::Proxy::Test.3pm
+		$(TMP)/usr/share/man/man3/Log::Any::Proxy::Test.3pm \
+		$(TMP)/usr/share/perl5/Log/.gitignore

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



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