#!/usr/bin/make -f %: dh $@ override_dh_auto_install: for c in cardset-*; do \ cp -r $$c debian/pysolfc-cardsets/usr/share/games/pysolfc/; \ rm debian/pysolfc-cardsets/usr/share/games/pysolfc/$$c/COPYRIGHT; \ done