Geoffroy Vallée
2007-05-18 13:34:40 UTC
Hi,
If python2.4-dev is not installed, it is not possible to create the Debian
packages. Therefore i added a build dependence with python2.4-dev. The patch
is also available in my branch (r76).
--- debian/control.in (revision 75)
+++ debian/control.in (revision 76)
@@ -2,7 +2,7 @@
Section: admin
Priority: optional
Maintainer: dann frazier <***@debian.org>
-Build-Depends: bc, bin86 [i386], bison, bzip2, cramfsprogs (>= 1.1-4), debhelper (>= 4.0.0), flex, gettext, groff-base, libdevmapper-dev, libpopt-dev, libtool, libreadline5-dev, libssl-dev, module-init-tools, rsync, tofrodos | sysutils (<= 2.0.0-1), texinfo, uuid-dev, zlib1g-dev
+Build-Depends: bc, bin86 [i386], bison, bzip2, cramfsprogs (>= 1.1-4), debhelper (>= 4.0.0), flex, gettext, groff-base, libdevmapper-dev, libpopt-dev, libtool, libreadline5-dev, libssl-dev, module-init-tools, rsync, tofrodos | sysutils (<= 2.0.0-1), texinfo, uuid-dev, zlib1g-dev, python2.4-dev
Build-Conflicts: libc-pic
Build-Depends-Indep: bc, bzip2, debhelper (>= 4.0.0), docbook-to-man, docbook-utils, jadetex, sgmltools-lite
Standards-Version: 3.7.2
If python2.4-dev is not installed, it is not possible to create the Debian
packages. Therefore i added a build dependence with python2.4-dev. The patch
is also available in my branch (r76).
--- debian/control.in (revision 75)
+++ debian/control.in (revision 76)
@@ -2,7 +2,7 @@
Section: admin
Priority: optional
Maintainer: dann frazier <***@debian.org>
-Build-Depends: bc, bin86 [i386], bison, bzip2, cramfsprogs (>= 1.1-4), debhelper (>= 4.0.0), flex, gettext, groff-base, libdevmapper-dev, libpopt-dev, libtool, libreadline5-dev, libssl-dev, module-init-tools, rsync, tofrodos | sysutils (<= 2.0.0-1), texinfo, uuid-dev, zlib1g-dev
+Build-Depends: bc, bin86 [i386], bison, bzip2, cramfsprogs (>= 1.1-4), debhelper (>= 4.0.0), flex, gettext, groff-base, libdevmapper-dev, libpopt-dev, libtool, libreadline5-dev, libssl-dev, module-init-tools, rsync, tofrodos | sysutils (<= 2.0.0-1), texinfo, uuid-dev, zlib1g-dev, python2.4-dev
Build-Conflicts: libc-pic
Build-Depends-Indep: bc, bzip2, debhelper (>= 4.0.0), docbook-to-man, docbook-utils, jadetex, sgmltools-lite
Standards-Version: 3.7.2
--
Geoffroy
Geoffroy