import template code

This commit is contained in:
2026-03-24 10:31:30 +02:00
commit b443292720
974 changed files with 487563 additions and 0 deletions
Vendored Executable
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/make -f
export GO111MODULE=on
%:
# dh $@ --with autoreconf
dh $@
# ./configure --prefix=/usr
# dh_build
# dh_install
# dh_auto_clean
override_dh_auto_configure:
./configure --prefix=/usr
#EOF