[med-svn] [cluster3] 13/13: Delete wrong executable
Andreas Tille
tille at debian.org
Thu Sep 14 14:36:25 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 f5f9195bd1f95a9bd26846ef9a066ac4f9d6e789
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 14 16:35:51 2017 +0200
Delete wrong executable
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 1d4023e..4fad6f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,8 @@ override_dh_install:
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
+ # upstream Makefile installs executable cluster in /usr/bin - conflicting name, we are using cluster3
+ find debian/$(DEB_SOURCE)/usr/bin -type f -name cluster -delete
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