[Pkg-ofed-commits] [libibcm] 01/10: Run autoreconf on build

Benjamin Drung bdrung at moszumanska.debian.org
Fri Aug 19 14:18:04 UTC 2016


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

bdrung pushed a commit to branch master
in repository libibcm.

commit 6a6826597ff801158fc78ba0bb4d7a00615c5f0e
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Tue Aug 9 12:07:00 2016 +0200

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

diff --git a/debian/control b/debian/control
index ef09402..796c0b2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libibcm
 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), autotools-dev, libibverbs-dev (>=1.1.2)
+Build-Depends: debhelper (>= 9), dh-autoreconf, libibverbs-dev (>=1.1.2)
 Standards-Version: 3.9.5
 Section: libs
 Vcs-Git: git://anonscm.debian.org/pkg-ofed/libibcm.git
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/libibcm.git



More information about the Pkg-ofed-commits mailing list