File: rules

package info (click to toggle)
gtimelog 0.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 984 kB
  • sloc: python: 4,207; xml: 125; makefile: 93
file content (11 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_install:
	mkdir -p debian/tmp
	make all
	dh_auto_install --destdir=debian/tmp

override_dh_auto_test: