aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-05-21 10:59:11 +0200
committerOliver Smith <osmith@sysmocom.de>2019-05-21 11:56:59 +0200
commit068153c39e698e55ad11a3974deae364d5196fad (patch)
tree4f6913aa8f87b5caafbb6e85e48e27be12c7b4eb /debian
parent5c1ac995dbf828fd18b774d3a48902c71ad409a9 (diff)
debian: fix empty debian package
Replace '--with autotools_dev' with '--with autoreconf' in debian/rules, so a ./configure file gets generated from configure.ac, and the debian package scripts don't generate an empty package. I did not notice this earlier, because when building the package locally with dpkg-buildpackage, it was not empty. (That is probably, because my local dir already had the configure script generated.) Related: OS#3899 Change-Id: I483136cd28395ae8fc2c112cf659ee83255afe87
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 272596d..c79bbe8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
#export DH_VERBOSE = 1
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf