Remove unused parameter in control template for Deb installers (#22546)
This commit is contained in:
parent
f37fa30683
commit
bce19c211a
|
|
@ -13,7 +13,7 @@ Homepage: {HOMEPAGE}
|
|||
|
||||
Package: {PACKAGE_NAME}
|
||||
Architecture: {ARCH}
|
||||
Depends: ${{shlibs:Depends}}, ${{misc:Depends}}{DEPENDENT_PACKAGES}
|
||||
Depends: ${{misc:Depends}}{DEPENDENT_PACKAGES}
|
||||
Conflicts: {CONFLICT_PACKAGES}
|
||||
Description: {SHORT_DESCRIPTION}
|
||||
{LONG_DESCRIPTION}
|
||||
|
|
|
|||
Loading…
Reference in New Issue