[pkg-vlock-commit] r50 - trunk/debian

Peter Palfrader weasel at costa.debian.org
Mon Feb 20 12:42:35 CET 2006


Author: weasel
Date: 2006-02-20 11:42:35 +0000 (Mon, 20 Feb 2006)
New Revision: 50

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Do not build vlock.man during build.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-02-20 11:39:28 UTC (rev 49)
+++ trunk/debian/changelog	2006-02-20 11:42:35 UTC (rev 50)
@@ -22,8 +22,9 @@
     This way we support DEB_BUILD_OPTIONS=nostrip.
   * Remove vlock.man in clean target as it's build by upstream's Makefile
     anyway and we don't need it in the diff.
+  * Do not build vlock.man during build.
 
- -- Peter Palfrader <weasel at debian.org>  Sat, 15 Oct 2005 16:51:23 +0200
+ -- Peter Palfrader <weasel at debian.org>  Mon, 20 Feb 2006 12:42:06 +0100
 
 vlock (1.3-8) unstable; urgency=medium
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-02-20 11:39:28 UTC (rev 49)
+++ trunk/debian/rules	2006-02-20 11:42:35 UTC (rev 50)
@@ -11,7 +11,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE) vlock vlock.man
+	$(MAKE) vlock
 	cat vlock.spec | awk 'BEGIN {a=0; b=0} /^%changelog/ {a=1} /^%/ {if (a>1) {a=0}} {if (a>1) {print} else if (a==1) {a++}}' > debian/upstream.changelog
 	cp vlock.pamd debian/vlock.pam
 



More information about the pkg-vlock-commit mailing list