Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Adding a comment about the copyright of the included code.
· 653b31ba
Andrius Merkys
authored
Sep 25, 2019
653b31ba
Bumping debhelper compat level (no changes).
· c34372fe
Andrius Merkys
authored
Sep 25, 2019
c34372fe
Adding patch description.
· a28aa93a
Andrius Merkys
authored
Sep 25, 2019
a28aa93a
Preparing for upload.
· 1feb02f8
Andrius Merkys
authored
Sep 25, 2019
1feb02f8
Bumping Standards-Version (no changes).
· b67ca3e6
Andrius Merkys
authored
Sep 25, 2019
b67ca3e6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b67ca3e6
stream-lib (2.9.8-1)
UNRELEASED
; urgency=medium
stream-lib (2.9.8-1)
unstable
; urgency=medium
* Initial release (Closes: #941083)
...
...
debian/compat
View file @
b67ca3e6
1
1
1
2
debian/control
View file @
b67ca3e6
...
...
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper (>= 1
1
),
debhelper (>= 1
2
),
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
...
...
debian/copyright
View file @
b67ca3e6
...
...
@@ -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/*
...
...
debian/patches/remove-tests-with-missing-deps.patch
View file @
b67ca3e6
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 @@
...
...