Philipp Wagner
9306c518e2
All checks were successful
continuous-integration/drone/push Build is passing
#new file: debian/.debhelper/generated/win-test-wrapper/installed-by-dh_installdocs renamed: DEBIAN/LICENSE.txt -> debian/LICENSE.txt renamed: DEBIAN/changelog -> debian/changelog renamed: DEBIAN/compat -> debian/compat renamed: DEBIAN/control -> debian/control #new file: debian/files renamed: DEBIAN/rules -> debian/rules renamed: DEBIAN/usr/.DS_Store -> debian/usr/.DS_Store renamed: DEBIAN/usr/bin/win-test -> debian/usr/bin/win-test new file: debian/win-test-wrapper.debhelper.log new file: debian/win-test-wrapper.substvars new file: debian/win-test-wrapper/DEBIAN/control new file: debian/win-test-wrapper/DEBIAN/md5sums new file: debian/win-test-wrapper/usr/share/doc/win-test-wrapper/changelog.Debian.gz
9 lines
98 B
Makefile
Executable File
9 lines
98 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_clean:
|
|
dh_clean
|
|
override_dh_auto_build:
|
|
dh_auto_build
|