File: rules

package info (click to toggle)
titanion 0.3.dfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,640 kB
  • sloc: xml: 68; makefile: 22
file content (18 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download
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/ttn0_3.zip
	unzip ttn0_3.zip
	rm ttn/*.dll
	rm ttn/*.exe
	rm ttn/lib/*.lib
	rm ttn/resource/*.RES
	tar cvfz ../titanion_0.3.dfsg1.orig.tar.gz ttn
	rm -rf ttn0_3.zip ttn