diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 0374908..dae5192 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: trader Section: games Priority: optional Maintainer: John Zaitseff -Build-Depends: debhelper (>= 9), dh-autoreconf, automake, autopoint, pkg-config, libncursesw5-dev, gettext (>= 0.19.3), gperf +Build-Depends: debhelper (>= 10), automake, autopoint, pkg-config, libncursesw5-dev, gettext (>= 0.19.3), gperf Standards-Version: 4.1.0 Homepage: http://www.zap.org.au/software/trader/ Vcs-Git: git://git.zap.org.au/data/git/trader.git -b with-debian diff --git a/debian/rules b/debian/rules index d5a5baa..fc522df 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,10 @@ #!/usr/bin/make -f # debian/rules: Create the Debian package for Star Traders -# Copyright (C) 2011-17, John Zaitseff +# Copyright (C) 2011-18, John Zaitseff %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --bindir=/usr/games