# HG changeset patch # User Rodrigo Damazio Bovendorp # Date 1495852400 25200 # Node ID 387a76cac28e34b5fe49794fe7d79247b57ad61c # Parent 14e8fef9158dd30ddc0a9d4b70e7b2373871be9f 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). diff -r 14e8fef9158d -r 387a76cac28e 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,