diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-11-02 14:52:24 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-11-02 14:52:24 +0000 |
commit | 962711bcd4faa69e0c35d397db57c08b3a872a98 (patch) | |
tree | 2108ca33266b7028b3446d2147d1c206fb65a0c4 | |
parent | 3c35696a07c25213f1d1aa78a78b15b3003e24dc (diff) | |
download | installation-guide-962711bcd4faa69e0c35d397db57c08b3a872a98.zip |
Add installation-guide-kfreebsd-{i386,amd64} packages.
-rw-r--r-- | debian/archlist | 2 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 18 |
3 files changed, 21 insertions, 0 deletions
diff --git a/debian/archlist b/debian/archlist index ce0d833c7..2bcf888b4 100644 --- a/debian/archlist +++ b/debian/archlist @@ -13,3 +13,5 @@ mipsel Mipsel powerpc PowerPC s390 S/390 sparc Sparc +kfreebsd-i386 kFreeBSD Intel x86 +kfreebsd-amd64 kFreeBSD AMD64 diff --git a/debian/changelog b/debian/changelog index 71b6a8645..f68750da6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,7 @@ installation-guide (2010xxxx) UNRELEASED; urgency=low * Fix graphical boot options. * Move user setup to before clock setup. * Document dpkg-reconfigure keyboard-configuration instead of kbd-config. + * Add installation-guide-kfreebsd-{i386,amd64} packages. [ Joey Hess ] * Update USB stick documentation to reflect isohybird mini.iso files, diff --git a/debian/control b/debian/control index 0b06a4612..687a79426 100644 --- a/debian/control +++ b/debian/control @@ -97,6 +97,24 @@ Description: Debian installation guide for ia64 . A shorter reference, the installation HOWTO, is included in an appendix. +Package: installation-guide-kfreebsd-amd64 +Architecture: all +Conflicts: installation-guide +Description: Debian installation guide for kFreeBSD amd64 + This package contains the Debian installation guide for the kFreeBSD kernel + running on the AMD64 architecture, in a variety of languages. + . + A shorter reference, the installation HOWTO, is included in an appendix. + +Package: installation-guide-kfreebsd-i386 +Architecture: all +Conflicts: installation-guide +Description: Debian installation guide for kFreeBSD i386 + This package contains the Debian installation guide for the kFreeBSD kernel + running on the Intel x86 architecture, in a variety of languages. + . + A shorter reference, the installation HOWTO, is included in an appendix. + Package: installation-guide-mips Architecture: all Conflicts: installation-guide |