[silo-llnl] 41/96: fix 2

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 13:09:30 UTC 2015


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

mckinstry pushed a commit to branch debian/master
in repository silo-llnl.

commit d5e7ea2be516d90986b15f1552cdce49a7002b3d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Sep 26 17:06:50 2011 +0100

    fix 2
---
 debian/changelog | 2 +-
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8f20919..5edd524 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 silo-llnl (4.8-10) unstable; urgency=low
 
-  * Do not call 'make distclean', its broken without config.status.
+  * Don't delete config.status, it breaks 'make distclean'
     Closes: #642782. 
   * Two fixes to fprintf() needed to compile with -Werror=format-security
 
diff --git a/debian/rules b/debian/rules
index a0ebe5f..712c523 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,4 +55,5 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	dh_clean
-	rm -f debian/Silo.so.* config.status config.log
+	rm -f debian/Silo.so.* config.log
+	-( [ -f Makefile ] && make distclean)

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



More information about the debian-science-commits mailing list