[Pkg-wmaker-commits] [wmcube] 42/67: debian/rules: Add override_dh_auto_install target to remove doc files installed by upstream that cause Lintian warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:22:18 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmcube.

commit ba1018051786c51d8a439e6b2737cddf028fa9a5
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Jan 14 07:34:09 2015 -0600

    debian/rules: Add override_dh_auto_install target to remove doc files
    installed by upstream that cause Lintian warnings.
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 57c9eca..e4c2953 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,11 @@ else
 		CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
 endif
 
+override_dh_auto_install:
+	dh_auto_install
+	rm $(CURDIR)/debian/wmcube/usr/share/doc/wmcube/CHANGES \
+		$(CURDIR)/debian/wmcube/usr/share/doc/wmcube/COPYING \
+		$(CURDIR)/debian/wmcube/usr/share/doc/wmcube/INSTALL
+
 get-orig-source:
 	uscan --verbose --force-download --rename

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcube.git



More information about the Pkg-wmaker-commits mailing list