[antlr3.2] 18/46: * d/rules: Set DEB_MAVEN_BUILD_TARGET := package install so that JAR will be installed in temporary maven repository. This should please javadoc:jar plugin. (Closes: #606294) (ie. it won't try to download antlr-gunit module from network). * d/control: Build-Depends on libmaven-install-plugin-java to get "install" lifecycle working.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 26 20:24:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository antlr3.2.
commit 5587dc0c456b9bc1351bed5b8e93e0ed3531001b
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Sat Jan 8 00:58:12 2011 +0000
* d/rules: Set DEB_MAVEN_BUILD_TARGET := package install
so that JAR will be installed in temporary maven repository.
This should please javadoc:jar plugin. (Closes: #606294)
(ie. it won't try to download antlr-gunit module from network).
* d/control: Build-Depends on libmaven-install-plugin-java to get
"install" lifecycle working.
---
debian/changelog | 12 ++++++++----
debian/control | 3 ++-
debian/maven.properties | 3 +--
debian/rules | 1 +
4 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bd973b7..41ef196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
antlr3 (3.2-5) unstable; urgency=low
- UNRELEASED
* Team upload.
- * Don't skip tests but ignore failures.
-
- -- Torsten Werner <twerner at debian.org> Tue, 03 Aug 2010 02:52:07 +0200
+ * d/rules: Set DEB_MAVEN_BUILD_TARGET := package install
+ so that JAR will be installed in temporary maven repository.
+ This should please javadoc:jar plugin. (Closes: #606294)
+ (ie. it won't try to download antlr-gunit module from network).
+ * d/control: Build-Depends on libmaven-install-plugin-java to get
+ "install" lifecycle working.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sat, 08 Jan 2011 01:55:34 +0100
antlr3 (3.2-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a5eb3bc..136a96f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror@
Build-Depends: debhelper (>= 7), cdbs, default-jdk,
maven-debian-helper (>= 1.1), libstringtemplate-java (>= 3.2.1),
libantlr-maven-plugin-java (>= 2.1), libmaven-plugin-testing-java,
- libmaven-javadoc-plugin-java, default-jdk-doc, gcj-native-helper
+ libmaven-javadoc-plugin-java, libmaven-install-plugin-java,
+ default-jdk-doc, gcj-native-helper
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr3
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr3
diff --git a/debian/maven.properties b/debian/maven.properties
index d93201f..be1360a 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,4 +1,3 @@
# Include here properties to pass to Maven during the build.
# For example:
-# maven.test.skip=true
-maven.test.failure.ignore=true
+maven.test.skip=true
diff --git a/debian/rules b/debian/rules
index 1c1c23a..7ae7e7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
endif
DEB_MAVEN_INSTALL_TO_USJ := false
+DEB_MAVEN_BUILD_TARGET := package install
DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | cut -d'+' -f1 -)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git
More information about the pkg-java-commits
mailing list