relational/debian/rules
Salvo 'LtWorf' Tomaselli a25fbb4584
Debian dir from branch
Because of impossible merge conflicts, just copying the files
2020-08-12 19:36:26 +02:00

15 lines
301 B
Makefile
Executable File

#!/usr/bin/make -f
SHELL=sh -e
%:
dh $@ --with python3
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