Skip to content

Commit

Permalink
fix: change gcc version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Jan 22, 2024
1 parent 43eaa53 commit 678babb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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

0 comments on commit 678babb

Please sign in to comment.