File: rules

package info (click to toggle)
telegram-send 0.37-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: python: 530; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=telegram-send

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	python3 $(CURDIR)/debian/build_manpage.py > debian/telegram-send.1