diff options
Diffstat (limited to 'debian')
-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 |