1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-01 17:14:15 -04:00

Install the Debian changelog; install the binary in /usr/games

The file debian/changelog was omitted by accident.  Games are to be
installed in /usr/games, per Debian policy.
This commit is contained in:
John Zaitseff 2011-07-29 13:32:29 +10:00
parent 5e398760c3
commit 05e0397982

3
debian/rules vendored
View File

@ -27,7 +27,7 @@ include /usr/share/quilt/quilt.make
build: $(STAMP_BUILD)
$(STAMP_BUILD): patch
dh_testdir
dh_auto_configure
dh_auto_configure -- --prefix=/usr --bindir=/usr/games
dh_auto_build -- CFLAGS="$(CFLAGS)"
touch $(STAMP_BUILD)
@ -50,6 +50,7 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installman
dh_strip