[Git][java-team/easybind][master] 8 commits: Mark libeasybind-java Multi-arch: foreign

Tony Mancill gitlab at salsa.debian.org
Sat Feb 23 20:16:46 GMT 2019


Tony Mancill pushed to branch master at Debian Java Maintainers / easybind


Commits:
ccf41f92 by tony mancill at 2019-02-23T18:31:43Z
Mark libeasybind-java Multi-arch: foreign

- - - - -
89fc2e5f by tony mancill at 2019-02-23T18:36:07Z
Correct Homepage URL in debian/control

- - - - -
7a4958c3 by tony mancill at 2019-02-23T19:48:23Z
Update gradle build patch for javafx

- - - - -
71f578ac by tony mancill at 2019-02-23T19:59:30Z
Add stubbed implementation of getViewIndex() for JavaFX 9 compatibility

- - - - -
36d34297 by tony mancill at 2019-02-23T20:02:26Z
Update Vcs- URLs to point to Salsa

- - - - -
1599842a by tony mancill at 2019-02-23T20:02:43Z
Bump Standards-Version to 4.3.0

- - - - -
35aac603 by tony mancill at 2019-02-23T20:13:23Z
Use debhelper 12

- - - - -
68e8b1cf by tony mancill at 2019-02-23T20:13:53Z
prepare changelog for upload

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/patches/01_build_gradle.patch
- + debian/patches/02_javafx_9_compatibility.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,14 @@
-easybind (1.0.3-2) UNRELEASED; urgency=medium
+easybind (1.0.3-2) unstable; urgency=medium
 
-  * Update Vcs-Git URL.
+  * Mark libeasybind-java Multi-arch: foreign
+  * Correct Homepage URL in debian/control
+  * Update gradle build patch for javafx (Closes: #915208)
+  * Add stubbed implementation of getViewIndex() for JavaFX 9
+  * Update Vcs- URLs to point to Salsa
+  * Bump Standards-Version to 4.3.0
+  * Use debhelper 12
 
- -- tony mancill <tmancill at debian.org>  Mon, 26 Dec 2016 20:49:07 -0800
+ -- tony mancill <tmancill at debian.org>  Sat, 23 Feb 2019 12:02:47 -0800
 
 easybind (1.0.3-1) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -3,19 +3,20 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: tony mancill <tmancill at debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 12),
                default-jdk (>= 1:1.8),
                gradle-debian-helper,
                junit4,
                libopenjfx-java,
                maven-repo-helper
-Standards-Version: 3.9.8
-Homepage: https://github.com/bkromhout/java-diff-utils
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/easybind.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/easybind.git
+Standards-Version: 4.3.0
+Homepage: https://github.com/TomasMikula/EasyBind
+Vcs-Git: https://salsa.debian.org/java-team/easybind.git
+Vcs-Browser: https://salsa.debian.org/java-team/easybind
 
 Package: libeasybind-java
 Architecture: all
+Multi-arch: foreign
 Depends: ${misc:Depends}
 Description: helper library for custom JavaFX bindings using lamdas
  EasyBind leverages lambdas to reduce boilerplate


=====================================
debian/patches/01_build_gradle.patch
=====================================
@@ -15,7 +15,7 @@ Forwarded: not-needed
  group = 'org.fxmisc.easybind'
  
  dependencies {
-+    compile fileTree(include: ['*.jar'], dir: '/usr/share/java/openjfx/jre/lib/ext')
++    compile fileTree(include: ['javafx-*.jar'], dir: '/usr/share/java')
      testCompile group: 'junit', name: 'junit', version: '[4.0,)'
  }
  


=====================================
debian/patches/02_javafx_9_compatibility.patch
=====================================
@@ -0,0 +1,14 @@
+--- a/src/main/java/org/fxmisc/easybind/MappedList.java
++++ b/src/main/java/org/fxmisc/easybind/MappedList.java
+@@ -23,6 +23,11 @@
+     }
+ 
+     @Override
++    public int getViewIndex(int index) {
++        return index;
++    }
++
++    @Override
+     public E get(int index) {
+         return mapper.apply(getSource().get(index));
+     }


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 01_build_gradle.patch
+02_javafx_9_compatibility.patch



View it on GitLab: https://salsa.debian.org/java-team/easybind/compare/76b59ba71d4bb50994d88a6d4788e6a797d4ccb6...68e8b1cf50013ab1383473dcf5d48ce2b6343ed2

-- 
View it on GitLab: https://salsa.debian.org/java-team/easybind/compare/76b59ba71d4bb50994d88a6d4788e6a797d4ccb6...68e8b1cf50013ab1383473dcf5d48ce2b6343ed2
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/20190223/0788b8a7/attachment.html>


More information about the pkg-java-commits mailing list