From 6d8245015a995eded71d09ae36f29e6be2839999 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 14 Dec 2013 12:17:06 -0800 Subject: [PATCH] dependencies --- debian/control | 4 +++- debian/rules | 6 +----- 2 files changed, 4 insertions(+), 6 deletions(-) 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 -- 2.30.2