[pkg-java] r15372 - trunk/antlr/debian
Niels Thykier
nthykier at alioth.debian.org
Thu Nov 10 21:07:21 UTC 2011
Author: nthykier
Date: 2011-11-10 21:07:20 +0000 (Thu, 10 Nov 2011)
New Revision: 15372
Modified:
trunk/antlr/debian/changelog
trunk/antlr/debian/rules
Log:
Added build-arch target in antlr
Modified: trunk/antlr/debian/changelog
===================================================================
--- trunk/antlr/debian/changelog 2011-11-09 21:49:17 UTC (rev 15371)
+++ trunk/antlr/debian/changelog 2011-11-10 21:07:20 UTC (rev 15372)
@@ -1,3 +1,10 @@
+antlr (2.7.7+dfsg-2) unstable; urgency=low
+
+ * Team upload.
+ * Add build-arch target to debian/rules.
+
+ -- Niels Thykier <niels at thykier.net> Thu, 10 Nov 2011 22:05:17 +0100
+
antlr (2.7.7+dfsg-1) unstable; urgency=low
* Remove 2 non-free files from orig tarball. Thanks to Sam Geeraerts.
Modified: trunk/antlr/debian/rules
===================================================================
--- trunk/antlr/debian/rules 2011-11-09 21:49:17 UTC (rev 15371)
+++ trunk/antlr/debian/rules 2011-11-10 21:07:20 UTC (rev 15372)
@@ -25,7 +25,11 @@
$(MAKE) -C lib/csharp
touch build-stamp-indep
-build: configure build-stamp
+# Do not depend on build-indep as B-D-I may not be available and
+# buildd blindly call build. Instead, binary depends on binary-indep
+# which in turn depends on build-indep (via install-indep).
+build: build-arch
+build-arch: configure build-stamp
build-stamp:
dh_testdir
uudecode -o debian/antlr.snk debian/antlr.snk.uue
@@ -171,7 +175,7 @@
dh_builddeb -plibantlr-dev
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
get-orig-pom:
wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/antlr/antlr/$(VERSION)/antlr-$(VERSION).pom
More information about the pkg-java-commits
mailing list