modified: .drone.yml
new file: DEBIAN/LICENSE.txt new file: DEBIAN/changelog new file: DEBIAN/compat new file: DEBIAN/control new file: DEBIAN/rules new file: DEBIAN/usr/.DS_Store new file: DEBIAN/usr/bin/win-test
This commit is contained in:
9
DEBIAN/rules
Executable file
9
DEBIAN/rules
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_clean:
|
||||
dh_clean
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
Reference in New Issue
Block a user