summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2009-09-26 23:38:15 +0000
committerSamuel Thibault <sthibault@debian.org>2009-09-26 23:38:15 +0000
commit1aab599326921ebdbf18c565eb2072207fbf96f5 (patch)
tree20c444f990a7d08e022e5c8f7a8432f620b5cdc7
parentaef25692cb3b32211f442ac6c71742105bce5c9d (diff)
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.
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
3 files changed, 6 insertions, 0 deletions
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 <sthibault@debian.org> 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