# HG changeset patch # User Sean Farley # Date 1460914757 25200 # Node ID d2b29c848fcd2e8443b38e0369dde99ff25dbfa0 # Parent 57b11b7d9077326c7640ae30c6431002371b02d4 debian: add missing netbase dependency Apparently, some machines don't have this service (launchpad builders are one such example). This adds the correct dependency for test-serve.t. diff -r 57b11b7d9077 -r d2b29c848fcd contrib/debian/control --- a/contrib/debian/control Sat Apr 16 14:24:25 2016 -0700 +++ b/contrib/debian/control Sun Apr 17 10:39:17 2016 -0700 @@ -5,6 +5,7 @@ Build-Depends: debhelper (>= 7), dh-python, + netbase, python-all, python-all-dev, python-docutils,