[antlr] 69/87: Added build-arch target in antlr

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:23 UTC 2017


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

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

commit 29040c151d5ef4dee3ad13b75275315d8f6ffddb
Author: Niels Thykier <nthykier at debian.org>
Date:   Thu Nov 10 21:07:20 2011 +0000

    Added build-arch target in antlr
---
 debian/changelog | 7 +++++++
 debian/rules     | 8 ++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05ab33f..d2b8272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/rules b/debian/rules
index 38fa100..dc9a84f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,11 @@ build-stamp-indep:
 	$(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 @@ binary-arch: build install
 	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

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



More information about the pkg-java-commits mailing list