diff options
| -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 |
