1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Move to debhelper 10: dh_autoreconf is now called automatically

This commit is contained in:
John Zaitseff 2018-08-23 12:38:17 +10:00
parent 895423edc1
commit e2604f64b4
3 changed files with 4 additions and 4 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: trader
Section: games
Priority: optional
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au>
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

4
debian/rules vendored
View File

@ -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