r4355 - dists/trunk/linux-2.6/debian

Jurij Smakov jurij-guest at costa.debian.org
Sat Oct 8 22:38:17 UTC 2005


Author: jurij-guest
Date: 2005-10-08 22:38:16 +0000 (Sat, 08 Oct 2005)
New Revision: 4355

Modified:
   dists/trunk/linux-2.6/debian/rules
Log:
Made both binary-indep and binary-arch depend on
build, per policy.


Modified: dists/trunk/linux-2.6/debian/rules
===================================================================
--- dists/trunk/linux-2.6/debian/rules	2005-10-08 16:08:34 UTC (rev 4354)
+++ dists/trunk/linux-2.6/debian/rules	2005-10-08 22:38:16 UTC (rev 4355)
@@ -48,11 +48,11 @@
 	rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/*.pyc
 	dh_clean
 
-binary-indep:
+binary-indep: build
 	dh_testdir
 	$(MAKE) -f debian/rules.gen binary-indep
 
-binary-arch:
+binary-arch: build
 	dh_testdir
 	$(MAKE) -f debian/rules.gen binary-arch-$(DEB_HOST_ARCH)
 




More information about the Kernel-svn-changes mailing list