[plexus-containers1.5] 01/03: debian/watch: Track the release tags on GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 19 11:29:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository plexus-containers1.5.

commit b1d7999796d318e9f7c87f2f2a4c83de37677830
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Nov 19 12:02:55 2015 +0100

    debian/watch: Track the release tags on GitHub
---
 debian/changelog   | 7 +++++++
 debian/orig-tar.sh | 9 ---------
 debian/watch       | 4 +---
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a29a653..4d70d57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plexus-containers1.5 (1.5.5-7) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debian/watch: Track the release tags on GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 19 Nov 2015 12:02:25 +0100
+
 plexus-containers1.5 (1.5.5-6) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 45a40af..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-TAR=../plexus-containers_$2.orig.tar.gz
-DIR=plexus-containers-$2
-TAG=$(echo plexus-containers-$2 | sed 's/~\(alpha\|beta\)/-\1-/')
-
-svn export http://svn.codehaus.org/plexus/plexus-containers/tags/$TAG $DIR
-tar -c -z -f $TAR $DIR
-rm -rf $DIR
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
index 9a4c2e4..0ed1dd5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-opts=uversionmangle=s/-(alpha|beta)-/~$1/ \
-  http://svn.codehaus.org/plexus/plexus-containers/tags/ \
-  plexus-containers-(1.*)/ debian debian/orig-tar.sh
+https://github.com/sonatype/plexus-containers/tags .*/plexus-containers-([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git



More information about the pkg-java-commits mailing list