Attempt to fix .deb build
This commit is contained in:
parent
900b0ee3d8
commit
e70ada9e67
5
debian/control
vendored
5
debian/control
vendored
@ -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
6
debian/rules
vendored
@ -6,8 +6,4 @@ export DH_VERBOSE = 1
|
||||
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=./ --buildsystem=golang --with=golang
|
||||
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- --no-source
|
||||
dh $@
|
||||
|
Loading…
Reference in New Issue
Block a user