[pkg-java] r15431 - trunk/java-common/debian

Niels Thykier nthykier at alioth.debian.org
Tue Nov 22 06:56:56 UTC 2011


Author: nthykier
Date: 2011-11-22 06:56:56 +0000 (Tue, 22 Nov 2011)
New Revision: 15431

Modified:
   trunk/java-common/debian/changelog
   trunk/java-common/debian/rules
Log:
Fixed FTBFS due to build depending on build-indep

Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog	2011-11-21 23:50:41 UTC (rev 15430)
+++ trunk/java-common/debian/changelog	2011-11-22 06:56:56 UTC (rev 15431)
@@ -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.

Modified: trunk/java-common/debian/rules
===================================================================
--- trunk/java-common/debian/rules	2011-11-21 23:50:41 UTC (rev 15430)
+++ trunk/java-common/debian/rules	2011-11-22 06:56:56 UTC (rev 15431)
@@ -44,9 +44,10 @@
 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




More information about the pkg-java-commits mailing list