[Git][java-team/carrotsearch-hppc][master] 4 commits: Standards-Version updated to 4.2.1

Emmanuel Bourg gitlab at salsa.debian.org
Mon Oct 29 22:26:20 GMT 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / carrotsearch-hppc


Commits:
7a177895 by Emmanuel Bourg at 2018-10-29T22:23:16Z
Standards-Version updated to 4.2.1

- - - - -
fdf3b554 by Emmanuel Bourg at 2018-10-29T22:23:16Z
Use salsa.debian.org Vcs-* URLs

- - - - -
47001231 by Emmanuel Bourg at 2018-10-29T22:23:16Z
Removed the @Generated annotation in the template to fix the build failure with Java 11 (Closes: #912232)

- - - - -
fba69529 by Emmanuel Bourg at 2018-10-29T22:23:16Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/patches/01-remove-generated-annotation.patch
- + debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+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 at apache.org>  Mon, 29 Oct 2018 23:20:35 +0100
+
 carrotsearch-hppc (0.6.1-5) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -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


=====================================
debian/patches/01-remove-generated-annotation.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Removes the @javax.annotation.Generated annotation in the template to fix the build failure with Java 11
+Author: Emmanuel Bourg <ebourg at 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() + "\")";
+     }


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01-remove-generated-annotation.patch


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename



View it on GitLab: https://salsa.debian.org/java-team/carrotsearch-hppc/compare/d47f8ecb93a6ada3bec5208269c42f71bb3b9397...fba695299d1c06ef116c218055ab2582599b4ec6

-- 
View it on GitLab: https://salsa.debian.org/java-team/carrotsearch-hppc/compare/d47f8ecb93a6ada3bec5208269c42f71bb3b9397...fba695299d1c06ef116c218055ab2582599b4ec6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181029/cbbcf762/attachment.html>


More information about the pkg-java-commits mailing list