[go: up one dir, main page]

File: rules

package info (click to toggle)
relational 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,168 kB
  • sloc: python: 2,984; makefile: 101
file content (13 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
SHELL=sh -e

%:
	dh $@ --with python3

clean:
	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