File: rules

package info (click to toggle)
gtk-sharp3 2.99.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 25,464 kB
  • ctags: 8,843
  • sloc: xml: 308,885; cs: 38,795; sh: 11,336; perl: 1,295; makefile: 1,097; ansic: 900
file content (21 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

DEB_API_VERSION = 2.99.3

# override libdir to workaround multi-arched pkg-config paths
override_dh_auto_configure:
	dh_auto_configure -- \
		--libdir=/usr/lib \
		--enable-debug \
		CSC=/usr/bin/mono-csc

override_dh_makeclilibs:
	dh_makeclilibs -m $(DEB_API_VERSION)

# save space on CD images
override_dh_builddeb:
	dh_builddeb -- -Zxz

%:
	dh $@ --with cli