#!/usr/bin/make -f
# [debian/rules] for smartcardpp
#
# COPYRIGHT © 2012 Martin-Éric Racine <martin-eric.racine@iki.fi>
#
# LICENSE
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/cmake.mk

common-binary-post-install-arch:: list-missing

#EOF
