This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libitext-java.
commit 23b7faecd0f645961a3c922fb5c432cd23fe1476 Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 27 15:10:47 2014 +0000 Fixed the dependencies in the pom (Closes: #771198) --- debian/changelog | 1 + debian/maven.rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index c52f048..f220be2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libitext-java (2.1.7-9) UNRELEASED; urgency=medium * Team upload. + * Fixed the dependencies in the pom (Closes: #771198) * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Thu, 27 Nov 2014 15:40:18 +0100 diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..cee7ceb --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,4 @@ + +s/bouncycastle/org.bouncycastle/ s/bcmail-bc.jdk/bcmail/ * s/.*/debian/ * * +s/bouncycastle/org.bouncycastle/ s/bcprov-bc.jdk/bcprov/ * s/.*/debian/ * * +s/bouncycastle/org.bouncycastle/ s/bctsp-bc.jdk/bcpkix/ * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libitext-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

