diff --git a/src/debian/changelog b/src/debian/changelog new file mode 100644 index 0000000..a1775d6 --- /dev/null +++ b/src/debian/changelog @@ -0,0 +1,5 @@ +gardenlinux-update (0.1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #XXXXXX) + + -- root Tue, 12 Nov 2024 07:43:47 +0000 diff --git a/src/debian/control b/src/debian/control index c102bb3..f1ac5ff 100644 --- a/src/debian/control +++ b/src/debian/control @@ -2,7 +2,7 @@ Source: gardenlinux-update Section: os Priority: optional Maintainer: Garden Linux Builder -Build-Depends: debhelper-compat (= 13), golang +Build-Depends: debhelper-compat (= 13), golang-any, dh-exec, dh-golang Standards-Version: 4.5.1 Package: gardenlinux-update diff --git a/src/debian/rules b/src/debian/rules old mode 100644 new mode 100755 index 1ffa511..6e9ce67 --- a/src/debian/rules +++ b/src/debian/rules @@ -1,6 +1,14 @@ #!/usr/bin/make -f +include /usr/share/dpkg/default.mk +export DH_GOPKG := gardenlinux-update + %: - dh $@ + dh $@ --builddirectory=_build --buildsystem=golang --with=golang + +override_dh_auto_install: + dh_auto_install -- --no-source + +override_dh_auto_test:: override_dh_dwz: