From: spiro Date: Sun, 15 Jan 2012 13:25:31 +0000 (+0000) Subject: Make cc65-doc depend on the right version of cc65 X-Git-Tag: V2.13.3~63 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ececd5f10f6aef617c6a4b6de3282ca0d4a8e8f7;p=cc65 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 --- diff --git a/packages/debian/control b/packages/debian/control index 0dfb4307b..5527571fb 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -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.