From bae1e0334615011e3f16c312e25458481f00d163 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 14 May 2021 14:49:30 +0200 Subject: [PATCH] debian: update summary/description & fix homepage link Signed-off-by: Thomas Lamprecht --- debian/control | 9 ++++----- debian/debcargo.toml | 8 +++++--- debian/rules.debcargo.hint | 6 ++++++ 3 files changed, 15 insertions(+), 8 deletions(-) create mode 100755 debian/rules.debcargo.hint diff --git a/debian/control b/debian/control index 3134504..d9612f8 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Maintainer: Proxmox Support Team 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. diff --git a/debian/debcargo.toml b/debian/debcargo.toml index ad3fba1..bad78f7 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -5,10 +5,12 @@ maintainer = "Proxmox Support Team " [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 index 0000000..92c239b --- /dev/null +++ b/debian/rules.debcargo.hint @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ --buildsystem cargo + +override_dh_auto_test: + dh_auto_test -- test --all -- 2.39.2