summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-11-14 12:39:32 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-11-14 12:39:32 +0100
commit3558c6edf0a4dd3ed317e0013bad31b4c14f7419 (patch)
tree8de549d456da9121cf5e9e10c5beac8046ff62f4 /debian/control
parente8a02a84488a44e60751b38488b71cf82e156216 (diff)
Move User/Kernel limit to 2GiB
* debian/patches/60_bigmem.patch: Add patch to support almost up to 2GiB memory. * debian/control: Make gnumach packages break glibc versions before the one which can cope with > 1GiB memory support.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index d5ad6c3..99c94fa 100644
--- a/debian/control
+++ b/debian/control
@@ -14,12 +14,14 @@ Standards-Version: 3.9.1
Package: gnumach
Architecture: any-i386
Depends: ${misc:Depends}, gnumach-common
+Breaks: libc0.3 (<< 2.10.1-3)
Description: The GNU version of the Mach microkernel
This is the Utah Mach microkernel used by the Hurd.
Package: gnumach-xen
Architecture: any-i386
Depends: ${misc:Depends}, gnumach-common
+Breaks: libc0.3 (<< 2.10.1-3)
Description: The GNU version of the Mach microkernel for Xen
This is the Utah Mach microkernel used by the Hurd.
.