aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2012-05-02 12:58:34 -0400
committerLuis Henriques <luis.henriques@canonical.com>2012-05-25 12:24:32 -0400
commit9dc153ffd3abf22e14d40fcc28591c212cb9224c (patch)
tree061036b00a4b24daf486277f086753b11ddeeb6b
parent8223459567bdb07db4d50c5dcf02c7f8dd3c9433 (diff)
UBUNTU: [Config] control.stub is an intermediate product not a dependancy
We want to make sure we always regenerate both control and control.stub whenever we clean. Otherwise the buildd will use the version of control.stub generated when we are building the source package. BugLink: http://bugs.launchpad.net/bugs/992414 Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 92ec033af3e..d398244168c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,6 +82,7 @@ include $(DROOT)/rules.d/3-binary-indep.mk
82include $(DROOT)/rules.d/4-checks.mk 82include $(DROOT)/rules.d/4-checks.mk
83 83
84# Misc stuff 84# Misc stuff
85.PHONY: $(DEBIAN)/control.stub
85$(DEBIAN)/control.stub: $(DEBIAN)/d-i/kernel-versions.in \ 86$(DEBIAN)/control.stub: $(DEBIAN)/d-i/kernel-versions.in \
86 $(DROOT)/scripts/control-create \ 87 $(DROOT)/scripts/control-create \
87 $(DEBIAN)/control.stub.in \ 88 $(DEBIAN)/control.stub.in \