0
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-06-30 22:19:26 -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 Section: games
Priority: optional Priority: optional
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au> 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 Standards-Version: 4.1.0
Homepage: http://www.zap.org.au/software/trader/ Homepage: http://www.zap.org.au/software/trader/
Vcs-Git: git://git.zap.org.au/data/git/trader.git -b with-debian 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 #!/usr/bin/make -f
# debian/rules: Create the Debian package for Star Traders # 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: override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --bindir=/usr/games dh_auto_configure -- --prefix=/usr --bindir=/usr/games