diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f308bc1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +ollama-rocm (0.12.11rakuos1) unstable; urgency=medium + + * Initial packaging. + + -- Joshua Webb Thu, 06 Nov 2025 22:40:00 -0700 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2692d84 --- /dev/null +++ b/debian/control @@ -0,0 +1,11 @@ +Source: ollama-rocm +Section: metapackages +Priority: optional +Maintainer: RakuOS Team +Build-Depends: debhelper-compat (= 13), +Standards-Version: 4.6.2 + +Package: ollama-rocm +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, ollama +Description: ROCm Libs for ollama. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5b4d8b3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,10 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: RakuOS Branding +Upstream-Contact: Joshua Webb +Source: https://rakuos.org/ + +Files: * +Copyright: 2025 Joshua Webb +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 or later. diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..005eac0 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +lib/* usr/lib/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d187218 --- /dev/null +++ b/debian/rules @@ -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)" diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)