]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - debian/control
bump version to 4.2.3
[proxmox-widget-toolkit.git] / debian / control
index 41093f3de909039fe9c50d8def50eb9d66ffc48e..ce62d4e5f5846f8cfe01b2f71785ce7922231099 100644 (file)
@@ -2,21 +2,24 @@ Source: proxmox-widget-toolkit
 Section: web
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 13),
                libjs-marked,
                pve-eslint (>= 7.28.0),
-Standards-Version: 4.5.1
+               sassc,
+               uglifyjs,
+Standards-Version: 4.6.2
 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.