Control: tag -1 + patch

Hi,

I was able to reproduce the failure.
As mentioned in [0], the environment of Lucas' rebuild didn't have
tzdata installed. Without tzdata the same test fails for me as well,
because the test is checking for behaviour under different timezone:

> TZ="America/New_York" "$CALCURSE" [...]

Adding tzdata to build dependencies will let the test pass.

Regards,
  Reiner

[0]: http://wiki.debian.org/qa.debian.org/FTBFS
diff --git a/debian/control b/debian/control
index f88950f..3f21127 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: calcurse
 Section: utils
 Priority: optional
 Maintainer: Bartosz Fenski <fe...@debian.org>
-Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libncursesw5-dev, autotools-dev
+Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libncursesw5-dev, autotools-dev, tzdata
 Standards-Version: 3.9.8
 Homepage: http://calcurse.org
 Vcs-Git: git://git.calcurse.org/calcurse.git

Attachment: signature.asc
Description: PGP signature

Reply via email to