From: Jean-Philippe Orsini Date: Tue, 14 Jun 2016 11:41:34 +0000 (+0200) Subject: with autoconf to regenerate build files. X-Git-Tag: debian/1.3.3-1ppaxenial1~1 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats-pkg-ubuntu.git;a=commitdiff_plain;h=13baa3a69da087b982382b108779faa8681757d7 with autoconf to regenerate build files. --- diff --git a/debian/changelog b/debian/changelog index d79fc42..9cdcc24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ppastats (1.3.3-1ppaxenial1) xenial; urgency=medium * New build for Ubuntu xenial. + * debian/rules: + + with autoconf to regenerate build files. -- Jean-Philippe Orsini Tue, 14 Jun 2016 13:39:20 +0200 diff --git a/debian/rules b/debian/rules index b760bee..8f990c3 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with="autoreconf"