File: rules

package info (click to toggle)
mustang 3.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,116 kB
  • sloc: cpp: 7,877; makefile: 92; sh: 11
file content (18 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- mode: makefile; mode: font-lock  -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_compress:
	dh_compress -X.pdb

override_dh_auto_clean:
	rm -f obj/*.o
	rm -f bin/mustang-3.2*
#	dh_clean

override_dh_auto_install:
	install -D -m755 bin/mustang-3.2* debian/mustang/usr/bin/mustang