mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -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:
parent
5e398760c3
commit
05e0397982
3
debian/rules
vendored
3
debian/rules
vendored
@ -27,7 +27,7 @@ include /usr/share/quilt/quilt.make
|
|||||||
build: $(STAMP_BUILD)
|
build: $(STAMP_BUILD)
|
||||||
$(STAMP_BUILD): patch
|
$(STAMP_BUILD): patch
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_auto_configure
|
dh_auto_configure -- --prefix=/usr --bindir=/usr/games
|
||||||
dh_auto_build -- CFLAGS="$(CFLAGS)"
|
dh_auto_build -- CFLAGS="$(CFLAGS)"
|
||||||
touch $(STAMP_BUILD)
|
touch $(STAMP_BUILD)
|
||||||
|
|
||||||
@ -50,6 +50,7 @@ binary-indep: build install
|
|||||||
binary-arch: build install
|
binary-arch: build install
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
|
dh_installchangelogs
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installman
|
dh_installman
|
||||||
dh_strip
|
dh_strip
|
||||||
|
Loading…
Reference in New Issue
Block a user