File: rules

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

export PYBUILD_NAME=telegram-send

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build --buildsystem=pybuild
	python3 $(CURDIR)/debian/build_manpage.py > debian/telegram-send.1

override_dh_auto_clean:
	dh_auto_clean
	rm -rf telegram_send.egg-info/ debian/telegram-send.1