From d4c1b3f515372f01970672b11fae7f3e4cd78d35 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 25 May 2023 09:19:18 +0200 Subject: [PATCH] d/control: rework descriptions Signed-off-by: Thomas Lamprecht --- debian/control | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 0109ebc..f574693 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,13 @@ Homepage: https://www.proxmox.com Package: proxmox-widget-toolkit Architecture: all Depends: ${misc:Depends} -Description: ExtJS Helper Classes for Proxmox - ExtJS Helper Classes to easy access to Proxmox APIs. +Description: Core Widgets and ExtJS Helper Classes for Proxmox Web UIs + The base framework providing widgets, models, and general utilities for the + ExtJS based Web UIs of various Proxmox projects Package: proxmox-widget-toolkit-dev Architecture: all Depends: ${misc:Depends} -Description: Development dependencies for Proxmox Projects - Contains some common javascript code that are dev-dependencies, - for various Proxmox projects. +Description: ExtJS based widgets and utilities for development + Contains some common JavaScript code that some Proxmox projects might used to + build common interfaces, like the API viewer in each documnetation repo.