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