Skip to content
Commits on Source (5)
stream-lib (2.9.8-1) UNRELEASED; urgency=medium
stream-lib (2.9.8-1) unstable; urgency=medium
* Initial release (Closes: #941083)
......
......@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper (>= 11),
debhelper (>= 12),
default-jdk,
maven-debian-helper (>= 2.1),
Build-Depends-Indep:
......@@ -15,7 +15,7 @@ Build-Depends-Indep:
libfastutil-java,
libguava-java,
libslf4j-java (>= 1.7.25),
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/stream-lib.git
Vcs-Browser: https://salsa.debian.org/java-team/stream-lib
Homepage: https://github.com/addthis/stream-lib
......
......@@ -4,6 +4,15 @@ Source: https://github.com/addthis/stream-lib
Files: *
Copyright: 2019, Matt Abrams <abramsm@addthis.com>
2014, The Apache Software Foundation
Comment:
NOTICE.txt states that the source also includes code adapted from:
.
Apache Solr (http://lucene.apache.org/solr/)
Copyright 2014 The Apache Software Foundation
.
Apache Mahout (http://mahout.apache.org/)
Copyright 2014 The Apache Software Foundation
License: Apache-2.0
Files: debian/*
......
Description: Removing tests which depend on unpackaged artifacts.
Author: Andrius Merkys <merkys@debian.org>
--- a/src/test/java/com/clearspring/analytics/stream/cardinality/TestAndGraphResults.java
+++ /dev/null
@@ -1,293 +0,0 @@
......