first commit
This commit is contained in:
19
debian/rules
vendored
Normal file
19
debian/rules
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
install -D -m 0755 finishte.sh $(CURDIR)/debian/finish/usr/bin/finishte
|
||||
install -D -m 0644 LICENSE $(CURDIR)/debian/finish/usr/share/doc/finish/copyright
|
||||
install -D -m 0644 README.md $(CURDIR)/debian/finish/usr/share/doc/finish/README.md
|
||||
|
||||
override_dh_auto_build:
|
||||
# Nothing to build
|
||||
|
||||
override_dh_auto_test:
|
||||
# Tests run in CI
|
||||
Reference in New Issue
Block a user