diff options
author | Guillem Jover <guillem@debian.org> | 2018-09-18 23:34:31 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-09-18 23:43:35 +0200 |
commit | 37030e02cab5efe710834268f3d4ea426ec4a99a (patch) | |
tree | b86ad41e7b247063972bca42142b4bc25dfb5b67 /scripts/t/Dpkg_Dist_Files | |
parent | a034e7d53b0c96c419d71c86921d2a509b0d79bc (diff) | |
download | dpkg-37030e02cab5efe710834268f3d4ea426ec4a99a.tar.gz |
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.
Diffstat (limited to 'scripts/t/Dpkg_Dist_Files')
-rw-r--r-- | scripts/t/Dpkg_Dist_Files/files-byhand | 4 |
1 files changed, 2 insertions, 2 deletions
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 |