File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ pkgs+=(ca-certificates) # Enable TLS verification for HTTPS connections by provi
4040pkgs+=(cmake) # Required build tool.
4141pkgs+=(curl) # Dependency for tools requiring downloading data.
4242pkgs+=(dpkg-dev) # Required packaging tool.
43+ pkgs+=(debhelper) # Required packaging tool.
4344pkgs+=(file) # Required packaging tool.
4445pkgs+=(git) # Required build tool.
4546pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ pkgs+=(ca-certificates) # Enable TLS verification for HTTPS connections by provi
2929pkgs+=(cmake) # Required build tool.
3030pkgs+=(curl) # Dependency for tools requiring downloading data.
3131pkgs+=(dpkg-dev) # Required packaging tool.
32+ pkgs+=(debhelper) # Required packaging tool.
3233pkgs+=(file) # Required packaging tool.
3334pkgs+=(git) # Required build tool.
3435pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
@@ -73,7 +74,6 @@ update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-${GCC_VERSION} 999
7374update-alternatives \
7475 --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} ${GCC_VERSION} \
7576 --slave /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} \
76- --slave /usr/bin/cpp cpp /usr/bin/cpp-${GCC_VERSION} \
7777 --slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_VERSION} \
7878 --slave /usr/bin/gcov-dump gcov-dump /usr/bin/gcov-dump-${GCC_VERSION} \
7979 --slave /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-${GCC_VERSION}
You can’t perform that action at this time.
0 commit comments