summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2004-09-09 18:02:08 +0000
committerGuillem Jover <guillem@debian.org>2004-09-09 18:02:08 +0000
commitb75f344204a58d2eec537e843c0f613966ac1a37 (patch)
tree00f632b46511a5aa99a452c51154aa63dfd7d293 /debian/control
Initial import.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..98460285
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: hurd
+Section: base
+Priority: required
+Maintainer: GNU Hurd Maintainers <bug-hurd@gnu.org>
+Standards-Version: 3.6.1.0
+Build-Depends: mig (>= 1.3-2), texinfo, libncursesw5-dev, cdbs, debhelper
+Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>
+
+Package: hurd
+Priority: required
+Section: base
+Essential: yes
+Depends: sysv-rc, ${shlibs:Depends}
+Provides: makedev, login, fakeroot
+Replaces: makedev, login, fakeroot
+Conflicts: makedev, login, fakeroot
+Architecture: hurd-i386
+Description: The GNU Hurd
+ This is the GNU Hurd package. It contains essential system software and
+ libraries.
+
+Package: hurd-dev
+Priority: standard
+Section: libdevel
+Architecture: hurd-i386
+Depends: hurd
+Description: The GNU Hurd (development files)
+ This package includes the header files and the static libraries.