[Git][java-team/eclipse-platform-ua][master] 2 commits: Improved the version matching regexp in debian/watch
Emmanuel Bourg
gitlab at salsa.debian.org
Thu Oct 4 22:38:15 BST 2018
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 <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Emmanuel Bourg <ebourg at apache.org>, Jochen Sprickerhof <jspricke at debian.org>
+Uploaders:
+ Emmanuel Bourg <ebourg at apache.org>,
+ Jochen Sprickerhof <jspricke at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181004/bc889e0a/attachment.html>
More information about the pkg-java-commits
mailing list