This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-csv.
commit ea5f85cdf20efb7be3a1aca081665894a30cd98b Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 28 23:26:56 2016 +0200 New build dependency on libcommons-lang3-java --- debian/changelog | 4 +++- debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e7c116..597f588 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -commons-csv (1.2-2) UNRELEASED; urgency=medium +commons-csv (1.4-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - New build dependency on libcommons-lang3-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 9940cca..91ed03a 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, junit4, + libcommons-lang3-java, libcommons-io-java, libh2-java, libmaven-javadoc-plugin-java, diff --git a/debian/maven.rules b/debian/maven.rules index e85291e..e6a8d5b 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,3 @@ junit junit jar s/4\..*/4.x/ * * +org.apache.commons commons-lang3 * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-csv.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

