File: rules

package info (click to toggle)
oauth2token 0.0.3-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 89; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 367 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=oauth2token
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_build: oauth2create.1 oauth2get.1
	dh_auto_build

oauth2create.1: debian/oauth2create.1.md
	pandoc --standalone --from=markdown --to=man $< --output=$@

oauth2get.1: debian/oauth2get.1.md
	pandoc --standalone --from=markdown --to=man $< --output=$@