[adios] 10/11: delete old binaries from examples

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:51 UTC 2016


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

mckinstry pushed a commit to tag debian/1.9.0-2
in repository adios.

commit 66b90644523f6c62d8db9fca207ab18b0c539a08
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Oct 29 01:28:07 2015 +0000

    delete old binaries from examples
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a5de771..165631b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ adios (1.9.0-3) UNRELEASED; urgency=medium
 
   * Build against all mpi versions again.
   * Link adios_mpi.so python packages against mpi libs 
+  * delete old binaries from examples
 
  -- Alastair McKinstry <mckinstry at debian.org>  Wed, 28 Oct 2015 22:30:37 +0000
 
diff --git a/debian/rules b/debian/rules
index 7c420fa..c2cc804 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,8 @@ override_dh_auto_clean:
 	find . -name '*.a' -delete
 	find . -name '*.mod' -delete
 	rm -fr wrappers/numpy/build wrappers/java/build debian/tmpp
-	# Remove dodgy symlink
+	# Remove dodgy symlinks
+	find . -type l -delete
 	rm -f ./examples/staging/stage_write/writer_adios config.log 
 	rm -f libtool config.h  config.status adios_config.flags  adios_config
 	rm -f adios.pc stamp-h1

-- 
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