From patchwork Wed May 2 16:58:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] UBUNTU: [Config] control.stub is an intermediate product not a dependancy Date: Wed, 02 May 2012 06:58:34 -0000 From: Andy Whitcroft X-Patchwork-Id: 156492 Message-Id: <1335977914-24255-2-git-send-email-apw@canonical.com> To: kernel-team@lists.ubuntu.com Cc: Andy Whitcroft 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 Acked-by: Leann Ogasawara --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 479b759..c348f3a 100755 --- a/debian/rules +++ b/debian/rules @@ -82,6 +82,7 @@ include $(DROOT)/rules.d/3-binary-indep.mk include $(DROOT)/rules.d/4-checks.mk # Misc stuff +.PHONY: $(DEBIAN)/control.stub $(DEBIAN)/control.stub: $(DEBIAN)/d-i/kernel-versions.in \ $(DROOT)/scripts/control-create \ $(DEBIAN)/control.stub.in \