]> git.proxmox.com Git - proxmox-backup.git/commitdiff
revert dependency to dh-systemd (outdated), depend on GUI packages
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 1 Dec 2018 10:04:39 +0000 (11:04 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 1 Dec 2018 10:04:39 +0000 (11:04 +0100)
debian/control

index 29a79ffc3887927a06d561ae2f6318c782e0b6dc..e0229f84192a8ce5ad19d8c41feb71b0ef5b1535 100644 (file)
@@ -3,12 +3,14 @@ Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Build-Depends: debhelper (>= 10),
-              dh-systemd,
 Standards-Version: 3.9.5
 Homepage: https://www.proxmox.com
 
 Package: api-test-server
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+        libjs-extjs (>= 6.0.1),
+        fonts-font-awesome,
+        proxmox-widget-toolkit,
 Description: API Test Server
  This is experimental code used to test Rust.