File: rules

package info (click to toggle)
relational 2.5-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,152 kB
  • sloc: python: 3,230; makefile: 60
file content (17 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
SHELL=sh -e

%:
	dh $@ --with python3

override_dh_auto_test:
	./driver.py

clean:
	rm -rf build *.egg-info
	dh $@

override_dh_auto_install:
	DESTDIR=debian/relational-cli make install-relational-cli
	DESTDIR=debian/python3-relational make install-python3-relational
	DESTDIR=debian/relational make install-relational