[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 5/8] 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, 0 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 48beb61..7289616 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,7 +70,6 @@ hurd (20100802-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
 
-- 
1.7.1


Reply to: