Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 3 → Rev 12

/tags/1.7.2-2/debian/dirs
File deleted
/tags/1.7.2-2/debian/control
1,9 → 1,9
Source: x2vnc
Section: x11
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Standards-Version: 3.6.2
Build-Depends: debhelper (>= 4.0.0), libxaw7-dev, xutils-dev, libx11-dev, libxinerama-dev, libxss-dev
Maintainer: Magnus Holmgren <holmgren@debian.org>
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 6), libxaw7-dev, xutils-dev, libx11-dev, libxinerama-dev, libxss-dev
Homepage: http://fredrik.hubbe.net/x2vnc.html
 
Package: x2vnc
/tags/1.7.2-2/debian/watch
1,2 → 1,2
version=3
http://fredrik.hubbe.net/x2vnc/x2vnc-\(.*\)\.tar\.gz debian uupdate
http://fredrik.hubbe.net/x2vnc.html x2vnc/x2vnc-(.*?)\.tar\.gz
/tags/1.7.2-2/debian/changelog
1,3 → 1,21
x2vnc (1.7.2-2) unstable; urgency=low
 
* New maintainer (Closes: #586422).
* Acknowledge NMU.
* debian/watch: Fix URL and regexp.
* Remove stale and commented-out references to /usr/X11R6 in
debian/rules. Delete debian/dirs altogether and drop the call to
dh_installdirs. Also clean out irrelevant, commented-out Debhelper
commands.
* Make the version in the debhelper build dependency match
debian/compat.
* Bump Standards-Version to 3.9.1 (from 3.6.2).
* A few minor style changes in debian/rules.
* debian/copyright: Remove outdated info on changes made to the upstream
source as well as current version, and update URL to upstream webpage.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 05 Aug 2010 10:34:21 +0200
 
x2vnc (1.7.2-1.1) unstable; urgency=low
 
* Non-maintainer upload.
/tags/1.7.2-2/debian/copyright
10,17 → 10,11
 
The latest version of this program should be available from
 
http://www.hubbe.net/~hubbe/x2vnc.html
http://fredrik.hubbe.net/x2vnc.html
 
The current version is http://www.hubbe.net/~hubbe/x2vnc-1.1.tar.gz
 
For more info about VNC: http://www.uk.research.att.com/vnc/
For more info about x2x: http://ftp.digital.com/pub/Digital/SRC/x2x/
 
The main changes to the package are the addition of Debian packaging
and changing x2vnc so it links dynamically rather than statically
with libvncauth.
 
The code is:
Copyright (C) 1997, 1998 Olivetti & Oracle Research Laboratory
 
/tags/1.7.2-2/debian/rules
26,31 → 26,19
dh_testroot
rm -f build-stamp
 
[ ! -f Makefile ] || $(MAKE) clean
[ ! -f Makefile ] || $(MAKE) distclean
 
dh_clean Makefile
dh_clean
 
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
 
#install -o root -g root -m 755 x2vnc \
# `pwd`/debian/x2vnc/usr/X11R6/bin
$(MAKE) DESTDIR=`pwd`/debian/x2vnc install
#mkdir -p debian/x2vnc/usr/X11R6/bin
#-mv debian/x2vnc/usr/X11R6/bin/* debian/x2vnc/usr/bin
#mkdir -p debian/x2vnc/usr/share/man
#-mv debian/x2vnc/usr/X11R6/man/* debian/x2vnc/usr/share/man
-rmdir debian/x2vnc/usr/X11R6/bin
#-rmdir debian/x2vnc/usr/X11R6/man
-rmdir debian/x2vnc/usr/X11R6
mv debian/x2vnc/usr/share/man/man1/x2vnc.1x \
debian/x2vnc/usr/share/man/man1/x2vnc.1
$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc MANSUFFIX=1 install
 
# Build architecture-independent files here.
binary-indep: build install
binary-indep:
# We have nothing to do by default.
 
# Build architecture-dependent files here.
57,26 → 45,16
binary-arch: build install
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples
dh_installmenu
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
# dh_installcron
# dh_installmanpages
# dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_link
dh_strip
dh_compress
dh_fixperms
# dh_makeshlibs
dh_installdeb
# dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums