File: rules

package info (click to toggle)
xevil 2.02r2-10.2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 11,788 kB
  • sloc: cpp: 47,789; makefile: 189; csh: 4
file content (23 lines) | stat: -rwxr-xr-x 457 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
22
23
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

DEBUG_OPT = -Wno-trigraphs -g

export FORCEHOSTTYPE=debian-linux

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- DEBUG_OPT="$(DEBUG_OPT) $(CFLAGS)"

override_dh_auto_clean:
	dh_auto_clean
	rm -rf x11/release

override_dh_auto_install:
	mv x11/release/serverping x11/release/xevil-serverping
	cp x11/bitmaps/ui/xevil_icon.xpm x11/bitmaps/ui/xevil.xpm
	dh_auto_install