File: rules

package info (click to toggle)
leveldb-sharp 1.9.1-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 440 kB
  • sloc: cs: 869; sh: 594; makefile: 51
file content (16 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (3)
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

DEB_API_VERSION = 1.2

%:
	dh $@ --with cli

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

override_dh_makeclilibs:
	dh_makeclilibs -m $(DEB_API_VERSION)