[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

netcfg patch (libdebian-installer4 update)



Hi,

recompiling with the new lib works but someone could complete the
transition. There are 3 deprecated functions used:

netcfg.c:408: warning: `di_prebaseconfig_append' is deprecated (declared at /usr/include/debian-installer/system/prebaseconfig.h:29)

netcfg-dhcp.c:104: warning: `di_execlog' is deprecated (declared at /usr/include/debian-installer/exec.h:108)

netcfg-static.c:130: warning: `di_prebaseconfig_append' is deprecated (declared at /usr/include/debian-installer/system/prebaseconfig.h:29)

MfG
        Goswin

Index: debian/control
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/netcfg/debian/control,v
retrieving revision 1.30
diff -u -p -r1.30 control
--- debian/control	28 Sep 2003 13:22:42 -0000	1.30
+++ debian/control	5 Oct 2003 15:49:04 -0000
@@ -3,7 +3,7 @@ Section: debian-installer
 Priority: optional
 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
 Uploaders: David Kimdon <dwhedon@debian.org>, Tollef Fog Heen <tfheen@debian.org>, Matt Kraai <kraai@debian.org>
-Build-Depends: debhelper (>= 4.1.13), dpkg-dev (>= 1.9.0), libdebconfclient-dev, libdebian-installer3-dev, po-debconf (>= 0.5.0)
+Build-Depends: debhelper (>= 4.1.13), dpkg-dev (>= 1.9.0), libdebconfclient-dev, libdebian-installer4-dev, po-debconf (>= 0.5.0)
 Standards-Version: 3.6.0
 
 Package: netcfg-dhcp



Reply to: