File: rules

package info (click to toggle)
grdesktop 0.23%2Bd040330-7
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,904 kB
  • sloc: ansic: 2,711; sh: 821; xml: 270; makefile: 80
file content (22 lines) | stat: -rwxr-xr-x 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_autoreconf:
# Fix build twice in a row: mkinstalldirs is not installed if it is
# missing, however it is required by AM_GLIB_GNU_GETTEXT.
	touch mkinstalldirs
	dh_autoreconf

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

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