[med-svn] [cluster3] 10/13: upstream Makefile installs copy of html documentation to unusual place - remove it
Andreas Tille
tille at debian.org
Thu Sep 14 14:36:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository cluster3.
commit 8e443dc24a48022cf55cb80272b38259b0c6019f
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 14 16:11:15 2017 +0200
upstream Makefile installs copy of html documentation to unusual place - remove it
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 7cd88f8..640264d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,8 @@ override_dh_install:
mv cluster.x $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin/xcluster3
mv cluster.nox $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin/cluster3
cp doc/* $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)
+ # upstream Makefile installs copy of html documentation to unusual place - remove it
+ find debian/$(DEB_SOURCE)/usr -type d -name cluster | xargs rm -rf
get-orig-source:
mkdir -p ../tarballs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cluster3.git
More information about the debian-med-commit
mailing list