File: rules

package info (click to toggle)
swift-bench 1.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 232 kB
  • sloc: python: 769; sh: 12; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/openstack-pkg-tools/pkgos.make
export PYBUILD_NAME=swift-bench

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

override_dh_auto_install:
	install -D -m 0644 $(CURDIR)/etc/swift-bench.conf-sample $(CURDIR)/debian/swift-bench/etc/swift/swift-bench.conf
	dh_auto_install

override_dh_missing:
	dh_missing --fail-missing