with autoconf to regenerate build files.
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 14 Jun 2016 11:41:34 +0000 (13:41 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 14 Jun 2016 11:41:34 +0000 (13:41 +0200)
debian/changelog
debian/rules

index d79fc42..9cdcc24 100644 (file)
@@ -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 <jeanfi@gmail.com>  Tue, 14 Jun 2016 13:39:20 +0200
 
index b760bee..8f990c3 100755 (executable)
@@ -10,4 +10,4 @@
 #export DH_VERBOSE=1
 
 %:
-       dh $@ 
+       dh $@ --with="autoreconf"