Control: tags 798296 + pending

Dear maintainer,

I've prepared an NMU for bats (versioned as 0.4.0-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru bats-0.4.0/debian/changelog bats-0.4.0/debian/changelog
--- bats-0.4.0/debian/changelog	2014-12-07 06:53:16.000000000 +0100
+++ bats-0.4.0/debian/changelog	2016-09-25 09:23:39.000000000 +0200
@@ -1,3 +1,10 @@
+bats (0.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Ensure that TERM is set to avoid FTBFS. (Closes: #798296)
+
+ -- Tobias Frost <t...@debian.org>  Sun, 25 Sep 2016 09:23:39 +0200
+
 bats (0.4.0-1) unstable; urgency=low
 
   * Initial release (Closes: #709135)
diff -Nru bats-0.4.0/debian/rules bats-0.4.0/debian/rules
--- bats-0.4.0/debian/rules	2014-12-07 06:53:16.000000000 +0100
+++ bats-0.4.0/debian/rules	2016-09-25 09:10:50.000000000 +0200
@@ -11,5 +11,9 @@
 	./install.sh debian/bats/usr
 
 override_dh_auto_test:
+	set -e; \
+	if [ x$$TERM = x ] || [ x$$TERM = xunknown ]; then \
+	  export TERM=dumb; \
+	fi; \
 	bin/bats --tap test
 

Attachment: signature.asc
Description: PGP signature

Reply via email to