File: rules

package info (click to toggle)
plakativ 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 288 kB
  • sloc: python: 2,190; xml: 30; makefile: 9; sh: 5
file content (14 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	rm -f plakativ.1
	dh_auto_clean

override_dh_auto_build:
	dh_auto_build
	help2man --no-info --name="create posters and banners" ./plakativ.py | sed -e 's/\.py//ig;' > plakativ.1

override_dh_auto_test: