summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-10-20 17:58:00 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-20 17:58:00 +0200
commit832fbcbbae93c0834ef584e9b843176165c1ade1 (patch)
tree4098f1f5f0e2b0e06e9a7cdf7d74361d89074fac
parenta1a95e7cf16094972bf03bc449eb81a36338a31a (diff)
autoreconf
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index ea3bf6b..13a1d01 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: electronics
Priority: extra
Maintainer: Margarita Manterola <marga@debian.org>
Uploaders: Roland Stigge <stigge@antcom.de>
-Build-Depends: libx11-dev, libxpm-dev, libxt-dev, x11proto-core-dev, m4, debhelper (>= 9), tcl-dev (>= 8.6.0+6), tk-dev (>= 8.6.0+6), autotools-dev, dpkg-dev (>= 1.16.0), chrpath
+Build-Depends: libx11-dev, libxpm-dev, libxt-dev, x11proto-core-dev, m4, debhelper (>= 9), tcl-dev (>= 8.6.0+6), tk-dev (>= 8.6.0+6), autotools-dev, dpkg-dev (>= 1.16.0), chrpath, dh-autoreconf
Standards-Version: 3.9.6
Homepage: http://opencircuitdesign.com/xcircuit/
diff --git a/debian/rules b/debian/rules
index e69f51b..92e77c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
cp -f /usr/share/misc/config.sub config.sub