From 843ab469ed91b5b4caa07b02be5caa71ef8d04fd Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 15 Aug 2014 09:37:42 +0100 Subject: [PATCH] debian/: Update for later Tcl versions and policy conformance. --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 5890d6b..6b33251 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: rocl Section: games Priority: extra Maintainer: Mark Wooding -Build-Depends: tcl8.3, tcl8.3-dev +Build-Depends: tcl, tcl-dev Standards-Version: 3.1.1 Package: rocl Architecture: any -Depends: tcl8.3, tk8.3, ${shlibs:Depends} +Depends: tcl, tk | wish, ${shlibs:Depends} Description: Elite tools for the discerning player Right On Command Line is a collection of tools, written in Tcl with some C extensions, for analysing the Elite universe and editing diff --git a/debian/rules b/debian/rules index 8c1bc68..af37146 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DH_COMPAT = 4 build: rm -f build - make INCLUDES=-I/usr/include/tcl8.3 prefix=/usr + make INCLUDES=-I/usr/include/tcl prefix=/usr touch build clean: -- 2.11.0