{"base_revision":"git-v1:08d64072cd0afd8d4edefe4a4c8515a6d964fabc","content":"diff --git a/debian/control b/debian/control\nindex 988f0ce..a50ce98 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -21,7 +21,7 @@ Build-Depends: debhelper-compat (= 13),\n                libprotobuf-java,\n                libtruth-java,\n                protobuf-compiler\n-Standards-Version: 4.5.1\n+Standards-Version: 4.7.4\n Rules-Requires-Root: no\n Vcs-Git: https://salsa.debian.org/bazel-team/bazel-stardoc.git\n Vcs-Browser: https://salsa.debian.org/bazel-team/bazel-stardoc\ndiff --git a/debian/patches/locate-debian-bazel-source.patch b/debian/patches/locate-debian-bazel-source.patch\ndeleted file mode 100644\nindex 473934d..0000000\n--- a/debian/patches/locate-debian-bazel-source.patch\n+++ /dev/null\n@@ -1,75 +0,0 @@\n-Description: Locate Debian version of Bazel source code\n- Required to properly build. Also, remove unnecessary dependencies.\n-Author: Olek Wojnar <olek@debian.org>\n-Forwarded: not-needed\n-Last-Update: 2021-04-11\n-\n---- a/WORKSPACE\n-+++ b/WORKSPACE\n-@@ -1,6 +1,5 @@\n- workspace(name = \"io_bazel_skydoc\")\n- \n--load(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n- load(\":setup.bzl\", \"stardoc_repositories\")\n- \n- stardoc_repositories()\n-@@ -11,57 +10,11 @@\n- load(\"@bazel_tools//tools/build_defs/repo:git.bzl\", \"git_repository\")\n- \n- # Needed for generating the Stardoc release binary.\n--git_repository(\n-+local_repository(\n-     name = \"io_bazel\",\n--    commit = \"5eeccd8a647df10d154d3b86e9732e7f263c96db\",  # Oct 7, 2019\n--    remote = \"https://github.com/bazelbuild/bazel.git\",\n--)\n--\n--# Needed only because of java_tools.\n--http_archive(\n--    name = \"rules_cc\",\n--    sha256 = \"36fa66d4d49debd71d05fba55c1353b522e8caef4a20f8080a3d17cdda001d89\",\n--    strip_prefix = \"rules_cc-0d5f3f2768c6ca2faca0079a997a97ce22997a0c\",\n--    urls = [\n--        \"https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip\",\n--        \"https://github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip\",\n--    ],\n--)\n--\n--# Needed as a transitive dependency of @io_bazel\n--git_repository(\n--    name = \"com_google_protobuf\",\n--    commit = \"7b28271a61a3da0a37f6fda399b0c4c86464e5b3\",  # 2018-11-16\n--    remote = \"https://github.com/protocolbuffers/protobuf.git\",\n-+    path = \"/usr/src/bazel-bootstrap\",\n- )\n- \n--# Needed as a transitive dependency of @io_bazel\n--git_repository(\n--    name = \"rules_python\",\n--    remote = \"https://github.com/bazelbuild/rules_python.git\",\n--    commit = \"4b84ad270387a7c439ebdccfd530e2339601ef27\",\n--)\n--\n--# Needed as a transitive dependency of @io_bazel\n--http_archive(\n--    name = \"rules_pkg\",\n--    sha256 = \"5bdc04987af79bd27bc5b00fe30f59a858f77ffa0bd2d8143d5b31ad8b1bd71c\",\n--    urls = [\n--        \"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/rules_pkg-0.2.0.tar.gz\",\n--        \"https://github.com/bazelbuild/rules_pkg/releases/download/0.2.0/rules_pkg-0.2.0.tar.gz\",\n--    ],\n--)\n--\n--# Needed as a transitive dependency of @io_bazel\n--http_archive(\n--    name = \"rules_proto\",\n--    sha256 = \"88b0a90433866b44bb4450d4c30bc5738b8c4f9c9ba14e9661deb123f56a833d\",\n--    strip_prefix = \"rules_proto-b0cc14be5da05168b01db282fe93bdf17aa2b9f4\",\n--    urls = [\n--        \"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/b0cc14be5da05168b01db282fe93bdf17aa2b9f4.tar.gz\",\n--        \"https://github.com/bazelbuild/rules_proto/archive/b0cc14be5da05168b01db282fe93bdf17aa2b9f4.tar.gz\",\n--    ],\n--)\n- \n- # Needed only for testing stardoc across local-repository bounds.\n- local_repository(\ndiff --git a/debian/rules b/debian/rules\nindex 28201b8..f010d0b 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -1,7 +1,7 @@\n #!/usr/bin/make -f\n \n export INSTALL_PATH = /usr/share/bazel/tools\n-export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)\n+include /usr/share/dpkg/architecture.mk\n \n export http_proxy=127.0.0.1:9\n export https_proxy=127.0.0.1:9\ndiff --git a/debian/upstream/metadata b/debian/upstream/metadata\nindex 608a193..31c5c78 100644\n--- a/debian/upstream/metadata\n+++ b/debian/upstream/metadata\n@@ -1,3 +1,4 @@\n Bug-Database: https://github.com/bazelbuild/stardoc/issues\n+Bug-Submit: https://github.com/bazelbuild/stardoc/issues/new\n Repository: https://github.com/bazelbuild/stardoc.git\n Repository-Browse: https://github.com/bazelbuild/stardoc\ndiff --git a/debian/watch b/debian/watch\nindex af117c2..886ea73 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,5 +1,7 @@\n-version=4\n+Version: 5\n \n-opts=\"dversionmangle=s/\\+ds\\d*$//, repacksuffix=+ds\" \\\n-  https://github.com/bazelbuild/stardoc/tags \\\n-  .*/archive/refs/tags/@ANY_VERSION@\\.tar\\.gz\n+Dversionmangle: s/\\+ds\\d*$//\n+Repacksuffix: +ds\n+Template: GitHub\n+Owner: bazelbuild\n+Project: stardoc\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:19ecba9362a8eb2de9b1a8cbf7d02ca1feef05be"}