Attempt to fix .deb build

This commit is contained in:
ferrreo 2023-01-18 22:48:41 +00:00
parent 900b0ee3d8
commit e70ada9e67
2 changed files with 2 additions and 9 deletions

5
debian/control vendored
View File

@ -4,15 +4,12 @@ Priority: optional
Maintainer: ferreo <harderthanfire@gmail.com>
Rules-Requires-Root: binary-targets
Build-Depends:
debhelper-compat (= 13),
dh-golang (>= 1.1),
debhelper-compat (= 13)
Standards-Version: 4.6.1
Homepage: https://pikaos.ferreo.dev
XS-Go-Import-Path: github.com/PikaOS-Linux/pikman
Package: pikman
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: One package manager to rule them all

6
debian/rules vendored
View File

@ -6,8 +6,4 @@ export DH_VERBOSE = 1
%:
dh $@ --builddirectory=./ --buildsystem=golang --with=golang
override_dh_auto_install:
dh_auto_install -- --no-source
dh $@