Update Workplan Part 3 authored by Olek Wojnar's avatar Olek Wojnar
...@@ -9,7 +9,7 @@ Have the Bazel build system fully integrated into Debian and supporting standard ...@@ -9,7 +9,7 @@ Have the Bazel build system fully integrated into Debian and supporting standard
* Use the standard `bazel-latest` dependency package to depend on the latest packaged binary version. This package will also install a symlink named `/usr/bin/bazel-real` to point to the latest actual binary. It should also hold the `bazel.sh` startup script as `/usr/bin/bazel`. The above two files would *not* be included in any versioned packages (e.g. `bazel3`) ***(Debian Lead)*** * Use the standard `bazel-latest` dependency package to depend on the latest packaged binary version. This package will also install a symlink named `/usr/bin/bazel-real` to point to the latest actual binary. It should also hold the `bazel.sh` startup script as `/usr/bin/bazel`. The above two files would *not* be included in any versioned packages (e.g. `bazel3`) ***(Debian Lead)***
* Only release versions of Bazel that will continue to have support throughout the targeted Debian version's lifestyle. * Only release versions of Bazel that will continue to have support throughout the targeted Debian version's lifecycle.
## Problems to solve ## Problems to solve
... ...
......