[libkiokudb-backend-dbi-perl] 06/07: Don't install a new, syntactically incorrect, and almost empty manpage.

gregor herrmann gregoa at debian.org
Tue May 6 18:26:47 UTC 2014


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

gregoa pushed a commit to branch master
in repository libkiokudb-backend-dbi-perl.

commit e7d8754176d8ea76c586fb263c472ab83b07cbba
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 6 20:24:36 2014 +0200

    Don't install a new, syntactically incorrect, and almost empty manpage.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..660118b 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
+	# empty manpage
+	$(RM) -v $(TMP)/usr/share/man/man3/KiokuDB::Backend::DBI::Schema.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libkiokudb-backend-dbi-perl.git



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