From b0308d44cba553a2cfd61a7d679a32ad078afe6f Mon Sep 17 00:00:00 2001 From: John Cater Date: Mon, 30 Jan 2017 17:49:26 +0000 Subject: Move debian package building into its own package. As more package options are added, it's confusing that the debian package is generated in scripts/package/BUILD, but scripts/package/debian/ contains the related files (and isn't itself a Bazel package). This change makes the file locations more predictable, and also makes it easier to see what is happening in scripts/packages. -- Change-Id: Id8c445fc164a1a4aa09c52559a5143578cfdea88 Reviewed-on: https://cr.bazel.build/8510 PiperOrigin-RevId: 146003934 MOS_MIGRATED_REVID=146003934 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index b0fe401970..d87c426ba7 100644 --- a/BUILD +++ b/BUILD @@ -23,7 +23,7 @@ filegroup( name = "changelog-file", srcs = [":CHANGELOG.md"], visibility = [ - "//scripts/packages:__pkg__", + "//scripts/packages:__subpackages__", ], ) -- cgit v1.2.3