[Git][java-team/unsafe-mock][master] 5 commits: Standards-Version updated to 4.2.1

Emmanuel Bourg gitlab at salsa.debian.org
Thu Nov 29 11:02:29 GMT 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / unsafe-mock


Commits:
044e97c1 by Emmanuel Bourg at 2018-11-29T10:44:44Z
Standards-Version updated to 4.2.1

- - - - -
b657f470 by Emmanuel Bourg at 2018-11-29T10:44:49Z
Switch to debhelper level 11

- - - - -
6308e7eb by Emmanuel Bourg at 2018-11-29T10:44:55Z
Use salsa.debian.org Vcs-* URLs

- - - - -
3d007490 by Emmanuel Bourg at 2018-11-29T11:01:57Z
Fixed the build failure with Java 11 (Closes: #912273)

- - - - -
49d5eb60 by Emmanuel Bourg at 2018-11-29T11:02:11Z
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- + debian/patches/01-java11-compatibility.patch
- + debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+unsafe-mock (8.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with Java 11 (Closes: #912273)
+  * Standards-Version updated to 4.2.1
+  * Switch to debhelper level 11
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 29 Nov 2018 12:02:03 +0100
+
 unsafe-mock (8.0-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -4,13 +4,13 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Miguel Landaeta <nomadium at debian.org>
 Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
  default-jdk,
  junit,
  maven-debian-helper (>= 1.5)
-Standards-Version: 4.1.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/unsafe-mock.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/unsafe-mock.git
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/unsafe-mock.git
+Vcs-Browser: https://salsa.debian.org/java-team/unsafe-mock
 Homepage: https://github.com/headius/unsafe-mock
 
 Package: libunsafe-mock-java


=====================================
debian/patches/01-java11-compatibility.patch
=====================================
@@ -0,0 +1,13 @@
+Description: Fixes the build failure with Java 11
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/src/main/java/sun/misc/Unsafe.java
++++ b/src/main/java/sun/misc/Unsafe.java
+@@ -80,7 +80,6 @@
+      *             access to the system properties.
+      */
+     public static Unsafe getUnsafe() {
+-        Class<?> cc = sun.reflect.Reflection.getCallerClass(2);
+         return theUnsafe;
+     }
+ 


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01-java11-compatibility.patch


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



View it on GitLab: https://salsa.debian.org/java-team/unsafe-mock/compare/ec49c4e21c4f70dc299ff25ba90eb8185b46e3d8...49d5eb608171cc760c70f13a55de387bc7c482d0

-- 
View it on GitLab: https://salsa.debian.org/java-team/unsafe-mock/compare/ec49c4e21c4f70dc299ff25ba90eb8185b46e3d8...49d5eb608171cc760c70f13a55de387bc7c482d0
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/20181129/0aea3a20/attachment.html>


More information about the pkg-java-commits mailing list