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 814ef0e86fd35ed82a08affc97e4425530734bec Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 28 23:35:17 2016 +0200 Enabled the OSGi metadata --- debian/changelog | 1 + debian/control | 2 ++ debian/libcommons-csv-java.poms | 2 +- debian/maven.rules | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 597f588..da259bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ commons-csv (1.4-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - New build dependency on libcommons-lang3-java + * Enabled the OSGi metadata * 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 91ed03a..5351eca 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 9), junit4, libcommons-lang3-java, libcommons-io-java, + libcommons-parent-java, libh2-java, + libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper (>= 1.5) Standards-Version: 3.9.8 diff --git a/debian/libcommons-csv-java.poms b/debian/libcommons-csv-java.poms index 64b1188..1d885c3 100644 --- a/debian/libcommons-csv-java.poms +++ b/debian/libcommons-csv-java.poms @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent --has-package-version --java-lib +pom.xml --has-package-version --java-lib diff --git a/debian/maven.rules b/debian/maven.rules index e6a8d5b..f16831b 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,4 @@ junit junit jar s/4\..*/4.x/ * * org.apache.commons commons-lang3 * s/.*/3.x/ * * +org.apache.commons commons-parent pom s/.*/debian/ * * -- 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

