From 13baa3a69da087b982382b108779faa8681757d7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 14 Jun 2016 13:41:34 +0200 Subject: [PATCH] with autoconf to regenerate build files. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.7.4