[med-svn] [libdivsufsort] 02/02: Fix clean target that would fail on a just cleaned dir
Andreas Tille
tille at debian.org
Tue Jul 28 15:03:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libdivsufsort.
commit d1dbad2a4ae1222e66d5fbc58ca9c96ee4e0216e
Author: Andreas Tille <tille at debian.org>
Date: Tue Jul 28 16:58:45 2015 +0200
Fix clean target that would fail on a just cleaned dir
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2dba2f9..1a54067 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ override_dh_clean:
find . -name "*.lo" -o -name "*.o" -o -name "*.la" -o -name Makefile | xargs -r rm
rm -f examples/bwt examples/mksary examples/sasearch examples/suftest examples/unbwt
rm -rf build lib/.libs
- rm -r config.log config.status include/config.h include/divsufsort.h include/lfs.h include/stamp-h1 libtool
+ rm -rf config.log config.status include/config.h include/divsufsort.h include/lfs.h include/stamp-h1 libtool
#override_dh_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libdivsufsort.git
More information about the debian-med-commit
mailing list