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

fix: change gcc version to 13 #3

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 @@
grub2 (2.06.4-deepin2) unstable; urgency=medium

* change gcc version to 13

-- Chang Yang <[email protected]> Mon, 22 Jan 2024 14:24:01 +0800

grub2 (2.06.4-deepin1) unstable; urgency=medium

* Non-maintainer upload.
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Build-Depends: debhelper-compat (= 10),
po-debconf,
help2man,
texinfo,
gcc-11,
gcc-11-multilib [i386 kopensolaris-i386 any-amd64 any-ppc64 any-sparc],
gcc-13,
gcc-13-multilib [i386 kopensolaris-i386 any-amd64 any-ppc64 any-sparc],
xfonts-unifont,
libfreetype6-dev,
gettext,
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
with_check := yes
endif

CC := gcc-11
CC := gcc-13

confflags = \
PACKAGE_VERSION="$(deb_version)" PACKAGE_STRING="GRUB $(deb_version)" \
Expand Down
Loading