mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
c2ef691293
The upstream package requires GNU Gettext 0.19.8 or newer, but older releases of Debian and Ubuntu still have Gettext 0.19.3 or 0.19.7.
11 lines
252 B
Makefile
Executable File
11 lines
252 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# debian/rules: Create the Debian package for Star Traders
|
|
# Copyright (C) 2011-17, John Zaitseff
|
|
|
|
%:
|
|
env AUTOPOINT=true dh $@ --with autoreconf
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --prefix=/usr --bindir=/usr/games
|