#!/usr/bin/make -f

PACKAGE		= fvwm-icons
PIXPACKAGE	= fvwm
PKGPIXDIR       = debian/$(PACKAGE)/usr/share/pixmaps/$(PIXPACKAGE)

get-orig-source:
	uscan --verbose --force-download

override_dh_auto_install:
	install -m 755 -d $(PKGPIXDIR)
	install -m 644 -p *.xpm $(PKGPIXDIR)

%:
	dh $@

.PHONY: get-orig-source

# End of file
