To build Debian packages from the CVS, I had to slightly modify two files,
to allow for the bootstrapping script to be run (also within a pbuilder
environment). Here's the diff:


Index: debian/control
===================================================================
RCS file: /cvsroot/ipmitool/ipmitool/debian/control,v
retrieving revision 1.6
diff -u -r1.6 control
--- debian/control      19 Mar 2006 23:01:48 -0000      1.6
+++ debian/control      19 Jun 2008 10:56:41 -0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]>
 Uploaders: Duncan Laurie <[EMAIL PROTECTED]>
-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

 Package: ipmitool
Index: debian/rules
===================================================================
RCS file: /cvsroot/ipmitool/ipmitool/debian/rules,v
retrieving revision 1.6
diff -u -r1.6 rules
--- debian/rules        19 Mar 2006 23:01:48 -0000      1.6
+++ debian/rules        19 Jun 2008 10:56:41 -0000
@@ -18,6 +18,9 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
+
+       ./bootstrap
+
        ./configure --prefix=/usr \
                    --with-kerneldir \
                    --mandir=/usr/share/man


Successfully tested with Debian Etch, both i386 and amd64.

Ah, and debian/changelog needs a version bump of course :)

Cheers,
 Steffen

-- 
Steffen Grunewald * MPI Grav.Phys.(AEI) * Am Mühlenberg 1, D-14476 Potsdam
Cluster Admin * http://pandora.aei.mpg.de/merlin/ * http://www.aei.mpg.de/
* e-mail: steffen.grunewald(*)aei.mpg.de * +49-331-567-{fon:7233,fax:7298}
No Word/PPT mails - http://www.gnu.org/philosophy/no-word-attachments.html

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to