File: rules

package info (click to toggle)
notify-sharp 0.4.0~r3032-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 824 kB
  • ctags: 458
  • sloc: sh: 3,336; xml: 421; cs: 365; makefile: 85; ansic: 13
file content (16 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_configure:
	dh_auto_configure -- \
		--prefix=/usr \
		GMCS=/usr/bin/mono-csc

override_dh_makeclilibs:
	dh_makeclilibs -m0.4.0~r2998

%:
	dh $@ --with cli,autoreconf