Source: cbios Version: 0.29a-1 Severity: normal Tags: patch Control: block 1086152 by -1
Dear Maintainer, Per the #1086152 RM, stx2any should be removed. cbios is one of the two packages that build-depend on stx2any. Please see patch below that replaces stx2any manual in debian/ with a mdoc(7) manual ‒ I've taken the liberty to also make it more standard and mdoc--Tlint-clean, while preserving the existing text. Best, -- System Information: Debian Release: 12.8 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.1.0-27-amd64 (SMP w/24 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff --git a/debian/cbios.7 b/debian/cbios.7 new file mode 100644 index 0000000..a9f1775 --- /dev/null +++ b/debian/cbios.7 @@ -0,0 +1,48 @@ +.Dd February 2, 2011 +.Dt C-BIOS 7 +.Os +. +.Sh NAME +.Nm C-BIOS +.Nd provides open source BIOS ROM files for MSX computers +.Sh DESCRIPTION +This manual page documents briefly the C-BIOS rom files. +.Pp +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.Pp +C-BIOS is an open source BIOS for MSX computers. +C-BIOS can be shipped with MSX emulators so they are usable out-of-the-box. +.Pp +Details about the BIOS calls available in the ROM files can be found at +.Lk http://map.tni.nl/ +but keep in mind the C-BIOS is work in progress and does not support all BIOS calls yet. +.Pp +C-BIOS comes in three versions currently. +.Pa C-BIOS_MSX1 +is compatible with MSX1 machines, +.Pa C-BIOS_MSX2 +is compatible with MSX2 machines and +.Pa C-BIOS_MSX2+ +is compatible with MSX2+ machines. +.Pp +Each version comes in three localisation variants, an international, Japanse (JP) and Brazilian (BR) one. +. +.Sh SEE ALSO +.Xr openmsx 1 , +.Xr openmsx-catapult 1 , +.Xr pasmo 1 +. +.Sh AUTHORS +This manual page was written by +.An Joost Yervante Damad +for +the Debian system (but may be used by others). +Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 or any +later version published by the Free Software Foundation. +.Pp +On Debian systems, the complete text of the GNU General Public +License can be found in +.Pa /usr/share/common-licenses/GPL . diff --git a/debian/cbios.txt b/debian/cbios.txt deleted file mode 100644 index 0da64e2..0000000 --- a/debian/cbios.txt +++ /dev/null @@ -1,35 +0,0 @@ -w_title(C-BIOS)dnl -w_doc_id(CBIOS)dnl -w_section(7)dnl -w_author(Joost Yervante Damad)dnl -w_man_desc(provides open source BIOS ROM files for MSX computers) - -! DESCRIPTION - -This manual page documents briefly the C-BIOS rom files. - -This manual page was written for the Debian distribution -because the original program does not have a manual page. - -C-BIOS is an open source BIOS for MSX computers. C-BIOS can be shipped with MSX emulators so they are usable out-of-the-box. - -Details about the BIOS calls available in the ROM files can be found at http://map.tni.nl/ but keep in mind the C-BIOS is work in progress and does not support all BIOS calls yet. - -C-BIOS comes in three versions currently. C-BIOS_MSX1 is compatible with MSX1 machines, C-BIOS_MSX2 is compatible with MSX2 machines and C-BIOS_MSX2+ is compatible with MSX2+ machines. - -Each version comes in three localisation variants, an international, Japanse (JP) and Brazilian (BR) one. - -! SEE ALSO - -''openmsx'' (1), ''openmsx-catapult'' (1), ''pasmo'' (1). - -! AUTHOR - -This manual page was written by w_author for -the Debian system (but may be used by others). Permission is -granted to copy, distribute and/or modify this document under -the terms of the GNU General Public License, Version 2 or any -later version published by the Free Software Foundation. - -On Debian systems, the complete text of the GNU General Public -License can be found in /usr/share/common-licenses/GPL. diff --git a/debian/control b/debian/control index e5068ea..e77b972 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Bas Wijnen <[email protected]> Build-Depends: debhelper (>= 10) -Build-Depends-Indep: pasmo, stx2any +Build-Depends-Indep: pasmo Standards-Version: 4.6.2 Homepage: http://cbios.sf.net diff --git a/debian/rules b/debian/rules index d376c9b..372bd69 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,4 @@ dh $@ override_dh_installman: - stx2any -T man debian/cbios.txt > debian/cbios.7 dh_installman debian/cbios.7
signature.asc
Description: PGP signature

