Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-platform-ua
Commits: 01100bc0 by Emmanuel Bourg at 2018-10-04T21:30:58Z Improved the version matching regexp in debian/watch - - - - - d92832ed by Emmanuel Bourg at 2018-10-04T21:34:06Z Wrap and sort - - - - - 2 changed files: - debian/control - debian/watch Changes: ===================================== debian/control ===================================== @@ -2,18 +2,20 @@ Source: eclipse-platform-ua Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Emmanuel Bourg <[email protected]>, Jochen Sprickerhof <[email protected]> +Uploaders: + Emmanuel Bourg <[email protected]>, + Jochen Sprickerhof <[email protected]> Build-Depends: debhelper (>= 11~), default-jdk, eclipse-debian-helper, libeclipse-core-expressions-java, - libequinox-common-java, libeclipse-core-runtime-java, - libequinox-registry-java, - libequinox-preferences-java, - libicu4j-java, libeclipse-osgi-java, + libequinox-common-java, + libequinox-preferences-java, + libequinox-registry-java, + libicu4j-java Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/eclipse-platform-ua.git Vcs-Browser: https://salsa.debian.org/java-team/eclipse-platform-ua @@ -21,7 +23,15 @@ Homepage: https://www.eclipse.org/eclipse/platform-ua/main.html Package: libeclipse-help-java Architecture: all -Depends: ${misc:Depends}, ${bundle:Depends}, libeclipse-core-expressions-java, libequinox-common-java, libeclipse-core-runtime-java, libequinox-registry-java, libequinox-preferences-java, libicu4j-java, +Depends: + ${misc:Depends}, + ${bundle:Depends}, + libeclipse-core-expressions-java, + libeclipse-core-runtime-java, + libequinox-common-java, + libequinox-preferences-java, + libequinox-registry-java, + libicu4j-java Description: Eclipse Help System Core The Platform User Assistance component provides the mechanisms for making the Eclipse applications easier to use. These mechanisms are made available ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 opts="mode=git,repack,compression=xz,uversionmangle=s/_/./g" \ -https://github.com/eclipse/eclipse.platform.ua refs/tags/R([\d_]+[az]?) +https://github.com/eclipse/eclipse.platform.ua refs/tags/R(\d{1,2}_[\d_]+[az]?) View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-ua/compare/b2600f4b04f00f4965e210cd6bd356c75140682a...d92832ed5f43c056e6bea777f17d587638f239be -- View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-ua/compare/b2600f4b04f00f4965e210cd6bd356c75140682a...d92832ed5f43c056e6bea777f17d587638f239be 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

