mirror of
git://git.proxmox.com/git/vncterm.git
synced 2025-01-03 09:17:37 +03:00
compile for debian wheezy, bump version to 1.2-1
This commit is contained in:
parent
1f4eaec7eb
commit
c39031e883
8
Makefile
8
Makefile
@ -1,9 +1,9 @@
|
||||
RELEASE=3.2
|
||||
RELEASE=4.0
|
||||
|
||||
PACKAGE=vncterm
|
||||
# Note: also change version in debian/control and debian/changelog
|
||||
VERSION=1.1
|
||||
PACKAGERELEASE=8
|
||||
VERSION=1.2
|
||||
PACKAGERELEASE=1
|
||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
CDATE:=$(shell date +%F)
|
||||
|
||||
@ -38,7 +38,7 @@ ${VNCLIB} vnc: ${VNCSRC}
|
||||
cd ${VNCDIR}; make
|
||||
|
||||
vncterm: vncterm.c glyphs.h ${VNCLIB}
|
||||
gcc -O2 -g -o $@ vncterm.c -Wall -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls
|
||||
gcc -O2 -g -o $@ vncterm.c -Wall -Wno-deprecated-declarations -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls
|
||||
|
||||
jar: tigervnc.org
|
||||
if test ! -f /usr/share/icedtea-web/plugin.jar; then echo "please install package icedtea-netx-common"; exit 1; fi
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -1,8 +1,8 @@
|
||||
Package: vncterm
|
||||
Version: 1.1-8
|
||||
Version: 1.2-1
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1), libvncserver0
|
||||
Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1),libgnutls-deb0-28
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Description: VNC Terminal Emulator
|
||||
With vncterm you can start commands and export its standard input and
|
||||
|
Loading…
Reference in New Issue
Block a user