From 1aab599326921ebdbf18c565eb2072207fbf96f5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 26 Sep 2009 23:38:15 +0000 Subject: debian/control: Add Provides: hurd to the hurd-udeb package, to meet dependencies. debian/rules: Add --add-udeb="hurd-udeb" option to dh_makeshlibs invocation for the hurd package, to fix udeb dependency generation. --- debian/changelog | 4 ++++ debian/control | 1 + debian/rules | 1 + 3 files changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 210dd213..64540dee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ hurd (20090404-2) unreleased; urgency=low * debian/rules: Set CC to gcc-4.3 instead of gcc-4.2. * debian/control: Build-Depend on gcc-4.3 instead of gcc-4.2. (Closes: Bug#533782) + * debian/control: Add Provides: hurd to the hurd-udeb package, to meet + dependencies. + * debian/rules: Add --add-udeb="hurd-udeb" option to dh_makeshlibs + invocation for the hurd package, to fix udeb dependency generation. -- Samuel Thibault Sun, 23 Aug 2009 19:35:58 +0200 diff --git a/debian/control b/debian/control index bfa8a398..3fb0b5e8 100644 --- a/debian/control +++ b/debian/control @@ -59,6 +59,7 @@ XC-Package-Type: udeb Priority: optional Section: debian-installer Architecture: hurd-i386 +Provides: hurd Description: The GNU Hurd - udeb This is the GNU Hurd udeb package. It contains essential system software and libraries. diff --git a/debian/rules b/debian/rules index 4fb516ab..5ed714af 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,7 @@ DEB_CONFIGURE_USER_FLAGS := --disable-profile --enable-static-progs='ext2fs,ufs, DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var DEB_DH_STRIP_ARGS := --dbg-package=hurd DEB_INSTALL_CHANGELOGS_ALL := $(CURDIR)/debian/ChangeLog +DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb" build/hurd:: cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi -- cgit v1.2.3