move from autotools-dev to dh_autoreconf
This commit is contained in:
parent
9e92097878
commit
be7c9f18eb
|
@ -1,6 +1,7 @@
|
||||||
libpsl (0.7.1-1) unstable; urgency=medium
|
libpsl (0.7.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
* switch from autotools-dev to dh_autoreconf
|
||||||
|
|
||||||
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 09 Jul 2015 10:06:59 -0400
|
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 09 Jul 2015 10:06:59 -0400
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
|
||||||
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
|
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
automake,
|
automake,
|
||||||
autotools-dev,
|
|
||||||
debhelper (>=9),
|
debhelper (>=9),
|
||||||
|
dh-autoreconf,
|
||||||
gtk-doc-tools,
|
gtk-doc-tools,
|
||||||
help2man,
|
help2man,
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
export DH_OPTIONS += --dbg-package=libpsl0-dbg
|
export DH_OPTIONS += --dbg-package=libpsl0-dbg
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with autotools-dev
|
dh $@ --with autoreconf
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue