# HG changeset patch # User Sean Farley # Date 2016-04-17 17:39:17 # 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 --git a/contrib/debian/control b/contrib/debian/control --- a/contrib/debian/control +++ b/contrib/debian/control @@ -5,6 +5,7 @@ Maintainer: Mercurial Developers = 7), dh-python, + netbase, python-all, python-all-dev, python-docutils,