#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE = 1
#export CMAKE_BUILD_PARALLEL_LEVEL=1

%:
	dh $@ --with kf6 --buildsystem kf6 --no-parallel

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp/

override_dh_install:
	dh_install --sourcedir=debian/kf6-breeze-icon-theme

#	find $(CURDIR)/debian/kf6-breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
#	bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/kf6-breeze-icon-theme $(CURDIR)/debian/kf6-breeze-icon-theme/usr/share/icons
