diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-22 23:51:10 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-22 23:51:10 +0200 |
commit | fb188836835c08d19dbfec303493d52b086fe192 (patch) | |
tree | 39db46a759d2d6a409f6933fdc25b6cf588e39dd /debian | |
parent | 74a4ddc5a50cb93f15733626982731f522585506 (diff) |
* debian/control: Use Package-Type instead of XC-Package-Type.
Diffstat (limited to 'debian')
-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 a4d77e72..78b6d330 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ hurd (20100821-1) UNRELEASED; urgency=low being stripped (they wouldn't work, else). * debian/local/runsystem: Export kernel parameters into environment, like Linux does. + * debian/control: Use Package-Type instead of XC-Package-Type. [ Guillem Jover ] * Update make-new-tarball.sh to exclude git instead of CVS paths. diff --git a/debian/control b/debian/control index 9f1c9b00..8d717aa9 100644 --- a/debian/control +++ b/debian/control @@ -55,7 +55,7 @@ Description: The GNU Hurd manual This package includes the manual in info and HTML format. Package: hurd-udeb -XC-Package-Type: udeb +Package-Type: udeb Priority: optional Section: debian-installer Architecture: hurd-i386 |