Skip to content

Commits on Source 4

carrotsearch-hppc (0.6.1-6) unstable; urgency=medium
* Team upload.
* Removed the @Generated annotation in the template to fix the build
failure with Java 11 (Closes: #912232)
* Standards-Version updated to 4.2.1
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 29 Oct 2018 23:20:35 +0100
carrotsearch-hppc (0.6.1-5) unstable; urgency=medium
* Team upload.
......
......@@ -10,9 +10,9 @@ Build-Depends:
libmaven-antrun-plugin-java,
maven-debian-helper (>= 2.2),
velocity
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/carrotsearch-hppc.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/carrotsearch-hppc.git
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/carrotsearch-hppc.git
Vcs-Browser: https://salsa.debian.org/java-team/carrotsearch-hppc
Homepage: http://labs.carrotsearch.com/hppc.html
Package: libcarrotsearch-hppc-java
......
Description: Removes the @javax.annotation.Generated annotation in the template to fix the build failure with Java 11
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/hppc-templateprocessor/src/main/java/com/carrotsearch/hppc/generator/TemplateOptions.java
+++ b/hppc-templateprocessor/src/main/java/com/carrotsearch/hppc/generator/TemplateOptions.java
@@ -105,7 +105,7 @@
public String getGeneratedAnnotation()
{
- return "@javax.annotation.Generated(date = \"" +
+ return "//@javax.annotation.Generated(date = \"" +
getTimeNow() + "\", value = \"HPPC generated from: " +
sourceFile.getName() + "\")";
}
01-remove-generated-annotation.patch
......@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename