[java-policy] 143/198: Fixed FTBFS due to build depending on build-indep

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 23 07:49:39 UTC 2015


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 <nthykier at debian.org>
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 <niels at 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

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



More information about the pkg-java-commits mailing list