File: rules

package info (click to toggle)
mu-cade 0.11.dfsg1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,604 kB
  • sloc: xml: 403; makefile: 22
file content (18 lines) | stat: -rwxr-xr-x 345 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/mcd0_11.zip
	unzip mcd0_11.zip
	rm mcd/*.dll
	rm mcd/*.exe
	rm mcd/lib/*.lib
	rm mcd/resource/*.RES
	tar cvfz ../mu-cade_0.11.dfsg1.orig.tar.gz mcd
	rm -rf mcd0_11.zip mcd