[Restricted-changes] r151 - dists/trunk/vncrec/debian

bmsleight-guest at alioth.debian.org bmsleight-guest at alioth.debian.org
Mon Aug 13 08:54:14 UTC 2007


Author: bmsleight-guest
Date: 2007-08-13 08:54:14 +0000 (Mon, 13 Aug 2007)
New Revision: 151

Modified:
   dists/trunk/vncrec/debian/rules
Log:
Cleanup, part 3. Change order of when manfile is copied. Corrected typo.

Modified: dists/trunk/vncrec/debian/rules
===================================================================
--- dists/trunk/vncrec/debian/rules	2007-08-13 06:04:38 UTC (rev 150)
+++ dists/trunk/vncrec/debian/rules	2007-08-13 08:54:14 UTC (rev 151)
@@ -12,12 +12,9 @@
 	# Upstream source uses an Imakefile use xmkmf to gen Makefile
 	xmkmf -a
 
-	# Upstream source does not contain a man page which is required by gen Makefile
-	cp debian/vncrec.1 vncrec/vncrec.man
-
 	# Only want to build libvncauth and vncrec form the upstream tarball source
 	$(MAKE) -C libvncauth
-	$(MAKE) _C vncrec
+	$(MAKE) -C vncrec
 
 	cp ChangeLog changelog
 	gzip -9 changelog
@@ -32,6 +29,10 @@
 	# CLeaning package
 	# Upstream source uses an Imakefile use xmkmf to gen Makefile
 	xmkmf -a
+
+	# Upstream source does not contain a man page which is required by gen Makefile
+	cp  debian/manpage/vncrec.1 vncrec/vncrec.man
+
 	$(MAKE) -C libvncauth
 	$(MAKE) -C vncrec
 




More information about the Restricted-changes mailing list