[Pkg-ofed-commits] r328 - branches/ofed-1.4.1upgrade/libibcommon/trunk/debian
Guy Coates
gmpc-guest at alioth.debian.org
Sat May 30 08:00:37 UTC 2009
Author: gmpc-guest
Date: 2009-05-30 20:00:37 +0000 (Sat, 30 May 2009)
New Revision: 328
Modified:
branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/control
branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules
Log:
run automake/libtool during config
Modified: branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/control
===================================================================
--- branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/control 2009-05-30 19:38:05 UTC (rev 327)
+++ branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/control 2009-05-30 20:00:37 UTC (rev 328)
@@ -2,7 +2,7 @@
Section: net
Priority: extra
Maintainer: Guy Coates <gmpc at sanger.ac.uk>
-Build-Depends: debhelper (>= 5), autotools-dev, automake
+Build-Depends: debhelper (>= 5), autotools-dev, automake, libtool
Homepage: http://www.openfabrics.org/
Standards-Version: 3.8.0
Modified: branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules
===================================================================
--- branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules 2009-05-30 19:38:05 UTC (rev 327)
+++ branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules 2009-05-30 20:00:37 UTC (rev 328)
@@ -27,6 +27,11 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
+ libtoolize --force --copy
+ aclocal
+ autoconf
+ touch NEWS README
+ automake --copy --add-missing
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" --sysconfdir=/etc
More information about the Pkg-ofed-commits
mailing list