summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-01 13:13:00 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-08-01 13:13:00 +0200
commiteeabbc7446c128eeeeaa0abdf37824a8aee404ac (patch)
treecc56a0f66f2c78b2168458d528208d19c54ce837 /debian/control
parente2ca8ade4ebb8f89c89cbf4635009f085edd89e6 (diff)
Fix and enable parted stores
* 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. * debian/hurd-udeb.install: Install file above.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 8b11f485..7f120cb7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org>
Standards-Version: 3.8.4
Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526),
libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs,
- debhelper (>= 4.2.0), gcc-4.3, dpkg (>= 1.15.4) | install-info
+ debhelper (>= 4.2.0), gcc-4.3, dpkg (>= 1.15.4) | install-info,
+ libparted-dev
Uploaders: Jeff Bailey <jbailey@raspberryginger.com>,
Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>,
Samuel Thibault <sthibault@debian.org>