summaryrefslogtreecommitdiffhomepage
path: root/debian/BUILD
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2021-08-11 15:25:31 -0700
committergVisor bot <gvisor-bot@google.com>2021-08-11 15:28:51 -0700
commitc2353e4055ac77d5a205594b5e3d2697b96abd7d (patch)
treed3b60eb20016b02796de373f78d83d1bb78e90a1 /debian/BUILD
parent14d6cb4436f19d0500e98179c3215517f1a77b08 (diff)
[op] Fix //debian:debian.
Co-authored-by: Andrei Vagin <avagin@google.com> PiperOrigin-RevId: 390232925
Diffstat (limited to 'debian/BUILD')
-rw-r--r--debian/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/BUILD b/debian/BUILD
index 32cc209bf..a62164cb0 100644
--- a/debian/BUILD
+++ b/debian/BUILD
@@ -28,12 +28,10 @@ pkg_deb(
amd64 = "amd64",
arm64 = "arm64",
),
- changes = "runsc.changes",
conffiles = [
"/etc/containerd/runsc.toml",
],
data = ":debian-data",
- deb = "runsc.deb",
# Note that the description_file will be flatten (all newlines removed),
# and therefore it is kept to a simple one-line description. The expected
# format for debian packages is "short summary\nLonger explanation of
@@ -42,6 +40,7 @@ pkg_deb(
homepage = "https://gvisor.dev/",
maintainer = "The gVisor Authors <gvisor-dev@googlegroups.com>",
package = "runsc",
+ package_file_name = "runsc.deb",
postinst = "postinst.sh",
version_file = version,
visibility = [