[Crosstoolchain-logs] [SCM] GNU GDB Debian packaging repository branch, master, updated. debian/7.6-3-6-g04646fa
Samuel Bronson
naesten at gmail.com
Mon Jun 3 21:46:23 UTC 2013
The following commit has been merged in the master branch:
commit 0dbde406169a47c56c314ebeb16e3ed4271fd9b8
Author: Héctor Orón Martínez <zumbi at debian.org>
Date: Fri May 24 10:09:03 2013 +0200
Imported Debian patch 7.6-3
diff --git a/debian/changelog b/debian/changelog
index 5592b15..b73c261 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,14 +7,16 @@ gdb (7.6-3) unstable; urgency=low
- add replaces gdb-multiarch (<< 7.6-1). (Closes: #709232)
* d/p/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch:
- fix refuses to print errno. (Closes: #581707)
- * d/rules:
- - check if gdb.sum exists before installing in shared doc.
[ Svante Signell ]
- * d/p/solve_PATH_MAX_issue.patch:
- - new patch fixes FTBFS on hurd. (Closes: #709508)
+ * d/p/solve_PATH_MAX_issue.patch: new patch fixes FTBFS on hurd.
+ (Closes: #709508)
- -- Héctor Orón Martínez <zumbi at debian.org> Fri, 24 May 2013 11:37:49 +0200
+ [ Samuel Bronson ]
+ * debian/rules: Don't abort test suite on "ulimit -c unlimited" failure;
+ do abort building early on failure to invoke the test suite.
+
+ -- Héctor Orón Martínez <zumbi at debian.org> Fri, 24 May 2013 10:09:03 +0200
gdb (7.6-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index b363975..66506c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -221,7 +221,7 @@ build-minimal-stamp:
check-stamp:
ifeq ($(run_tests),yes)
- -ulimit -c unlimited ; \
+ ulimit -c unlimited || true; \
$(MAKE) $(NJOBS) -C $(DEB_BUILDDIR)/gdb check
endif
touch $@
@@ -251,10 +251,8 @@ binary-post-install/gdb$(TS) ::
fi
ifeq ($(run_tests),yes)
install -d debian/gdb$(TS)/usr/share/doc/gdb
- if [ -f $(DEB_BUILDDIR)/gdb/testsuite/gdb.sum ]; then \
- install -m 644 $(DEB_BUILDDIR)/gdb/testsuite/gdb.sum \
- debian/gdb$(TS)/usr/share/doc/gdb/check.log;\
- fi
+ install -m 644 $(DEB_BUILDDIR)/gdb/testsuite/gdb.sum \
+ debian/gdb$(TS)/usr/share/doc/gdb/check.log
endif
ifneq ($(DEB_CROSS),yes)
--
GNU GDB Debian packaging repository
More information about the Crosstoolchain-logs
mailing list