Code

debian/rules: Use tcl-dev instead of tcl to determine the TCL version.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Jun 2008 12:26:40 +0000 (14:26 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Jun 2008 12:26:40 +0000 (14:26 +0200)
commit2270ab20ccb1ebb5c8da912c73e988cea0c65be3
tree46e040770ef919ff31fa0f799f78577b0057aa7d
parent0fc1efa20a7d011c2c9159d5cca4b5f5ddafc0b7
debian/rules: Use tcl-dev instead of tcl to determine the TCL version.

This way, we don't depend on tcl-dev having a dependency on tcl for this to
work.

Also, the regex used to determine the version from the "dpkg -s" output has
been hardened by checking for word boundaries.
debian/rules