1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

Make cc65-doc depend on the right version of cc65

The dependency of cc65-doc was on cc65 (>= 2.13.2-1, which was too
generic. Fixed to depend on the same version.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5402 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
spiro 2012-01-15 13:25:31 +00:00
parent 1b40f35a61
commit ececd5f10f

View File

@ -18,7 +18,7 @@ Description: Crosscompiler/Crossassembler for 6502 systems
Package: cc65-doc
Architecture: all
Depends: cc65 (>= 2.13.2-1)
Depends: cc65 (= ${Source-Version})
Description: Documentation for the cc65 C compiler
This package contains the documentation for the cc65 C compiler, in HTML
and info format.