From 3330528d760db4eb45b91f0777536414904be97f Mon Sep 17 00:00:00 2001 From: Michal Rydlo Date: Fri, 26 Aug 2016 12:30:30 +0000 Subject: Add conffiles support to pkg_deb pkg_deb can have either conffiles or conffiles_file parameter that propagates the list of conffiles into the deb archive. Also the tests in //tools/build_defs/pkg were fixed to run against the rules from the source tree and not from the bazel distribtution. -- Change-Id: I61c447feef16511acbb0078d91954dcd7d3375f4 Reviewed-on: https://bazel-review.googlesource.com/#/c/5610 MOS_MIGRATED_REVID=131391925 --- tools/build_defs/pkg/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools/build_defs/pkg/README.md') diff --git a/tools/build_defs/pkg/README.md b/tools/build_defs/pkg/README.md index 4e6b8a600b..47f6ffa1ac 100644 --- a/tools/build_defs/pkg/README.md +++ b/tools/build_defs/pkg/README.md @@ -296,6 +296,21 @@ for more details on this.

See http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html. +

+ + + + conffiles, conffiles_file + + String list or File, optional +

+ The list of conffiles or a file containing one conffile per + line. Each item is an absolute path on the target system + where the deb is installed. +

+

+ See https://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html#s-conffile. +

-- cgit v1.2.3