[pve-devel] [PATCH vncterm] build: use wrap-and-sort to cleanup debian/
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Sep 29 12:54:30 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/control | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 75627f1..3c29bc7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
Source: vncterm
Maintainer: Proxmox Support Team <support at proxmox.com>
-Build-Depends:
- debhelper (>= 8.0.0),
- zlib1g-dev,
- libjpeg-dev,
- libpng-dev,
- libglib2.0-dev,
- libgnutls28-dev,
- unifont
+Build-Depends: debhelper (>= 8.0.0),
+ libglib2.0-dev,
+ libgnutls28-dev,
+ libjpeg-dev,
+ libpng-dev,
+ unifont,
+ zlib1g-dev,
Standards-Version: 3.9.3
Package: vncterm
Section: x11
Priority: optional
-Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1), libgnutls-deb0-28 | libgnutls30, libpng16-16, ${shlibs:Depends}
+Depends: libc6 (>= 2.7-18),
+ libgnutls-deb0-28 | libgnutls30,
+ libjpeg62,
+ libpng16-16,
+ zlib1g (>= 1:1.2.1),
+ ${shlibs:Depends},
Description: VNC Terminal Emulator
With vncterm you can start commands and export its standard input and
output to any VNC client (simulating a xterm Terminal).
--
2.14.1
More information about the pve-devel
mailing list