[Git][java-team/libiconloader-java] Pushed new tag debian/0.0+git20170615+dfsg1-2
Tony Mancill pushed new tag debian/0.0+git20170615+dfsg1-2 at Debian Java Maintainers / libiconloader-java -- View it on GitLab: https://salsa.debian.org/java-team/libiconloader-java/tree/debian/0.0+git20170615+dfsg1-2 You're receiving this email because of your account on salsa.debian.org. ___ pkg-java-commits mailing list pkg-java-comm...@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits
[Git][java-team/libiconloader-java][master] 2 commits: replace debian/compat with debhelper-compat versioned dependency
Tony Mancill pushed to branch master at Debian Java Maintainers / libiconloader-java Commits: eb50514a by tony mancill at 2019-11-08T03:45:39Z replace debian/compat with debhelper-compat versioned dependency - - - - - 4634b86a by tony mancill at 2019-11-08T03:50:01Z prepare changelog for upload to unstable - - - - - 3 changed files: - debian/changelog - − debian/compat - debian/control Changes: = debian/changelog = @@ -1,3 +1,10 @@ +libiconloader-java (0.0+git20170615+dfsg1-2) unstable; urgency=medium + + * Team upload. + * Replace debian/compat with debhelper-compat versioned dependency + + -- tony mancill Thu, 07 Nov 2019 19:45:57 -0800 + libiconloader-java (0.0+git20170615+dfsg1-1) unstable; urgency=medium * Initial release. (Closes: #940867) = debian/compat deleted = @@ -1 +0,0 @@ -12 = debian/control = @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers Build-Depends: ant-optional, - debhelper (>= 12), + debhelper-compat (= 12), maven-repo-helper, default-jdk, junit, @@ -20,4 +20,4 @@ Package: libiconloader-java Architecture: all Depends: ${misc:Depends} Description: Smart Java Icon Loader with support of HiDPI (Retina) images - This is required for loading images in darcula (same author). \ No newline at end of file + This is required for loading images in darcula (same author). View it on GitLab: https://salsa.debian.org/java-team/libiconloader-java/compare/7db9a0be9b70fd623ae62987a7bb99420e0ff7de...4634b86a0d664f2a54a02e3e68d6de8b182f7ce4 -- View it on GitLab: https://salsa.debian.org/java-team/libiconloader-java/compare/7db9a0be9b70fd623ae62987a7bb99420e0ff7de...4634b86a0d664f2a54a02e3e68d6de8b182f7ce4 You're receiving this email because of your account on salsa.debian.org. ___ pkg-java-commits mailing list pkg-java-comm...@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits
[Git][java-team/darcula][master] do not include iconloader jar in darcula jar, add iconloader as dependency in pom.xml
Felix Natter pushed to branch master at Debian Java Maintainers / darcula Commits: 491864c0 by Felix Natter at 2019-11-07T18:26:02Z do not include iconloader jar in darcula jar, add iconloader as dependency in pom.xml - - - - - 2 changed files: - debian/patches/01_fix_gradle_build.patch - debian/patches/02_add_pom.patch Changes: = debian/patches/01_fix_gradle_build.patch = @@ -17,7 +17,14 @@ Last-Update: 2019-10-09 } } -@@ -35,7 +35,7 @@ +@@ -29,13 +29,13 @@ + + jar { + from { +-configurations.library.collect { it.isDirectory() ? it : zipTree(it) } ++ // configurations.library.collect { it.isDirectory() ? it : zipTree(it) } + } + } dependencies { library name: 'iconloader' = debian/patches/02_add_pom.patch = @@ -5,7 +5,7 @@ Last-Update: 2019-10-09 --- /dev/null +++ b/pom.xml -@@ -0,0 +1,22 @@ +@@ -0,0 +1,28 @@ + +http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"; xmlns="http://maven.apache.org/POM/4.0.0"; +xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> @@ -21,6 +21,12 @@ Last-Update: 2019-10-09 + compile + + ++ com.bulenkov ++ iconloader ++ 0.0+git20170615 ++ compile ++ ++ + junit + junit + 4.12 View it on GitLab: https://salsa.debian.org/java-team/darcula/commit/491864c0a6b12c794b08288725b344120fb38f96 -- View it on GitLab: https://salsa.debian.org/java-team/darcula/commit/491864c0a6b12c794b08288725b344120fb38f96 You're receiving this email because of your account on salsa.debian.org. ___ pkg-java-commits mailing list pkg-java-comm...@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits