diff options
author | David Kalnischkies <david@kalnischkies.de> | 2021-03-17 19:31:55 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2021-04-25 12:02:19 +0200 |
commit | d7e3d28412c5269276d8d7cd72427ab88ee3e3d1 (patch) | |
tree | 9c231ab2cb2b6bfd0de8bdf01c360c5533b04e59 /test/integration/test-apt-get-build-dep-file | |
parent | 25e11a6b4bf11e5ffa364a0e2961ae89289f4611 (diff) |
Allow superfluous commas in build-dependency lines
This code can interact with handwritten files who can have unneeded
commas for writing easy. As dpkg allows it, we should do as well.
Reported-By: Arnaud Ferraris <arnaud.ferraris@gmail.com>
References: https://lists.debian.org/debian-devel/2021/03/msg00101.html
Diffstat (limited to 'test/integration/test-apt-get-build-dep-file')
-rwxr-xr-x | test/integration/test-apt-get-build-dep-file | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-build-dep-file b/test/integration/test-apt-get-build-dep-file index dc405da90..c4b6947bf 100755 --- a/test/integration/test-apt-get-build-dep-file +++ b/test/integration/test-apt-get-build-dep-file @@ -108,7 +108,8 @@ Source: apturl Section: admin Priority: optional Maintainer: Michael Vogt <mvo@ubuntu.com> -Build-Depends: debhelper (>= 7) +Build-Depends: ,debhelper (>= 7), +Build-Conflicts: ,,, Build-Depends-Indep: X-Python3-Version: >= 3.2 Standards-Version: 3.9.3 |