debian: drop debhelper-compat from Build-Depends (set in compat)
Build-Depends already includes dotnet-sdk-10.0, imagemagick,
librsvg2-bin, git, ca-certificates. The debhelper-compat (= 13)
line was duplicated: the same version is set in debian/compat
(debhelper reads it from there by convention). dh errors out
with:
dh: error: debhelper compat level specified both in
debian/compat and in debian/control
Drop the line in control.
This commit is contained in:
parent
9703ebf4dd
commit
8cda50c1fb
1 changed files with 0 additions and 1 deletions
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -3,7 +3,6 @@ Section: x11
|
|||
Priority: optional
|
||||
Maintainer: Paul Schneider <paul@pschneider.fr>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dotnet-sdk-10.0 (>= 10.0.0) | dotnet-sdk-10.0,
|
||||
imagemagick,
|
||||
librsvg2-bin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue