1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
Source: bazel-bootstrap
Section: devel
Priority: optional
Maintainer: Debian Bazel Team <bazel-team@lists.launchpad.net>
Uploaders:
Debian Bazel Team <team+bazel@tracker.debian.org>,
Olek Wojnar <olek@debian.org>
Build-Depends:
architecture-is-64-bit,
debhelper-compat (= 13),
dh-exec,
dh-python,
dh-sequence-bash-completion,
fonts-font-awesome,
jdupes,
libasm-java,
libchecker-framework-java,
libcommons-codec-java,
libcommons-collections3-java,
libcommons-compress-java,
libcommons-io-java,
libcommons-lang-java,
libcommons-logging-java,
libcommons-pool2-java,
libdd-plist-java,
libdiffutils-java,
liberror-prone-java,
libescapevelocity-java,
libgeronimo-annotation-1.3-spec-java,
libgoogle-api-client-java,
libgoogle-auth-java,
libgoogle-auto-common-java,
libgoogle-auto-service-java,
libgoogle-auto-value-java,
libgoogle-flogger-java,
libgoogle-gson-java,
libgoogle-http-client-java,
libgrpc-java,
libgrpc++-dev,
libguava-java (>= 25.1~),
libjackson2-core-java,
libjacoco-java,
libjarjar-java,
libjava-allocation-instrumenter-java,
libjavapoet-java,
libjaxb-api-java,
libjcip-annotations-java,
libjcommander-java,
libjformatstring-java,
libjs-bootstrap5,
libjsr305-java,
libnanopb-dev,
libnetty-java,
libnetty-tcnative-java,
libopencensus-java,
libperfmark-java,
libproguard-java,
libprotobuf-dev,
libprotobuf-java (>= 3.11.3~),
libprotoc-dev,
libreactive-streams-java,
librx-java,
libtruth-java,
libxz-java,
default-jdk-headless,
protobuf-compiler,
protobuf-compiler-grpc,
protobuf-compiler-grpc-java-plugin (>= 1.26.0~),
python3,
unzip,
velocity,
zip,
zlib1g-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://bazel.build/
Vcs-Browser: https://salsa.debian.org/bazel-team/bazel-bootstrap
Vcs-Git: https://salsa.debian.org/bazel-team/bazel-bootstrap.git
Package: bazel-bootstrap
Architecture: any
Depends:
bazel-bootstrap-data (= ${source:Version}),
build-essential,
libchecker-framework-java,
libcommons-io-java,
libdiffutils-java,
liberror-prone-java,
libgeronimo-annotation-1.3-spec-java,
libgoogle-api-client-java,
libgoogle-auth-java,
libgoogle-auto-common-java,
libgoogle-auto-service-java,
libgoogle-auto-value-java,
libgoogle-flogger-java,
libgrpc-java,
libopencensus-java,
default-jdk-headless,
protobuf-compiler-grpc-java-plugin (>= 1.26.0~),
python3,
unzip,
zlib1g-dev,
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Description: Tool to automate software builds and tests
Supported build tasks include running compilers and linkers to produce
executable programs and libraries, and assembling deployable packages
for Android, iOS and other target environments. Bazel is similar to
other tools like Make, Ant, Gradle, Buck, Pants and Maven.
.
This package contains the bootstrap variant of Bazel and should only be
used on systems that do not have the full version of Bazel built yet.
Package: bazel-bootstrap-data
Architecture: all
Multi-Arch: foreign
Depends:
libjs-jquery,
node-core-js,
node-html5shiv,
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Suggests: bash-completion
Description: Tool to automate software builds and tests (data files)
Supported build tasks include running compilers and linkers to produce
executable programs and libraries, and assembling deployable packages
for Android, iOS and other target environments. Bazel is similar to
other tools like Make, Ant, Gradle, Buck, Pants and Maven.
.
This package contains architecture-independent data for the bootstrap variant
of Bazel and should only be used on systems that do not have the full version
of Bazel built yet.
Package: bazel-bootstrap-source
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Tool to automate software builds and tests (source code)
Supported build tasks include running compilers and linkers to produce
executable programs and libraries, and assembling deployable packages
for Android, iOS and other target environments. Bazel is similar to
other tools like Make, Ant, Gradle, Buck, Pants and Maven.
.
This package contains the source code for the bootstrap variant of Bazel and
should only be used on systems that do not have the full version of Bazel
built yet. This package is required for building certain packages that
require Bazel source code in their build process.
|