[Git][java-team/lombok-patcher][master] 7 commits: New upstream version 0.34

Markus Koschany gitlab at salsa.debian.org
Sun Sep 29 16:35:54 BST 2019



Markus Koschany pushed to branch master at Debian Java Maintainers / lombok-patcher


Commits:
c8d4336e by Markus Koschany at 2019-09-28T21:47:17Z
New upstream version 0.34
- - - - -
fae7297d by Markus Koschany at 2019-09-28T21:47:18Z
Update upstream source from tag 'upstream/0.34'

Update to upstream version '0.34'
with Debian dir 5da791215a44b939641d9e3875b543b3c8ac4cbb
- - - - -
af7e6689 by Markus Koschany at 2019-09-28T22:18:25Z
Update changelog

- - - - -
45a85939 by Markus Koschany at 2019-09-28T22:19:49Z
Fix liblombok-patcher-java.jlibs

- - - - -
67ed4534 by Markus Koschany at 2019-09-29T15:30:37Z
Switch to debhelper-compat = 12.

- - - - -
513f39f2 by Markus Koschany at 2019-09-29T15:31:55Z
Update copyright years

- - - - -
0b9bbcf3 by Markus Koschany at 2019-09-29T15:32:26Z
Update changelog

- - - - -


8 changed files:

- build.xml
- buildScripts/ivy.xml
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/liblombok-patcher-java.jlibs
- src/patcher/lombok/patcher/Version.java


Changes:

=====================================
build.xml
=====================================
@@ -30,7 +30,7 @@
 	
 	<target name="load-ipp" depends="download-ipp">
 		<taskdef classpath="lib/ivyplusplus.jar" resource="com/zwitserloot/ivyplusplus/antlib.xml" uri="antlib:com.zwitserloot.ivyplusplus" />
-		<ivy:ensureippversion version="1.22" property="ivyplusplus.minimumAvailable" />
+		<ivy:ensureippversion version="1.26" property="ivyplusplus.minimumAvailable" />
 	</target>
 
 	<target name="redownload-ipp" unless="ivyplusplus.minimumAvailable">


=====================================
buildScripts/ivy.xml
=====================================
@@ -11,9 +11,9 @@
 		<dependency org="junit" name="junit" rev="4.12" conf="test -> default"/>
 		<dependency org="com.jcraft" name="jsch" rev="0.1.42" conf="build->default" />
 		<dependency org="projectlombok.org" name="jsch-ant-fixed" rev="0.1.45" conf="build" />
-		<dependency org="org.ow2.asm" name="asm" rev="7.0" conf="runtime, build -> default; contrib->sources" />
-		<dependency org="org.ow2.asm" name="asm-tree" rev="7.0" conf="runtime, build->default; contrib->sources" />
-		<dependency org="org.ow2.asm" name="asm-commons" rev="7.0" conf="runtime, build->default; contrib->sources" />
+		<dependency org="org.ow2.asm" name="asm" rev="7.1" conf="runtime, build -> default; contrib->sources" />
+		<dependency org="org.ow2.asm" name="asm-tree" rev="7.1" conf="runtime, build->default; contrib->sources" />
+		<dependency org="org.ow2.asm" name="asm-commons" rev="7.1" conf="runtime, build->default; contrib->sources" />
 		<dependency org="net.java.dev.jna" name="jna" rev="3.2.2" conf="runtimeInjector, build->master" />
 	</dependencies>
 </ivy-module>


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+lombok-patcher (0.34-1) unstable; urgency=medium
+
+  * New upstream version 0.34.
+  * Switch to debhelper-compat = 12.
+
+ -- Markus Koschany <apo at debian.org>  Sun, 29 Sep 2019 17:32:09 +0200
+
 lombok-patcher (0.32-1) unstable; urgency=medium
 
   * New upstream version 0.32.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Uploaders:
 Build-Depends:
  ant,
  ant-optional,
- debhelper (>= 11),
+ debhelper-compat (= 12),
  default-jdk,
  ivyplusplus,
  javahelper,


=====================================
debian/copyright
=====================================
@@ -3,7 +3,7 @@ Upstream-Name: lombok.patcher
 Source: https://github.com/rzwitserloot/lombok.patcher
 
 Files: *
-Copyright: 2009-2015 The Project Lombok Authors.
+Copyright: 2009-2019 The Project Lombok Authors.
 License: Expat
 
 Files: debian/*


=====================================
debian/liblombok-patcher-java.jlibs
=====================================
@@ -1,2 +1,2 @@
 dist/lombok.patcher.jar
-dist/lombok.injector-0.32.jar
+dist/lombok.injector-0.34.jar


=====================================
src/patcher/lombok/patcher/Version.java
=====================================
@@ -26,7 +26,7 @@ package lombok.patcher;
  */
 public class Version {
 	// ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries).
-	private static final String VERSION = "0.32";
+	private static final String VERSION = "0.34";
 	
 	private Version() {
 		//Prevent instantiation



View it on GitLab: https://salsa.debian.org/java-team/lombok-patcher/compare/88f19832e41489d07b03c0fbc5f1f323cdc3f971...0b9bbcf38b0bcbe17a559d2623e12977a3ff3fd1

-- 
View it on GitLab: https://salsa.debian.org/java-team/lombok-patcher/compare/88f19832e41489d07b03c0fbc5f1f323cdc3f971...0b9bbcf38b0bcbe17a559d2623e12977a3ff3fd1
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/20190929/c4037978/attachment.html>


More information about the pkg-java-commits mailing list