debian: use dh-autoreconf
This commit is contained in:
parent
b54b3fa3f7
commit
26d8a34638
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Marc Singer <elf@debian.org>
|
Maintainer: Marc Singer <elf@debian.org>
|
||||||
Build-Depends: debhelper (>= 9), autotools-dev, binutils,
|
Build-Depends: debhelper (>= 9), autotools-dev, binutils,
|
||||||
libssl-dev, libpam0g-dev, zlib1g-dev
|
libssl-dev, libpam0g-dev, zlib1g-dev, dh-autoreconf
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://shellinabox.com
|
Homepage: http://shellinabox.com
|
||||||
Vcs-Git: https://github.com/shellinabox/shellinabox/
|
Vcs-Git: https://github.com/shellinabox/shellinabox/
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -10,7 +10,7 @@
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with autotools-dev
|
dh $@ --with autotools-dev,autoreconf
|
||||||
|
|
||||||
# elf-2012.04.10: Since Debian manages package dependencies we can
|
# elf-2012.04.10: Since Debian manages package dependencies we can
|
||||||
# force linkage of ssl s.t. the dependency is properly kept
|
# force linkage of ssl s.t. the dependency is properly kept
|
||||||
|
|
Loading…
Reference in a new issue