mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
Steffen Grunewald changes to allow Debian packages to be built from CVS
This commit is contained in:
parent
9689fe6199
commit
1eda5611dd
@ -3,7 +3,7 @@ Section: utils
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Petter Reinholdtsen <pere@debian.org>
|
Maintainer: Petter Reinholdtsen <pere@debian.org>
|
||||||
Uploaders: Duncan Laurie <duncan@iceblink.org>
|
Uploaders: Duncan Laurie <duncan@iceblink.org>
|
||||||
Build-Depends: debhelper (>> 4.0.0), libreadline5-dev | libreadline-dev, libssl-dev
|
Build-Depends: debhelper (>> 4.0.0), libreadline5-dev | libreadline-dev, libssl-dev, autoconf, automake1.9 | automake, autotools-dev, libtool
|
||||||
Standards-Version: 3.6.2.1
|
Standards-Version: 3.6.2.1
|
||||||
|
|
||||||
Package: ipmitool
|
Package: ipmitool
|
||||||
|
@ -18,6 +18,9 @@ endif
|
|||||||
configure: configure-stamp
|
configure: configure-stamp
|
||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--with-kerneldir \
|
--with-kerneldir \
|
||||||
--mandir=/usr/share/man
|
--mandir=/usr/share/man
|
||||||
|
Loading…
x
Reference in New Issue
Block a user