dependencies
authorKeith Packard <keithp@keithp.com>
Sat, 14 Dec 2013 20:17:06 +0000 (12:17 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Dec 2013 20:58:11 +0000 (12:58 -0800)
debian/control
debian/rules

index 34c132431ce85d82e3f9effbb76f9ab068864339..5c96c0b39dbc463ae7afef23ac08e5766108c178 100644 (file)
@@ -2,7 +2,9 @@ Source: stlink
 Section: devel
 Priority: optional
 Maintainer: Keith Packard <keithp@keithp.com>
-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
index e2ef0ebf19f7a059abe53ffa502a53702e94e779..f908475da3d37f6f0e86ef3adc758c2cfaed27e7 100755 (executable)
@@ -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