First Commit
This commit is contained in:
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/make -f
|
||||
# Simple dh (debhelper) build rules file
|
||||
%:
|
||||
dh $@
|
||||
|
||||
# Prevent dh_strip from running on this package
|
||||
override_dh_strip:
|
||||
@echo "Skipping dh_strip for Ollama (bundled libs)"
|
||||
|
||||
override_dh_shlibdeps:
|
||||
@echo "Skipping dh_shlibdeps for Ollama (bundled libs)"
|
||||
Reference in New Issue
Block a user