This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch scala-2.11 in repository scala-2.10.
commit 77a2438fe99b41f8e9f01be75404ea18841aa6cd Author: Markus Koschany <[email protected]> Date: Mon Nov 16 23:03:36 2015 +0100 Add bnd-2.1.0.patch. --- debian/patches/bnd-2.1.0.patch | 24 ++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 25 insertions(+) diff --git a/debian/patches/bnd-2.1.0.patch b/debian/patches/bnd-2.1.0.patch new file mode 100644 index 0000000..a90e5ab --- /dev/null +++ b/debian/patches/bnd-2.1.0.patch @@ -0,0 +1,24 @@ +From: Markus Koschany <[email protected]> +Date: Mon, 16 Nov 2015 23:03:15 +0100 +Subject: bnd 2.1.0 + +Use Debian's bnd version. + +Forwarded: no +--- + build.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/build.xml b/build.xml +index 091674e..1d4e12a 100755 +--- a/build.xml ++++ b/build.xml +@@ -270,7 +270,7 @@ TODO: + <artifact:dependencies pathId="extra.tasks.classpath" filesetId="extra.tasks.fileset"> + <remoteRepository id="central" url="file:///usr/share/maven-repo"/> + <localRepository path="${user.home}/.m2/repository"/> +- <dependency groupId="biz.aQute" artifactId="bnd" version="1.50.0"/> ++ <dependency groupId="biz.aQute.bnd" artifactId="bnd" version="2.1.0"/> + </artifact:dependencies> + + <!-- JUnit --> diff --git a/debian/patches/series b/debian/patches/series index b2f5d7d..b95b06c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 0006-ignore-test-dependencies.patch 0008-disable-lib-fetching.patch local-repository.patch +bnd-2.1.0.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

