summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-22 10:45:04 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-22 10:45:04 +0000
commit0e4057bc0e1b9618be4c2fe761d685f4e98b8ddf (patch)
tree188b37559af8e0da2006fa4657b59286a93f234d /debian/control
parent9b92bf03fc2dca2451cccdfb2ec5702c05c50e55 (diff)
Maintain debian package info here now.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..f50f9fe3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: hurd
+Section: base
+Priority: required
+Maintainer: GNU Hurd Maintainers <bug-hurd@gnu.org>
+Standards-Version: 2.5.0.0
+
+Package: hurd
+Priority: required
+Section: base
+Essential: yes
+Depends: ${shlibs:Depends}
+Provides: makedev
+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: devel
+Architecture: hurd-i386
+Depends: hurd
+Description: The GNU Hurd (development files)
+ This package includes the header files and the static libraries.