bazel-stardoc 0.8.1-1
Package Information
| Description | Starlark Documentation Generator Documentation generator for Bazel build rules written in Starlark. Stardoc provides a Starlark rule that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzl file. |
|---|---|
| Maintainer | Debian Bazel Team <bazel-team@lists.launchpad.net> |
| Changed By | Ying-Chun Liu (PaulLiu) <paulliu@debian.org> |
| Sponsor | paulliu@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/bazel-team/bazel-stardoc.git (browse) |
| Closes | #978668 |
| Blocked Bugs | #979846 (wishlist) |
| Tracker | https://tracker.debian.org/pkg/bazel-stardoc |
| Uploaded | 1 hour ago |
New Package Report
.changes
| Version | 0.8.1-1 |
|---|---|
| Changed-By | Ying-Chun Liu (PaulLiu) |
| Architecture | source all |
| Distribution | unstable |
| Date | Sun, 05 Jul 2026 04:30:00 +0100 |
| Source | bazel-stardoc |
Changelog
bazel-stardoc (0.8.1-1) unstable; urgency=low . * add debian/gbp.conf for easier using with gbp * Update debian/watch to use GitHub tags * New upstream version 0.8.1 * add debian/clean: clean generated files * add debian/mock_modules * add debian/mock_repos * debian/bazel-stardoc.install: install renderer_prebuilt.jar * debian/control: add more Build-Depends * debian/patches: adjust patches for new upstream version * debian/rules: use bazel to compile renderer.jar * debian/copyright: update for latest upstream release * debian/tests: add a functional test * add debian/MODULE.bazel * add debian/README.source . bazel-stardoc (0.4.0+ds-1~exp1) experimental; urgency=medium . * Ephemeral upload to experimental to clear NEW * Initial release (Closes: #978668)
.dsc
| Section | devel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | bazel-stardoc deb devel optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Stardoc
Source: https://github.com/bazelbuild/stardoc
Modified to remove pre-built jar files.
Files-Excluded: */*.jar
Files: *
Copyright: 2016-2019 Google Inc. <bazel-dev@googlegroups.com>
2018-2024 The Bazel Authors
License: Apache-2.0
Files: debian/*
Copyright: 2021 Olek Wojnar <olek@debian.org>
2026 Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
License: Apache-2.0
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".