Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 14 → Rev 13

/trunk/debian/changelog
1,9 → 1,8
x2vnc (1.7.2-3) UNRELEASED; urgency=low
 
* Switch to source format 3.0 (quilt).
* Switch from Imake to configure (enabling Xinerama).
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 06 Mar 2011 20:21:26 +0100
-- Magnus Holmgren <holmgren@debian.org> Sun, 06 Mar 2011 19:27:39 +0100
 
x2vnc (1.7.2-2) unstable; urgency=low
 
/trunk/debian/rules
11,17 → 11,12
# This has to be exported to make some magic below work.
export DH_OPTIONS
 
config-stamp: configure
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
--mandir=\$${prefix}/share/man
touch config-stamp
 
build: build-stamp
build-stamp: config-stamp
build-stamp:
dh_testdir
 
xmkmf
#$(MAKE) x2vnc
$(MAKE)
 
touch build-stamp
31,9 → 26,9
dh_testroot
rm -f build-stamp
 
[ ! -f Makefile ] || $(MAKE) clean
[ ! -f Makefile ] || $(MAKE) distclean
 
dh_clean config-stamp Makefile config.status config.log config.cache
dh_clean
 
install: build
dh_testdir
40,8 → 35,7
dh_testroot
dh_clean -k
 
install -m 755 -d $(CURDIR)/debian/x2vnc/usr/share
$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc install
$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc MANSUFFIX=1 install
 
# Build architecture-independent files here.
binary-indep: