diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 97dcd1b..6671f14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ gnumach (2:1.3.99.dfsg.cvs20070809-2) UNRELEASED; urgency=low * Now using Standards-Version 3.8.0. * Refresh patches with -pab. * Remove DPATCHLEVEL variable from patches. + * Change source and binary packages from Section base to admin. -- Guillem Jover <guillem@debian.org> Thu, 09 Aug 2007 01:45:22 +0300 diff --git a/debian/control b/debian/control index bb5626f..18341ab 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: gnumach -Section: base +Section: admin Priority: optional Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Uploaders: Marcus Brinkmann <brinkmd@debian.org>, @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 5), quilt (>= 0.40), mig, sharutils Standards-Version: 3.8.0 Package: gnumach -Section: base +Section: admin Priority: optional Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 Description: The GNU version of the Mach microkernel |