Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/trunk/debian/changelog
1,8 → 1,9
x2vnc (1.7.2-6) UNRELEASED; urgency=low
 
* ipv6.patch (new): Add IPv6 support.
* Switch to debhelper compat level 9.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 20:28:18 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 29 Oct 2016 16:45:28 +0200
 
x2vnc (1.7.2-5) unstable; urgency=low
 
/trunk/debian/compat
1,0 → 0,0
6
9
/trunk/debian/control
3,7 → 3,7
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Standards-Version: 3.9.3
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 6), libxaw7-dev,
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), libxaw7-dev,
xutils-dev, libx11-dev, libxinerama-dev, libxss-dev
Homepage: http://fredrik.hubbe.net/x2vnc.html
 
/trunk/debian/rules
38,11 → 38,10
clean:
dh_testdir
dh_testroot
rm -f build-stamp
 
[ ! -f Makefile ] || $(MAKE) clean
 
dh_clean config-stamp Makefile config.status config.log config.cache
dh_clean Makefile config.status config.log config.cache
 
install: build
dh_testdir