Skip to content

Commit

Permalink
feat: fix gcc version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Dec 26, 2024
1 parent 4cb2c0f commit f14bee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
boost1.83 (1.83.0-4deepin1) unstable; urgency=medium

* fix gcc version detection

-- Chang Yang <[email protected]> Thu, 26 Dec 2024 10:11:17 +0800

boost1.83 (1.83.0-4) unstable; urgency=medium

[ Samuel Thibault ]
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ ifeq ($(BUILD_NUMPY), yes)
endif

override_dh_gencontrol:
dh_gencontrol -- -V'gxx:major=$(shell dpkg-query -f '$${version}' -W g++ | sed 's/.*://;s/\..*//')'
dh_gencontrol -- -V'gxx:major=$(shell g++ -dumpversion)'

$(b2):
cd tools/build && bison -y -d -o src/engine/jamgram.cpp src/engine/jamgram.y
Expand Down

0 comments on commit f14bee7

Please sign in to comment.