[adios] 166/207: Remove dodgy symlink

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:53 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit bcb27202f2a32157fc7bcd771c607a7b6a72ffa7
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jun 16 16:40:49 2014 +0100

    Remove dodgy symlink
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ba8dbfa..8f96109 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,9 @@ TOP:=$(shell pwd)
 override_dh_auto_clean:
 	dh_clean
 	find . -name '*.pyc' -delete
-	rm -fr wrappers/numpy/build_* wrappers/java/build debian/tmpp
+	rm -fr wrappers/numpy/build wrappers/java/build debian/tmpp
+	# Remove dodgy symlink
+	rm -f ./examples/staging/stage_write/writer_adios
 
 override_dh_auto_configure:
 	dh_auto_configure --  $(WITH_LUSTRE) $(WITH_IBVERBS) --enable-shared \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list