This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository trove3.
commit eee99648ca9a28c6acc52eb0a3081e00f8eafebf Author: Markus Koschany <[email protected]> Date: Sat Jan 30 15:20:35 2016 +0000 Release 3.0.3-3 --- debian/{README.Debian-source => README.source} | 2 +- debian/changelog | 12 ++++++++++++ debian/control | 8 ++++---- debian/patches/do-not-copy-junit.jar.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 4 +++- 6 files changed, 41 insertions(+), 6 deletions(-) diff --git a/debian/README.Debian-source b/debian/README.source similarity index 99% rename from debian/README.Debian-source rename to debian/README.source index 831ed26..2ac32a0 100644 --- a/debian/README.Debian-source +++ b/debian/README.source @@ -4,7 +4,7 @@ exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. -For more details on repackaging of upstream sources please see the +For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Torsten Werner <[email protected]> Fri Oct 12 19:17:47 CEST 2007 diff --git a/debian/changelog b/debian/changelog index f1d0e6f..54a8e33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +trove3 (3.0.3-3) unstable; urgency=medium + + * Team upload. + * Build target release and ship all generated classes like + TIntObjectHashMap.class. + * Enable the test suite. Add ant-optional and junit4 to Build-Depends. + * Remove Michael Koch from Uploaders. He is not active anymore. + * Use canonical Vcs-URI. Use https. + * Rename README.Debian-source to README.source. + + -- Markus Koschany <[email protected]> Sat, 30 Jan 2016 15:54:00 +0100 + trove3 (3.0.3-2) unstable; urgency=low * Bump to policy version 3.9.6 (no changes) diff --git a/debian/control b/debian/control index c2753ce..8124773 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: trove3 Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Erich Schubert <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 9), javahelper, default-jdk, ant, maven-repo-helper +Uploaders: Erich Schubert <[email protected]>, Torsten Werner <[email protected]> +Build-Depends: debhelper (>= 9), javahelper, default-jdk, ant, ant-optional, maven-repo-helper, junit4 Standards-Version: 3.9.6 Homepage: http://trove4j.sourceforge.net/ -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/trove3 -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/trove3/ +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/trove3 +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/trove3/ Package: libtrove3-java Architecture: all diff --git a/debian/patches/do-not-copy-junit.jar.patch b/debian/patches/do-not-copy-junit.jar.patch new file mode 100644 index 0000000..1998208 --- /dev/null +++ b/debian/patches/do-not-copy-junit.jar.patch @@ -0,0 +1,20 @@ +From: Markus Koschany <[email protected]> +Date: Sat, 30 Jan 2016 00:29:11 +0100 +Subject: do not copy junit.jar + +--- + build.xml | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/build.xml b/build.xml +index e85f287..6e5e591 100644 +--- a/build.xml ++++ b/build.xml +@@ -181,7 +181,6 @@ + <copy todir="${dist.root}/${version}"> + <fileset dir="${output.dir}" includes="lib/**,javadocs/**" /> + </copy> +- <copy todir="${dist.root}/${version}/lib" file="${lib}/junit.jar"/> + + <!-- Misc. Files --> + <copy todir="${dist.root}/${version}"> diff --git a/debian/patches/series b/debian/patches/series index 387e6e6..d19a9a1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01_build_target_5_0.patch add-maven-pom.patch +do-not-copy-junit.jar.patch diff --git a/debian/rules b/debian/rules index a5797cc..4f06a91 100755 --- a/debian/rules +++ b/debian/rules @@ -4,11 +4,13 @@ JAVA_HOME := /usr/lib/jvm/default-java DEB_UPSTREAM_VERSION := 3.0.3 +export CLASSPATH := /usr/share/java/junit4.jar + %: dh $@ --with javahelper,maven_repo_helper override_dh_auto_build-indep: - dh_auto_build -- -Dversion.number=$(DEB_UPSTREAM_VERSION) jar javadoc + dh_auto_build -- -Dversion.number=$(DEB_UPSTREAM_VERSION) release javadoc override_dh_auto_install-indep: # Install pom and jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/trove3.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

