From 3a339baf16ed6805c617dceca0e77c09c710fcad Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Fri, 23 May 2003 21:08:22 +0000 Subject: [PATCH] Changed dependency on libdebconf to libdebconfclient r3196 --- Makefile | 2 +- debian/changelog | 2 ++ debian/control | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d97d2874..fd046dc7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifndef TARGETS TARGETS=netcfg-dhcp netcfg-static endif -LDOPTS=-ldebconf -ldebian-installer +LDOPTS=-ldebconfclient -ldebian-installer PREFIX=$(DESTDIR)/usr/ CFLAGS=-Wall -Os diff --git a/debian/changelog b/debian/changelog index 332f8fe1..e227a13e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ netcfg (0.24) UNRELEASED; urgency=low - Update de.po * Christian Perrier - Update fr.po + * Alastair McKinstry + - Replace libdebconf depends with libdebconfclient. Closes: #194438. -- Thorsten Sauter Mon, 19 May 2003 22:20:12 +0200 diff --git a/debian/control b/debian/control index aad49e76..ee6bff53 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: debian-installer Priority: standard Maintainer: Debian Install System Team Uploaders: David Kimdon , Tollef Fog Heen , Matt Kraai -Build-Depends: debhelper (>= 4.1.13), dpkg-dev (>= 1.9.0), libcdebconf-dev, libdebian-installer3-dev, po-debconf (>= 0.5.0) +Build-Depends: debhelper (>= 4.1.13), dpkg-dev (>= 1.9.0), libdebconfclient-dev, libdebian-installer3-dev, po-debconf (>= 0.5.0) Standards-Version: 3.1.1 Package: netcfg-dhcp