Subversion Repositories x2vnc

Compare Revisions

Ignore whitespace Rev 10 → Rev 9

/trunk/debian/changelog
10,7 → 10,6
* 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.
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 04 Aug 2010 22:28:02 +0200
 
/trunk/debian/rules
26,9 → 26,9
dh_testroot
rm -f build-stamp
 
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f Makefile ] || $(MAKE) clean
 
dh_clean
dh_clean Makefile
 
install: build
dh_testdir
35,10 → 35,12
dh_testroot
dh_clean -k
 
$(MAKE) DESTDIR=$(CURDIR)/debian/x2vnc MANSUFFIX=1 install
$(MAKE) DESTDIR=`pwd`/debian/x2vnc install
mv debian/x2vnc/usr/share/man/man1/x2vnc.1x \
debian/x2vnc/usr/share/man/man1/x2vnc.1
 
# Build architecture-independent files here.
binary-indep:
binary-indep: build install
# We have nothing to do by default.
 
# Build architecture-dependent files here.