summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-01-23 16:10:42 -0800
committerManoj Srivastava <srivasta@debian.org>2016-01-23 16:10:42 -0800
commitdb65ba64e9611c561352445a62c72d411a888540 (patch)
tree6284b36fb6b059f80024ce4e7f6b17b619ce3fae
parent6d11573bf537680b228b0083b9efcddb99a18260 (diff)
Reduce max open FDs during fail fopen testingdebian/4.1-5
While increasing the timeout is a solution, it still did not work for the slower architectures. Reducing the maximum open file descriptor limits (only while testing) to try and get the the time under control. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fb4ae78e..3937dd11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+make-dfsg (4.1-5) unstable; urgency=low
+
+ * While increasing the timeout is a solution, it still did not work for
+ the slower architectures. Reducing the maximum open file descriptor
+ limits (only while testing) to try and get the the time under
+ control.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 23 Jan 2016 16:10:23 -0800
+
make-dfsg (4.1-4) unstable; urgency=low
* Try to fix this bug. The problem is due to the fopen fail test, where
diff --git a/debian/control b/debian/control
index 7e9b7690..baa4acaf 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.6
Homepage: http://www.gnu.org/software/make/
Build-Depends: gettext, po-debconf, debhelper (>= 9.0.0), dh-autoreconf,
autoconf, automake | automaken, autopoint, file, pkg-config,
- guile-2.0-dev, procps
+ guile-2.0-dev, procps, libbsd-resource-perl
Package: make
Suggests: make-doc