[Pkg-ofed-commits] [perftest] 09/12: Run autoreconf on build

Benjamin Drung bdrung at moszumanska.debian.org
Mon Aug 22 09:17:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository perftest.

commit 95bd904698547f267477bfc4db873238166d8b6a
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Mon Aug 22 10:57:00 2016 +0200

    Run autoreconf on build
    
    To avoid having outdated autotools files, run autoreconf while building
    the package.
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b379a02..e37da6d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: extra
 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.alioth.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                libibumad-dev,
                libibverbs-dev (>= 1.1.2),
                librdmacm-dev (>= 1.0.8)
diff --git a/debian/rules b/debian/rules
index b8796e6..baa138d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 
 %:
-	dh $@
+	dh $@ --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/perftest.git



More information about the Pkg-ofed-commits mailing list