File: rules

package info (click to toggle)
libodb-mysql 2.4.0-5.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,368 kB
  • sloc: sh: 11,329; cpp: 2,765; makefile: 21
file content (16 lines) | stat: -rwxr-xr-x 307 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

include /usr/share/dpkg/buildtools.mk
PKG_CONFIG ?= pkg-config

DEB_CPPFLAGS_MAINT_APPEND=`$(PKG_CONFIG) --cflags mysqlclient`

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@