[maven-antrun-extended-plugin] 05/12: Track and download the new releases from GitHub
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jul 28 14:12:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-antrun-extended-plugin.
commit 1aae8e8bc977ed6c6fd5e51fc80f5340b8953a74
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jul 28 15:38:33 2017 +0200
Track and download the new releases from GitHub
---
debian/changelog | 1 +
debian/control | 2 +-
debian/copyright | 2 +-
debian/orig-tar.sh | 16 ----------------
debian/watch | 5 ++---
5 files changed, 5 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b94bb74..ed272fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ maven-antrun-extended-plugin (1.42-2) UNRELEASED; urgency=medium
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
* Use secure Vcs-* URLs
+ * Track and download the new releases from GitHub
-- Emmanuel Bourg <ebourg at apache.org> Fri, 28 Jul 2017 15:34:39 +0200
diff --git a/debian/control b/debian/control
index bac6c43..3d5b394 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends-Indep:
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-antrun-extended-plugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-antrun-extended-plugin.git
-Homepage: http://java.net/projects/maven-antrun-extended-plugin
+Homepage: https://github.com/kohsuke/maven-antrun-extended-plugin
Package: libmaven-antrun-extended-plugin-java
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 241ca90..08441ae 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Format-Specification: http://dep.debian.net/deps/dep5/
Name: Maven AntRun Extended Plugin
Maintainer: Paul Sterk <paul.sterk at sun.com> as Developer
Kohsuke Kawaguchi <kohsuke.kawaguchi at sun.com> as Developer
-Source: http://java.net/projects/maven-antrun-extended-plugin
+Source: https://github.com/kohsuke/maven-antrun-extended-plugin
Files: *
Copyright: 2010, Paul Sterk <paul.sterk at sun.com>
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 8de0407..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../maven-antrun-extended-plugin_$VERSION.orig.tar.gz
-DIR=maven-antrun-extended-plugin-$VERSION
-TAG=$(echo "maven-antrun-extended-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export https://svn.java.net/svn/maven-antrun-extended-plugin~svn/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
diff --git a/debian/watch b/debian/watch
index aee7a67..3f6ce80 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
- https://svn.java.net/svn/maven-antrun-extended-plugin~svn/tags/ \
- maven-antrun-extended-plugin-(\d.*)/ debian debian/orig-tar.sh
+opts=mode=git,repac,compression=xz \
+https://github.com/kohsuke/maven-antrun-extended-plugin refs/tags/maven-antrun-extended-plugin-([\d\.]+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-antrun-extended-plugin.git
More information about the pkg-java-commits
mailing list