diff options
author | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-08-16 16:00:43 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-21 00:51:42 +0200 |
commit | 1c59956cf90a8b855b09c02cd6a5d6c96b106bf5 (patch) | |
tree | 9ae8ac7fb805708556feb724a5f7bf99d3dfc70d | |
parent | 11ec9bbc03803368446db6c195618fe3f8f84256 (diff) |
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.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 0 insertions, 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 |