Codebase list frei0r / 5dc85ea debian / rules
5dc85ea

Tree @5dc85ea (Download .tar.gz)

rules @5dc85earaw · history · blame

#!/usr/bin/make -f

%:
	dh $@

# to be used with `debian/rules get-orig-source`
DEB_UPSTREAM_URL = http://releases.dyne.org/$(pkg)/releases
DEB_UPSTREAM_PACKAGE = frei0r-plugins
DEB_UPSTREAM_TARBALL_MD5 = 202375d1bcb545c1b6eb8f34e0260ec5

override_dh_auto_build-indep:
	dh_auto_build -i
	make -C doc/

override_dh_clean:
	dh_clean
	rm -rf doc/html/
	rm -f doc/Makefile

licensecheck:
	licensecheck --deb-machine -r * \
		> debian/copyright_newhints
	cmp debian/copyright_hints debian/copyright_newhints \
		&& rm debian/copyright_newhints