Debian changes from Michael Klein
git-svn-id: svn://svn.cc65.org/cc65/trunk@1919 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,7 +6,7 @@ Build-Depends: debhelper, sgml-tools, perl
|
||||
Standards-Version: 3.2.1
|
||||
|
||||
Package: cc65
|
||||
Suggests: cc65-apple2, cc65-atari, cc65-c128, cc65-c64, cc65-cbm510, cc65-cbm610, cc65-geos, cc65-pet, cc65-plus4
|
||||
Suggests: cc65-apple2, cc65-atari, cc65-c128, cc65-c64, cc65-cbm510, cc65-cbm610, cc65-geos, cc65-pet, cc65-plus4, cc65-c16, cc65-vic20
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Crosscompiler/Crossassembler for 6502 systems
|
||||
@@ -82,3 +82,17 @@ Description: Plus/4 specific libraries and headers for the cc65 compiler
|
||||
programs for the Commodore Plus/4 and C16/116 using the cc65
|
||||
crosscompiler.
|
||||
|
||||
Package: cc65-c16
|
||||
Architecture: all
|
||||
Depends: cc65 (= ${Source-Version})
|
||||
Description: C16/116 specific libraries and headers for the cc65 compiler
|
||||
This package contains the header files and libraries needed to write
|
||||
programs for the Commodore C16/116 using the cc65 crosscompiler.
|
||||
|
||||
Package: cc65-vic20
|
||||
Architecture: all
|
||||
Depends: cc65 (= ${Source-Version})
|
||||
Description: VIC20 specific libraries and headers for the cc65 compiler
|
||||
This package contains the header files and libraries needed to write
|
||||
programs for the Commodore VIC20 using the cc65 crosscompiler.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user