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/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') 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