[plexus-containers] 33/35: Track and download the releases from GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jul 24 12:58:58 UTC 2017


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

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

commit 9e8127c20445ef77dec7a976713c67d6c2ebf43e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jul 24 14:28:10 2017 +0200

    Track and download the releases from GitHub
---
 debian/changelog   |  1 +
 debian/orig-tar.sh | 11 -----------
 debian/watch       |  5 ++---
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1502b1d..c67077e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ plexus-containers (1.0~beta3.0.7-9) UNRELEASED; urgency=medium
   * Standards-Version updated to 4.0.0
   * Switch to debhelper level 10
   * Updated the Homepage field
+  * Track and download the releases from GitHub
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 27 Feb 2016 23:56:04 +0100
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 2bcfafe..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,11 +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
-# remove as it's packaged elsewhere
-rm -r $DIR/plexus-component-metadata
-tar -c -z -f $TAR $DIR
-rm -rf $DIR ../$TAG
diff --git a/debian/watch b/debian/watch
index de97f9d..fc1c28c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 version=3
-opts=uversionmangle=s/-(alpha|beta)-/~$1/ \
-  http://svn.codehaus.org/plexus/plexus-containers/tags/ \
-  plexus-containers-(1\.0-.*)/ debian debian/orig-tar.sh
+opts=mode=git,repack,compression=xz,uversionmangle=s/-(alpha|beta)-/~$1/ \
+https://github.com/codehaus-plexus/plexus-containers refs/tags/plexus-containers-(1\.0-.*) debian debian/orig-tar.sh

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



More information about the pkg-java-commits mailing list