[pkg-boost-commits] r14023 - boost-build/trunk/debian

Domenico Andreoli cavok at alioth.debian.org
Thu Nov 9 12:25:40 CET 2006


Author: cavok
Date: 2006-11-09 12:25:40 +0100 (Thu, 09 Nov 2006)
New Revision: 14023

Modified:
   boost-build/trunk/debian/rules
Log:
added missing required targets

Modified: boost-build/trunk/debian/rules
===================================================================
--- boost-build/trunk/debian/rules	2006-11-09 11:07:30 UTC (rev 14022)
+++ boost-build/trunk/debian/rules	2006-11-09 11:25:40 UTC (rev 14023)
@@ -11,6 +11,9 @@
 	dh_testroot
 	dh_clean
 
+build:
+	# nothing to do
+
 binary-indep:
 	dh_testdir
 	dh_testroot
@@ -35,5 +38,8 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-arch:
+	# nothing to do
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




More information about the pkg-boost-commits mailing list