File: rules

package info (click to toggle)
docky 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,036 kB
  • sloc: cs: 28,250; sh: 1,155; makefile: 868; xml: 16
file content (18 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1

include /usr/share/cli-common/cli.make

override_dh_auto_configure:
	dh_auto_configure -- MCS=/usr/bin/mono-csc

override_dh_makeclilibs:
# Docky's dlls are private
	dh_makeclilibs -X usr/lib/docky/*

%:
	dh  $@