The following commit has been merged in the master branch:
commit 3e5745ad74558004064aed30e9dc25cfd616f71c
Author: Jeremie Koenig <[email protected]>
Date: Mon Aug 16 16:00:43 2010 +0200
debian/rules: remove the part store hack
The user-space part stores are now included in the build system and this
hack
is no longer necessary to enable them.
diff --git a/debian/changelog b/debian/changelog
index a5b228c..a4d77e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,7 +72,6 @@ hurd (20100821-1) UNRELEASED; urgency=low
[ Jeremie Koenig ]
* debian/control: Build-Depend on libparted-dev.
- * debian/rules: Enable parted stores, in a hackish way for now.
* debian/local/partman/commit.d/40hurd_reload-partitions: New file for
hurd-udeb, make partman restart the partition translators after the
partition table has been changed.
diff --git a/debian/rules b/debian/rules
index 0a90663..73a2bb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,10 +30,6 @@ DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR)
sysconfdir=$(DEB_DESTDIR
DEB_DH_STRIP_ARGS := --dbg-package=hurd-dbg
DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb"
-# Enable part store support (not yet in configure.in)
-HAVE_PARTED = yes
-export HAVE_PARTED
-
build/hurd::
cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi
--
Debian GNU Hurd packaging