From: Keith Packard Date: Sat, 14 Dec 2013 20:17:06 +0000 (-0800) Subject: dependencies X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6d8245015a995eded71d09ae36f29e6be2839999;p=fw%2Fstlink dependencies --- diff --git a/debian/control b/debian/control index 34c1324..5c96c0b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,9 @@ Source: stlink Section: devel Priority: optional Maintainer: Keith Packard -Build-Depends: debhelper (>= 8.0.0), autotools-dev +Build-Depends: debhelper (>= 8.0.0), + autotools-dev, autoconf, automake, dh-autoreconf, + libusb-1.0-0-dev, pkg-config Standards-Version: 3.9.4 Homepage: https://github.com/texane/stlink Vcs-Git: git://git.debian.org/collab-maint/stlink.git diff --git a/debian/rules b/debian/rules index e2ef0eb..f908475 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,4 @@ export DH_VERBOSE=1 %: - dh $@ --with autotools-dev - -override_dh_auto_configure: - autoreconf -i -f - dh_auto_configure + dh $@ --with autotools-dev --with autoreconf