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