debian/control: Update Build-Depends.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 18 Feb 2016 14:32:22 +0000 (14:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 18 Feb 2016 15:56:18 +0000 (15:56 +0000)
  * We need pkg-config to find mLib.

Makefile.am
debian/control

index 732aaea..fb4ea27 100644 (file)
@@ -82,7 +82,7 @@ EXTRA_DIST            += config/auto-version
 
 ## General stuff.
 EXTRA_DIST             += debian/control debian/copyright debian/changelog
-EXTRA_DIST             += debian/rules debian/compat
+EXTRA_DIST             += debian/rules debian/compat debian/source/format
 EXTRA_DIST             += debian/yaid.install debian/yaid.init
 EXTRA_DIST             += debian/yaid.policy
 
index 08c5737..53166d1 100644 (file)
@@ -2,7 +2,7 @@ Source: yaid
 Section: net
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: mlib-dev (>= 2.2.1), debhelper (>= 8),
+Build-Depends: debhelper (>= 8), pkg-config, mlib-dev (>= 2.2.1)
 Standards-Version: 3.1.1
 
 Package: yaid