]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
d/control: wrap and sort
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 11:22:25 +0000 (13:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 11:23:54 +0000 (13:23 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/compat [new file with mode: 0644]
debian/control

diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..48082f7
--- /dev/null
@@ -0,0 +1 @@
+12
index ab014e9fb6caee590e5bd679a6e67ce7b750cd62..7c1d5f7400ecb32b249d1ff2d12ee3f92a8f931f 100644 (file)
@@ -1,20 +1,20 @@
 Source: rust-termproxy
 Section: admin
 Priority: optional
-Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native,
rustc:native,
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-clap-3+default-dev,
librust-mio-0.8+default-dev,
librust-mio-0.8+net-dev,
librust-mio-0.8+os-ext-dev,
librust-proxmox-io-1+default-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-sys-0.4+default-dev,
- librust-ureq-2+gzip-dev (>= 2.4-~~)
+Build-Depends: cargo:native,
              debhelper (>= 12),
              dh-cargo (>= 25),
              librust-anyhow-1+default-dev,
              librust-clap-3+default-dev,
              librust-mio-0.8+default-dev,
              librust-mio-0.8+net-dev,
              librust-mio-0.8+os-ext-dev,
              librust-proxmox-io-1+default-dev,
              librust-proxmox-lang-1+default-dev (>= 1.1-~~),
              librust-proxmox-sys-0.4+default-dev,
              librust-ureq-2+gzip-dev (>= 2.4-~~),
              libstd-rust-dev,
+               rustc:native,
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Standards-Version: 4.6.1
 Vcs-Git: git://git.proxmox.com/git/pve-xtermjs.git
@@ -26,17 +26,11 @@ Rules-Requires-Root: no
 Package: pve-xtermjs
 Architecture: any
 Multi-Arch: allowed
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
- ${cargo:Depends}
-Recommends:
- ${cargo:Recommends}
-Suggests:
- ${cargo:Suggests}
-Provides:
- ${cargo:Provides}
-Built-Using: ${cargo:Built-Using}
+Depends: ${cargo:Depends}, ${misc:Depends}, ${shlibs:Depends},
+Recommends: ${cargo:Recommends},
+Suggests: ${cargo:Suggests},
+Provides: ${cargo:Provides},
+Built-Using: ${cargo:Built-Using},
 XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
 Description: HTML/JS Shell client for Proxmox projects
  This package provides an xterm.js client/proxy for Proxmoxprojects'  Hosts,