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:
cuz
2003-02-02 11:51:30 +00:00
parent 47ce743518
commit 70e920f84c
4 changed files with 46 additions and 6 deletions

View File

@@ -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.