From a931f5180a8b28b0a1f08a9e976c88c810019f70 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Tue, 22 Nov 2011 06:56:56 +0000 Subject: Fixed FTBFS due to build depending on build-indep --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6576b43..848cea6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +java-common (0.45) unstable; urgency=low + + * Fixed FTBFS due to build depending on build-indep. + + -- Niels Thykier Tue, 22 Nov 2011 07:55:59 +0100 + java-common (0.44) unstable; urgency=low * Added build-arch target to d/rules. diff --git a/debian/rules b/debian/rules index 50fbd3d..bfbc6e2 100755 --- a/debian/rules +++ b/debian/rules @@ -44,9 +44,10 @@ jre_provides = $(call mk_cslist,$(provides),runtime) jhl_provides = $(call mk_cslist,$(provides),runtime-headless) jdk_provides = $(call mk_cslist,$(provides),sdk) -build: build-indep build-arch +build: build-arch build-arch: # Do nothing :) + build-indep: build-stamp build-stamp: dh_testdir -- cgit v1.2.3