File: rules

package info (click to toggle)
grdesktop 0.23%2Bd040330-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,328 kB
  • ctags: 219
  • sloc: ansic: 2,486; sh: 821; xml: 165; makefile: 82
file content (19 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

#export DH_VERBOSE=1

# the following 2 lines are from bug 646269
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ 

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-keymap-path=/usr/share/rdesktop/keymaps/ \

override_dh_clean:
	dh_clean
	rm -f po/*.gmo
	rm -f help/C/grdesktop-C.omf.out