[hdf5] 05/07: Don't remove m4/aclocal*.m4 files during clean.
Gilles Filippini
pini at debian.org
Sat Oct 31 19:52:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to branch master
in repository hdf5.
commit 891bdac3766f8d43d1e97b01f1b4768666313981
Author: Gilles Filippini <pini at debian.org>
Date: Mon Oct 5 17:27:04 2015 +0200
Don't remove m4/aclocal*.m4 files during clean.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6898e4d..b320a68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -225,7 +225,7 @@ clean:
-rm -rf debian/build-mpich
grep -v ^\% debian/control.in | sed -e "s/@SONAME@/$(soname)/g" -e "s/@OMPIARCHS@/$(OMPIARCHS)/" -e "s/@MPICHARCHS@/$(MPICHARCHS)/" -e "s/@MAJOR_VERSION@/$(major_version)/" > debian/control
dh_autoreconf_clean
- rm -rf m4
+ rm -f m4/l*
-cd debian && rm -f `ls libhdf5-*.install libhdf5-*.shlibs libhdf5-*.doc | grep -v 'libhdf5-doc'`
-rm -rf c++/src/HTML
-rm -rf html/cpplus_RM
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git
More information about the Pkg-grass-devel
mailing list