diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..9bdfb88e --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +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: ${hurd:Depends} +Provides: makedev, login +Replaces: makedev, login +Conflicts: makedev, login +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. |