Skip to content
Commits on Source (5)
trove3 (3.0.3-5) unstable; urgency=medium
[ Steffen Möller ]
* Team upload.
* Update watch - project moved to bitbucket
* Using Files-Excluded in d/copyright, formatting.
[ Markus Koschany ]
* Declare compliance with Debian Policy 4.2.1.
* Add no-CORBA-JDK11.patch. Remove the test failing with OpenJDK 11.
(Closes: #912265)
-- Markus Koschany <apo@debian.org> Mon, 29 Oct 2018 20:02:06 +0100
trove3 (3.0.3-4) unstable; urgency=medium
* Team upload.
......
......@@ -13,7 +13,7 @@ Build-Depends:
javahelper,
junit4,
maven-repo-helper
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/trove3.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/trove3.git
Homepage: http://trove4j.sourceforge.net/
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Trove
Source: http://trove4j.sourceforge.net/
Files-Excluded: lib/
Files-Excluded:
lib/
javadocs/*
*.jar
......@@ -12,7 +12,26 @@ Copyright:
Johan Parent <jparent@users.sourceforge.net>
Jeff Randall <randall@uph.com>
Eric D. Friedman <ericdf@users.sourceforge.net>
License: GPL-2.1+
License: LGPL-2.1+
Files: src/gnu/trove/impl/PrimeFinder.java
src/gnu/trove/impl/HashFunctions.java
Copyright: (c) 1999 CERN - European Organization for Nuclear Research.
License: custom
Permission to use, copy, modify, distribute and sell this software and
its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation. CERN makes no representations about the
suitability of this software for any purpose. It is provided "as is"
without expressed or implied warranty.
Files: debian/*
Copyright: 12-April-2007 Arnaud Vandyck <avdyk@debian.org> on .
02-June-2012 Erich Schubert <erich@debian.org> for update to Trove 3
License: LGPL-2.1+
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
......@@ -30,19 +49,4 @@ License: GPL-2.1+
On Debian systems, you can find the LGPL license in:
/usr/share/common-licenses/LGPL-2.1
Files: src/gnu/trove/impl/PrimeFinder.java
src/gnu/trove/impl/HashFunctions.java
Copyright: (c) 1999 CERN - European Organization for Nuclear Research.
License: custom
Permission to use, copy, modify, distribute and sell this software and
its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation. CERN makes no representations about the
suitability of this software for any purpose. It is provided "as is"
without expressed or implied warranty.
Files: debian/*
Copyright: 12-April-2007 Arnaud Vandyck <avdyk@debian.org> on .
02-June-2012 Erich Schubert <erich@debian.org> for update to Trove 3
License: GPL-2.1+
Index: trove-3.0.3/build.xml
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Mon, 29 Oct 2018 19:57:12 +0100
Subject: _build_target_5_0
===================================================================
--- trove-3.0.3.orig/build.xml
+++ trove-3.0.3/build.xml
---
build.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index db1ff1d..e85f287 100644
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@
<target name="compile" depends="generate">
<javac destdir="${output.dest}"
......
Index: trove-3.0.3/resources/maven-manual-deploy-pom.xml
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Mon, 29 Oct 2018 19:57:12 +0100
Subject: add-maven-pom
===================================================================
---
resources/maven-manual-deploy-pom.xml | 41 +++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 resources/maven-manual-deploy-pom.xml
diff --git a/resources/maven-manual-deploy-pom.xml b/resources/maven-manual-deploy-pom.xml
new file mode 100644
index 0000000..f826b3f
--- /dev/null
+++ trove-3.0.3/resources/maven-manual-deploy-pom.xml
+++ b/resources/maven-manual-deploy-pom.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
......
This diff is collapsed.
01_build_target_5_0.patch
add-maven-pom.patch
do-not-copy-junit.jar.patch
no-CORBA-JDK11.patch