Skip to content

Commit 27df505

Browse files
committed
add dh autoreconf
1 parent 53d5910 commit 27df505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: tslib
22
Section: embedded
33
Priority: optional
44
Maintainer: Martin Kepplinger <martink@posteo.de>
5-
Build-Depends: debhelper (>= 9), automake | automaken, autoconf, libtool
5+
Build-Depends: debhelper (>= 9), automake | automaken, autoconf, libtool, dh-autoreconf
66
Standards-Version: 3.9.6
77
Homepage: https://github.com/kergoth/tslib
88
Vcs-Git: https://github.com/kergoth/tslib.git -b release/1.3

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
#export DH_OPTIONS=-v
1414

1515
%:
16-
dh $@
16+
dh $@ --with autoreconf
1717

1818
override_dh_auto_configure:
1919
dh_auto_configure -- --prefix=/usr --with-plugindir=/usr/lib/$(DEB_HOST_MULTIARCH)/ts0 \

0 commit comments

Comments
 (0)