debian: add less as a build dependency stable
authorRodrigo Damazio Bovendorp <rdamazio@google.com>
Fri, 26 May 2017 19:33:20 -0700
branchstable
changeset 32469 387a76cac28e
parent 32456 14e8fef9158d
child 32572 377c74ef008d
child 32577 4d169167fb06
debian: add less as a build dependency For builds that run on hermetic environments, it's possible that the "less" package is not installed by default, yet it's needed for tests to pass after revision bf5e13e38390 (which sets less as the fallback pager).
contrib/debian/control
--- a/contrib/debian/control	Thu May 25 23:42:37 2017 -0400
+++ b/contrib/debian/control	Fri May 26 19:33:20 2017 -0700
@@ -5,6 +5,7 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
+ less,
  netbase,
  python-all,
  python-all-dev,