diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 8 insertions, 1 deletions
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 <niels@thykier.net> 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 |