This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java-policy.

commit a931f5180a8b28b0a1f08a9e976c88c810019f70
Author: Niels Thykier <[email protected]>
Date:   Tue Nov 22 06:56:56 2011 +0000

    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 <[email protected]>  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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/java-policy.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to