This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmosis.
commit 371579dab27e3dda4ee3b0e39673c328979989c8 Author: Bas Couwenberg <[email protected]> Date: Fri Jul 29 12:28:37 2016 +0200 Update maven.rules for spring-jdbc. (closes: #832869) --- debian/changelog | 7 +++++++ debian/maven.rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b11ccad..25c7a95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osmosis (0.45-2) UNRELEASED; urgency=medium + + * Update maven.rules for spring-jdbc. + (closes: #832869) + + -- Bas Couwenberg <[email protected]> Fri, 29 Jul 2016 12:26:12 +0200 + osmosis (0.45-1) unstable; urgency=medium * New upstream release. diff --git a/debian/maven.rules b/debian/maven.rules index c689caa..8c4c8a0 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,6 +1,6 @@ junit junit * s/.*/4.x/ * * -org.springframework spring-jdbc * s/.*/3.x/ * * +org.springframework spring-jdbc * s/.*/debian/ * * s/org.jboss.netty/io.netty/ netty * s/.*/debian/ * * s/org.postgis/net.postgis/ postgis-jdbc * s/.*/debian/ * * s/org.postgresql/postgresql/ postgresql * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmosis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

