diff options
| author | Guillem Jover <guillem@debian.org> | 2008-04-12 03:48:38 +0000 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2008-04-12 03:48:38 +0000 |
| commit | 691e173a361e121ab678224cfbff2a54e1165c56 (patch) | |
| tree | e5982e51ee70a15cf6f667a300562e5c26e1d59e /debian | |
| parent | a5553f415873868971054ee79845ee59985a7bfe (diff) | |
Move packages from base Section to admin
Diffstat (limited to 'debian')
| -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 225c39c8..b593f3a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ hurd (20071119-2) UNRELEASED; urgency=low * debian/changelog: Fix Neal's mail address in ancient entry. * debian/control: Line-wrap Build-Depends and Uploaders fields. * debian/control: Now using Standards-Version 3.7.3 (no changes needed). + * debian/control: Move packages from base Section to admin. [ Samuel Thibault] * debian/patches/mmx.patch: New patch to align the stack of created diff --git a/debian/control b/debian/control index 4d75ac74..23043ae3 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: hurd -Section: base +Section: admin Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.7.3 @@ -12,7 +12,7 @@ Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Package: hurd Priority: required -Section: base +Section: admin Essential: yes Depends: gnumach (>= 2:1.3.99.dfsg.cvs20070526-1), sysv-rc, ${shlibs:Depends} Suggests: hurd-doc |
