]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
debian: update summary/description & fix homepage link
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 12:49:30 +0000 (14:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 12:50:51 +0000 (14:50 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/debcargo.toml
debian/rules.debcargo.hint [new file with mode: 0755]

index 313450484df9f22cf6242f406d86dc28cf7ee454..d9612f85a637ea4edaeba9b00a4fe2023ecb729e 100644 (file)
@@ -16,7 +16,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
 Standards-Version: 4.5.1
 Vcs-Git: git://git.proxmox.com/git/pve-xtermjs.git
 Vcs-Browser: https://git.proxmox.com/?p=pve-xtermjs.git;a=summary
-Homepage: http://www.proxmox.com
+Homepage: https://www.proxmox.com
 Rules-Requires-Root: no
 
 Package: pve-xtermjs
@@ -34,7 +34,6 @@ Provides:
  ${cargo:Provides}
 Built-Using: ${cargo:Built-Using}
 XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
-Description: Binaries built from the Rust termproxy crate
- This package contains the following binaries built from the Rust crate
- "termproxy":
-  - termproxy
+Description: HTML/JS Shell client for Proxmox projects
+ This package provides an xterm.js client/proxy for Proxmoxprojects'  Hosts,
+ Proxmox VE containers or Proxmox VE VM's serial-terminals.
index ad3fba18188692fc6be0d0d451151df4ddea14a8..bad78f7f93dbb9a78307f3b36559639218b52936 100644 (file)
@@ -5,10 +5,12 @@ maintainer = "Proxmox Support Team <support@proxmox.com>"
 
 [source]
 section = "admin"
-homepage = "http://www.proxmox.com"
+homepage = "https://www.proxmox.com"
 vcs_git = "git://git.proxmox.com/git/pve-xtermjs.git"
 vcs_browser = "https://git.proxmox.com/?p=pve-xtermjs.git;a=summary"
 
 [packages.bin]
-summary = "HTML/JS Shell client"
-description = "This is an xterm.js client/proxy for Proxmox Hosts, PVE containers or QEMU Serial Terminals"
+summary = "HTML/JS Shell client for Proxmox projects"
+description = """This package provides an xterm.js client/proxy for Proxmox\
+  projects'  Hosts, Proxmox VE containers or Proxmox VE VM's serial-terminals.\
+  """
diff --git a/debian/rules.debcargo.hint b/debian/rules.debcargo.hint
new file mode 100755 (executable)
index 0000000..92c239b
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+       dh $@ --buildsystem cargo
+
+override_dh_auto_test:
+       dh_auto_test -- test --all