This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master-4.3 in repository swt-gtk.
commit d45b3fec2a9fa4728d867b9c72d6b393ae908aee Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 18 01:04:31 2017 +0200 Modified debian/watch to use the git mode --- debian/changelog | 1 + debian/watch | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index aec9ebb..8e1c815 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ swt4-gtk (4.6.0-3) UNRELEASED; urgency=medium * Team upload. * Switch to debhelper level 10 + * Modified debian/watch to use the git mode -- Emmanuel Bourg <[email protected]> Mon, 19 Dec 2016 12:43:26 +0100 diff --git a/debian/watch b/debian/watch index 8293e3c..017bb43 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=3 -opts=uversionmangle=s/\.$/.0/ \ -http://git.eclipse.org/c/platform/eclipse.platform.swt.git/refs \ -.*/snapshot/R(\d+)_(\d+)(?:_(\d+))?.tar.xz +opts=mode=git,repack,compression=xz,uversionmangle=s/\.$/.0/ \ +http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git refs/tags/R(\d+)_(\d+)(?:_(\d+))? -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-gtk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

