[pkg-db-commits] [db5.3] 06/09: fixup! Re-run dist/s_config to properly call libtool to build on new architectures (Closes: #750481)
Ondrej Sury
ondrej at moszumanska.debian.org
Mon Jun 23 13:39:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
ondrej pushed a commit to branch debian-sid
in repository db5.3.
commit 10a5833f5a7066b34d2cf6f931ae1bbd5766c6fd
Author: Ondřej Surý <ondrej at sury.org>
Date: Thu Jun 19 12:00:22 2014 +0200
fixup! Re-run dist/s_config to properly call libtool to build on new architectures (Closes: #750481)
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 85f79b8..f5fd4c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,7 +155,9 @@ endif
mv $(CURDIR)/debian/s_config/$$f $(CURDIR)/dist/; \
fi; \
done
- rmdir -f $(CURDIR)/debian/s_config/aclocal/ $(CURDIR)/debian/s_config/
+ if [ -f $(CURDIR)/debian/s_config/]; then \
+ rmdir -f $(CURDIR)/debian/s_config/aclocal/ $(CURDIR)/debian/s_config/; \
+ fi
override_dh_auto_test:
ifeq (,$(findstring z$(DEB_BUILD_GNU_CPU)z,$(VERY_BROKEN_CPUS))$(findstring z$(DEB_BUILD_GNU_SYSTEM)z,$(VERY_BROKEN_SYSTEMS)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-db/db5.3.git
More information about the pkg-db-commits
mailing list