File: rules

package info (click to toggle)
git-publish 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: python: 834; sh: 194; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_installman:
	pod2man --section=1 git-publish.pod > git-publish.1
	dh_installman git-publish.1