]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
d/control: add missing ${misc:Depends}
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 May 2023 15:48:49 +0000 (17:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 May 2023 16:09:00 +0000 (18:09 +0200)
for debhelper detected dependencies

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index dd626bef5ce1483a132aff3d29ede3c9fc5c8cfa..41541b901d9b4e69c0663741a43e98873a4fe975 100644 (file)
@@ -8,18 +8,18 @@ Homepage: https://www.proxmox.com
 
 Package: pmg-i18n
 Architecture: all
-Depends:
+Depends: ${misc:Depends},
 Description: Internationalization support for Proxmox Mail Gateway
  This package provides the translations into all available languages.
 
 Package: pbs-i18n
 Architecture: all
-Depends:
+Depends: ${misc:Depends},
 Description: Internationalization support for Proxmox Backup Server
  This package provides the translations into all available languages.
 
 Package: pve-i18n
 Architecture: all
-Depends:
+Depends: ${misc:Depends},
 Description: Internationalization support for Proxmox VE
  This package provides the translations into all available languages.