Package: z88dk Version: 1.6.ds1-1 Severity: minor Tags: patch Hi,
The package description has an incorrectly formatted bulleted list. Please find attached a patch. As I don't know how yada works, I've just patched the debian/packages file, which seems to be the source. (I've also fixed a typo in the previous paragraph in the description). regards, guillem
diff -Naur z88dk-1.6.ds1.orig/debian/packages z88dk-1.6.ds1/debian/packages --- z88dk-1.6.ds1.orig/debian/packages 2006-10-29 12:09:38.000000000 +0200 +++ z88dk-1.6.ds1/debian/packages 2006-10-29 12:34:58.000000000 +0200 @@ -120,17 +120,17 @@ Cambridge Computers z88, Sinclair ZX Spectrum, Sinclair ZX81, CP/M based machines, Amstrad NC100, VZ200/300, Sharp MZ series, TI calculators (TI82, TI83, TI83+, TI85, TI86), ABC80, Jupiter Ace, Xircom REX 6000, Peters - Sprinter, Sam Coupe, MSX1,Spectravideo, Mattel Aquarius, Peters Sprinter, + Sprinter, Sam Coupe, MSX1, Spectravideo, Mattel Aquarius, Peters Sprinter, and C128 (in z80 mode) machines. . Features: - + Small C+ based compiler with structs, floats and other ANSI extensions - + Module assembler/linker which only includes required library routines - + Peephole optimizer with rulesets that reduce the size of generated code - by ~30% and improve speed - + Easily retargetted C library including stdio routines - + Retargettable VT100 terminal - + Support for over a 25 z80 based machines (see below for details) + * Small C+ based compiler with structs, floats and other ANSI extensions + * Module assembler/linker which only includes required library routines + * Peephole optimizer with rulesets that reduce the size of generated code + by ~30% and improve speed + * Easily retargetted C library including stdio routines + * Retargettable VT100 terminal + * Support for over a 25 z80 based machines (see below for details) Install: bash export Z80_OZFILES=$(pwd)/lib/ export ZCCCFG=$(pwd)/lib/config/

