Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from RV/LA port #5

Closed
wants to merge 1 commit into from
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
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
golang-defaults (2:1.20~1deepin1) unstable; urgency=medium

* Add loong64 support

-- Han Gao <gaohan@iscas.ac.cn> Mon, 15 May 2023 19:23:53 +0800

golang-defaults (2:1.20~1) unstable; urgency=medium

* Update to Go 1.20.
Expand Down
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Homepage: https://golang.org
Rules-Requires-Root: no

Package: golang-go
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x loong64
Multi-Arch: same
Depends: golang-${golang:GOVER}-go,
golang-src (>= ${source:Version}),
Expand Down Expand Up @@ -93,9 +93,9 @@ Description: Go programming language -- gccgo on "non-Go" platforms
version of this package.

Package: gccgo-go
Architecture: any
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x
Multi-Arch: same
Depends: gccgo-11,
Depends: gccgo-13,
${misc:Depends}
Conflicts: golang-go
Description: Go programming language -- gccgo
Expand Down Expand Up @@ -153,7 +153,7 @@ Description: Go programming language - documentation
http://localhost:6060/doc/install.html.

Package: golang
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el riscv64 s390x loong64
Multi-Arch: same
Depends: golang-${golang:GOVER},
golang-doc (>= ${source:Version}),
Expand Down
4 changes: 2 additions & 2 deletions debian/gccgo-go.links
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
usr/bin/go-11 usr/bin/go
usr/bin/gofmt-11 usr/bin/gofmt
usr/bin/go-13 usr/bin/go
usr/bin/gofmt-13 usr/bin/gofmt
Loading