File: rules

package info (click to toggle)
opaque-store 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 599; ansic: 23; makefile: 16
file content (12 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build
	make -C man opaquestore.1

override_dh_auto_clean:
	dh_auto_clean
	make -C man clean