Skip to content

Commit

Permalink
Small fixes for building the package
Browse files Browse the repository at this point in the history
  • Loading branch information
5kt committed Nov 12, 2024
1 parent b193633 commit ef5e031
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
gardenlinux-update (0.1) UNRELEASED; urgency=medium

* Initial release. (Closes: #XXXXXX)

-- root <root@5b78a73fbe3e> Tue, 12 Nov 2024 07:43:47 +0000
2 changes: 1 addition & 1 deletion src/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: gardenlinux-update
Section: os
Priority: optional
Maintainer: Garden Linux Builder <[email protected]>
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
Expand Down
10 changes: 9 additions & 1 deletion src/debian/rules
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit ef5e031

Please sign in to comment.