#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --with-native-plugins \
    --with-python3-plugins --enable-introspection=yes \
    --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

DEB_DH_GIREPOSITORY_ARGS_gir1.2-librhythmcat2 += -ldebian/tmp/usr/share/gir-1.0
DEB_DH_GIREPOSITORY_ARGS_gir1.2-rhythmcat2 += -ldebian/tmp/usr/share/gir-1.0

	
