From 37030e02cab5efe710834268f3d4ea426ec4a99a Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 18 Sep 2018 23:34:31 +0200 Subject: Dpkg::Dist::Files: Add support for file attributes This will make it possible to track key/value attributes for each file, so that we can track interesting information and pass it to the various programs parsing the debian/files file. --- scripts/t/Dpkg_Dist_Files/files-byhand | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/t/Dpkg_Dist_Files/files-byhand') diff --git a/scripts/t/Dpkg_Dist_Files/files-byhand b/scripts/t/Dpkg_Dist_Files/files-byhand index ac45d4610..416b14fb8 100644 --- a/scripts/t/Dpkg_Dist_Files/files-byhand +++ b/scripts/t/Dpkg_Dist_Files/files-byhand @@ -1,5 +1,5 @@ pkg-templ_1.2.3_arch.type section priority pkg-arch_2.0.0_amd64.deb admin required pkg-indep_0.0.1-2_all.deb net standard -other_0.txt text optional -BY-HAND-file webdocs optional +other_0.txt text optional mime-type=text/plain +BY-HAND-file webdocs optional by-hand=true -- cgit v1.2.3