diff options
author | Niels Thykier <nthykier@debian.org> | 2011-11-22 06:56:56 +0000 |
---|---|---|
committer | Niels Thykier <nthykier@debian.org> | 2011-11-22 06:56:56 +0000 |
commit | a931f5180a8b28b0a1f08a9e976c88c810019f70 (patch) | |
tree | b746f3fb7eca1a26e89212829e37280379c2e7e3 | |
parent | 7fe400232722625cfe03f514ef0d070824e22f47 (diff) | |
download | java-common-a931f5180a8b28b0a1f08a9e976c88c810019f70.tar.gz |
Fixed FTBFS due to build depending on build-indepdebian/0.45
-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 |