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 24, 2024
1 parent e57738e commit e024834
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-2deepin1) unstable; urgency=medium

* fix gcc version detection

-- Chang Yang <[email protected]> Tue, 24 Dec 2024 10:04:31 +0800

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

* [139123a] Add dep to libboost1.83-all-dev on libboost-url1.83-dev. (Closes: #1058948)
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,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 e024834

Please sign in to comment.