mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Move to debhelper 10: dh_autoreconf is now called automatically
This commit is contained in:
parent
895423edc1
commit
e2604f64b4
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
4
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user