diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:58:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:58:51 +0000 |
commit | cbffab246997fb5a06211dfb706b54e5ae5bb59f (patch) | |
tree | 0573c5d96f58d74d76a49c0f2a70398e389a36d3 /scripts/t/Dpkg_Dist_Files | |
parent | Initial commit. (diff) | |
download | dpkg-cbffab246997fb5a06211dfb706b54e5ae5bb59f.tar.xz dpkg-cbffab246997fb5a06211dfb706b54e5ae5bb59f.zip |
Adding upstream version 1.21.22.upstream/1.21.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/t/Dpkg_Dist_Files')
-rw-r--r-- | scripts/t/Dpkg_Dist_Files/files-byhand | 5 | ||||
-rw-r--r-- | scripts/t/Dpkg_Dist_Files/files-fragment-a | 1 | ||||
-rw-r--r-- | scripts/t/Dpkg_Dist_Files/files-fragment-b | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Dist_Files/files-byhand b/scripts/t/Dpkg_Dist_Files/files-byhand new file mode 100644 index 0000000..416b14f --- /dev/null +++ b/scripts/t/Dpkg_Dist_Files/files-byhand @@ -0,0 +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 mime-type=text/plain +BY-HAND-file webdocs optional by-hand=true diff --git a/scripts/t/Dpkg_Dist_Files/files-fragment-a b/scripts/t/Dpkg_Dist_Files/files-fragment-a new file mode 100644 index 0000000..fd6461d --- /dev/null +++ b/scripts/t/Dpkg_Dist_Files/files-fragment-a @@ -0,0 +1 @@ +pkg-frag-a_0.0_arch.type section priority diff --git a/scripts/t/Dpkg_Dist_Files/files-fragment-b b/scripts/t/Dpkg_Dist_Files/files-fragment-b new file mode 100644 index 0000000..2acf22f --- /dev/null +++ b/scripts/t/Dpkg_Dist_Files/files-fragment-b @@ -0,0 +1 @@ +pkg-frag-b_0.0_arch.type section priority |