File: rules

package info (click to toggle)
codespell 1.6-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 324 kB
  • ctags: 178
  • sloc: python: 403; makefile: 28; ansic: 11
file content (7 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_test:
	test 1bfb1f089c3c7772f0898f66df089b9e = $$(./codespell.py example/ | md5sum | cut -f1 -d\ )