[kernel] r19353 - dists/squeeze-backports/linux/debian
Ben Hutchings
benh at alioth.debian.org
Wed Aug 22 22:39:04 UTC 2012
Author: benh
Date: Wed Aug 22 22:38:42 2012
New Revision: 19353
Log:
Make build target depend on build-arch only
In squeeze, dpkg-buildpackage will invoke the build target even for a
binary-indep build. We don't want to build documentation on each
architecture (and it will fail because the necessary tools aren't
included in Build-Depends). The binary-indep target still effectively
depends on build-indep, so we can just drop the dependency from the
build target.
Modified:
dists/squeeze-backports/linux/debian/changelog
dists/squeeze-backports/linux/debian/rules
Modified: dists/squeeze-backports/linux/debian/changelog
==============================================================================
--- dists/squeeze-backports/linux/debian/changelog Tue Aug 21 12:28:31 2012 (r19352)
+++ dists/squeeze-backports/linux/debian/changelog Wed Aug 22 22:38:42 2012 (r19353)
@@ -1,3 +1,11 @@
+linux (3.2.23-1~bpo60+2) squeeze-backports; urgency=low
+
+ * Rebuild for squeeze:
+ - Make build target depend on build-arch only, so we don't redundantly
+ build documentation on each architecture
+
+ -- Ben Hutchings <ben at decadent.org.uk> Wed, 22 Aug 2012 14:16:33 +0100
+
linux (3.2.23-1~bpo60+1) squeeze-backports; urgency=low
* Rebuild for squeeze:
Modified: dists/squeeze-backports/linux/debian/rules
==============================================================================
--- dists/squeeze-backports/linux/debian/rules Tue Aug 21 12:28:31 2012 (r19352)
+++ dists/squeeze-backports/linux/debian/rules Wed Aug 22 22:38:42 2012 (r19353)
@@ -32,7 +32,8 @@
$(MAKE) -f debian/rules.gen setup_$(DEB_HOST_ARCH)
@$(stamp)
-build: build-arch build-indep
+#build: build-arch build-indep
+build: build-arch
build-arch: debian/control $(STAMPS_DIR)/build-arch-base
$(STAMPS_DIR)/build-arch-base: $(STAMPS_DIR)/setup-base
More information about the Kernel-svn-changes
mailing list