File: rules

package info (click to toggle)
qttinysa 1.0.2%2Bgit20250424T094920-a2d39d0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,096 kB
  • sloc: python: 3,071; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_installman:
	lowdown -s -Tman -o debian/qttinysa.1 debian/qttinysa.md
	dh_installman

execute_after_dh_fixperms:
	find debian -name 'QtTinySA.py' -exec chmod a+x {} +
	
execute_after_dh_clean:
	rm -f debian/qttinysa.1 || true