[plexus-containers] 03/35: add Build-Depends: libgoogle-collections-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jul 24 12:58:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-containers.
commit 770fdb0b8d0e1fc28f4172398321e9be3940a887
Author: Torsten Werner <twerner at debian.org>
Date: Sat Nov 29 18:41:27 2008 +0000
add Build-Depends: libgoogle-collections-java
---
debian/control | 2 +-
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 48fd046..2a8b942 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), ant-optional, default-jdk,
- maven-ant-helper
+ maven-ant-helper, libgoogle-collections-java
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-containers
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-containers/
diff --git a/debian/rules b/debian/rules
index 446f0ab..a6a219f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@ include /usr/share/cdbs/1/class/ant.mk
PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g")
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := commons-cli maven2 plexus-classworlds plexus-utils
+DEB_JARS := commons-cli google-collect maven2 plexus-classworlds \
+ plexus-utils
DEB_ANT_BUILD_TARGET := package javadoc
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_ARGS := -Dversion=$(VERSION)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers.git
More information about the pkg-java-commits
mailing list