]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
bump to 0.1-1
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 4 Dec 2017 09:37:13 +0000 (10:37 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Mon, 4 Dec 2017 09:37:13 +0000 (10:37 +0100)
also update dependencies

debian/changelog
debian/control
defines.mk

index 536e568829272242d64d8d09d3082ac85b54abd9..90df71b6783e8c2d1ad8cfbd72cd8ec53f973552 100644 (file)
@@ -1,3 +1,13 @@
+pve-xtermjs (0.1-1) unstable; urgency=medium
+
+  * bump to 0.1-1
+
+  * update dependencies
+
+  * give pty object to process_queue on first call
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 04 Dec 2017 10:29:52 +0100
+
 pve-xtermjs (0.1-1~rc1) unstable; urgency=medium
 
   * initial package
index 8c1d7d1fa4df3d639eba1f8d1a71d8942f3d7188..79b3ec929c59c0b7dd6c2b3e18c3257412fd86a4 100644 (file)
@@ -7,9 +7,8 @@ Standards-Version: 3.8.3
 
 Package: pve-xtermjs
 Architecture: any
-Depends: dtach,
-         libpve-access-control (>= 5.0-7),
-         libpve-common-perl (>= 5.0-22),
+Depends: libpve-access-control (>= 5.0-7),
+         libpve-common-perl (>= 5.0-23),
          ${misc:Depends}
 Description: HTML/JS Shell client
  This is an xterm.js client for PVE Host, Container and Qemu Serial Terminal
index 1dcef106dfe3cdb42fd6f078dbc80e036b0408ad..31d219f0e5c90defdcfc80ca8be43f58bbbae8ce 100644 (file)
@@ -1,6 +1,6 @@
 PACKAGE=pve-xtermjs
 VER=0.1
-PKGREL=1~rc1
+PKGREL=1
 VERSION=${VER}-${PKGREL}
 
 BINDIR=${DESTDIR}/usr/bin