File: rules

package info (click to toggle)
ii-esu 1.0a.dfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,056 kB
  • sloc: xml: 57; makefile: 25
file content (21 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

get-orig-source:
	dh_testdir
	dh_testroot
	wget http://hizuoka.web.fc2.com/game/ES/ES_d.zip
	unzip ES_d.zip
	rm ES_d/music/*
	rm ES_d/*.dll
	rm ES_d/*.exe
	rm ES_d/lib/*.lib
	rm ES_d/resource/*.RES
	rm `find ES_d -name "*.obj"`
	rm ES_d/voice/*
	tar cvfz ../ii-esu_1.0a.dfsg1.orig.tar.gz ES_d
	rm -rf ES_d.zip ES_d