File: rules

package info (click to toggle)
kazoo 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,632 kB
  • ctags: 1,458
  • sloc: python: 9,275; makefile: 182; sh: 22
file content (19 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export PYBUILD_NAME=kazoo
export PYBUILD_DISABLE=test

UPSTREAM_GIT = git://github.com/python-zk/kazoo.git
-include /usr/share/openstack-pkg-tools/pkgos.make

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

.PHONY: override_dh_installchangelogs
override_dh_installchangelogs:
	dh_installchangelogs CHANGES.rst

.PHONY: override_dh_clean
override_dh_clean:
	rm -rf build
	dh_clean