File: rules

package info (click to toggle)
torus-trooper 0.22.dfsg1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,520 kB
  • sloc: xml: 839; makefile: 22
file content (18 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

get-orig-source:
	dh_testdir
	dh_testroot
	wget http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt0_22.zip
	unzip tt0_22.zip
	rm tt/*.dll
	rm tt/*.exe
	rm tt/lib/*.lib
	rm tt/resource/*.RES
	tar cvfz ../tt_0.22.dfsg1.orig.tar.gz tt
	rm -rf tt0_22.zip tt