File: rules

package info (click to toggle)
tumiki-fighters 0.2.dfsg1-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 7,080 kB
  • sloc: xml: 1,767; makefile: 28
file content (29 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f


ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
	DFLAGS = -fdebug
else
	DFLAGS = -frelease
endif


%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- DFLAGS="$(DFLAGS)"



get-orig-source:
	dh_testdir
	dh_testroot
	wget http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf0_2.zip
	unzip tf0_2.zip
	rm tf/*.dll
	rm tf/*.exe
	rm tf/lib/*.lib
	rm tf/resource/*.RES
	tar cvfz ../tumiki-fighters_0.2.dfsg1.orig.tar.gz tf
	rm -rf tf0_2.zip tf