diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a23d579..6aa0077 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ gnumach (2:1.3.99.dfsg.cvs20080708-2) UNRELEASED; urgency=low [ Guillem Jover ] * Switch to debhelper compatibility level 7. * Use dh_prep instead of “dh_clean -k”. + * Remove XC- prefix from Package-Type field. -- Guillem Jover <guillem@debian.org> Tue, 08 Jul 2008 16:54:06 +0300 diff --git a/debian/control b/debian/control index 31f2cb9..ac8ee40 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Description: The GNU version of the Mach microkernel This is the Utah Mach microkernel used by the Hurd. Package: gnumach-udeb -XC-Package-Type: udeb +Package-Type: udeb Section: debian-installer Priority: optional Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 |