Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Build-Depends:
libxfixes-dev,
libxi-dev,
pkg-config,
dh-golang,
Standards-Version: 4.5.1
Homepage: http://github.com/linuxdeepin/startdde

Expand Down
6 changes: 2 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
export GOPATH := /usr/share/gocode
export GOCACHE=/tmp/gocache
export GO111MODULE = off
export DH_GOPKG := github.com/linuxdeepin/startdde

ifeq ($(DEB_BUILD_ARCH),sw_64)
export AUTO_LAUNCH_CHINESE=1
Expand All @@ -13,7 +11,7 @@ ifeq ($(DEB_BUILD_ARCH),mips64el)
endif

%:
dh $@
dh $@ --buildsystem=golang --with=golang

override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
Expand Down
Loading