From 1c59956cf90a8b855b09c02cd6a5d6c96b106bf5 Mon Sep 17 00:00:00 2001 From: Jeremie Koenig Date: Mon, 16 Aug 2010 16:00:43 +0200 Subject: 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. --- debian/changelog | 1 - debian/rules | 4 ---- 2 files changed, 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a5b228cd..a4d77e72 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 0a906634..73a2bb4d 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 -- cgit v1.2.3