Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 13 → Rev 14

/trunk/debian/changelog
1,8 → 1,9
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 19:27:39 +0100
-- Magnus Holmgren <holmgren@debian.org> Sun, 06 Mar 2011 20:21:26 +0100
 
x2vnc (1.7.2-2) unstable; urgency=low
 
/trunk/debian/rules
11,12 → 11,17
# 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:
build-stamp: config-stamp
dh_testdir
 
xmkmf
#$(MAKE) x2vnc
$(MAKE)
 
touch build-stamp
26,9 → 31,9
dh_testroot
rm -f build-stamp
 
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f Makefile ] || $(MAKE) clean
 
dh_clean
dh_clean config-stamp Makefile config.status config.log config.cache
 
install: build
dh_testdir
35,7 → 40,8
dh_testroot
dh_clean -k
 
$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc MANSUFFIX=1 install
install -m 755 -d $(CURDIR)/debian/x2vnc/usr/share
$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc install
 
# Build architecture-independent files here.
binary-indep: