File: rules

package info (click to toggle)
deken 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,648 kB
  • sloc: tcl: 580; sh: 129; python: 71; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@


override_dh_auto_build:
	dh_auto_build
	help2man -N -n "Externals wrangler for Pure Data" debian/help2man/deken > debian/deken.1

override_dh_auto_clean:
	dh_auto_clean
	rm -rf debian/deken.1

override_dh_fixperms:
	dh_fixperms
	find debian/deken/ -type f -name "*.hy" -exec chmod a+x {} \;