Debian dir from branch

Because of impossible merge conflicts, just copying the files
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-08-12 19:29:28 +02:00
parent 5c8740dd6e
commit a25fbb4584
11 changed files with 474 additions and 0 deletions

14
debian/rules vendored Executable file
View File

@@ -0,0 +1,14 @@
#!/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