#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for the Debian/GNU Linux libbdplus package
# Copyright 2014 by Dylan Aïssi <bob.dybian@gmail.com>

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

%:
	dh $@ --parallel --with autoreconf

.PHONY: override_dh_strip
override_dh_strip:
	dh_strip --dbg-package=libbdplus0-dbg

