Andrej Shadura pushed to branch master at Debian Java Maintainers / intellij-annotations
Commits: fcd46d0b by Andrej Shadura at 2018-09-24T08:14:32Z Install new JARs as org.jetbrains.* - - - - - 5932cd50 by Andrej Shadura at 2018-09-24T08:27:07Z Update the homepage - - - - - 3481e5ae by Andrej Shadura at 2018-09-24T08:27:22Z Provide libjetbrains-annotations-java - - - - - f477c139 by Andrej Shadura at 2018-09-24T08:29:57Z Update the watch file - - - - - f68d1c02 by Andrej Shadura at 2018-09-24T08:30:25Z Update the changelog - - - - - 5 changed files: - debian/changelog - debian/control - debian/libintellij-annotations-java.links - debian/libintellij-annotations-java.poms - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +intellij-annotations (16.0.2-3) unstable; urgency=medium + + * Install new JARs as org.jetbrains.*. + * Update the homepage. + * Provide libjetbrains-annotations-java. + * Update the watch file. + + -- Andrej Shadura <[email protected]> Mon, 24 Sep 2018 10:30:15 +0200 + intellij-annotations (16.0.2-2) unstable; urgency=medium * Bump sourceCompatibility to 1.8. ===================================== debian/control ===================================== @@ -14,13 +14,14 @@ Build-Depends: Standards-Version: 3.9.7 Vcs-Git: https://salsa.debian.org/java-team/intellij-annotations Vcs-Browser: https://salsa.debian.org/java-team/intellij-annotations -Homepage: https://github.com/JetBrains/intellij-community +Homepage: https://github.com/JetBrains/java-annotations/ Package: libintellij-annotations-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} +Provides: libjetbrains-annotations-java Suggests: libintellij-annotations-java-doc Description: annotations used for code inspection support and code documentation ===================================== debian/libintellij-annotations-java.links ===================================== @@ -1 +1 @@ -/usr/share/java/com.intellij.annotations-java8.jar /usr/share/java/com.intellij.annotations.jar +/usr/share/java/org.jetbrains.annotations-java8.jar /usr/share/java/com.intellij.annotations.jar ===================================== debian/libintellij-annotations-java.poms ===================================== @@ -1,2 +1,2 @@ -common/build/debian/common.pom --artifact=common/build/libs/common-16.0.2-SNAPSHOT.jar --java-lib --usj-name=com.intellij.annotations-common -java8/build/debian/annotations.pom --artifact=java8/build/libs/annotations-16.0.2-SNAPSHOT.jar --java-lib --usj-name=com.intellij.annotations-java8 +common/build/debian/common.pom --artifact=common/build/libs/common-16.0.2-SNAPSHOT.jar --java-lib --usj-name=org.jetbrains.annotations-common +java8/build/debian/annotations.pom --artifact=java8/build/libs/annotations-16.0.2-SNAPSHOT.jar --java-lib --usj-name=org.jetbrains.annotations-java8 ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=3 -opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ -https://github.com/JetBrains/java-annotations/(\d.*)/\ - annotations-(\d.*)-sources.jar +opts="filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/intellij-annotations-$1\.tar\.gz/,uversionmangle=s/-(alpha|beta)-/~$1/" \ +https://github.com/JetBrains/java-annotations/releases \ + .*/v?(\d\S*)\.tar\.gz View it on GitLab: https://salsa.debian.org/java-team/intellij-annotations/compare/abeab0b215119201b82f51ac6e46da886683569f...f68d1c0215a1bbba9e265775929661336146d912 -- View it on GitLab: https://salsa.debian.org/java-team/intellij-annotations/compare/abeab0b215119201b82f51ac6e46da886683569f...f68d1c0215a1bbba9e265775929661336146d912 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

