[plexus-resources] 14/24: Track and download the new releases from GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 27 11:07:35 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-resources.

commit f022f0e0a26dc9cae003aacd788d0b62ba914b93
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 27 11:20:49 2017 +0200

    Track and download the new releases from GitHub
---
 debian/changelog   |  1 +
 debian/control     |  2 +-
 debian/copyright   |  2 +-
 debian/orig-tar.sh | 10 ----------
 debian/watch       |  4 +---
 5 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b9f02df..ae6a2ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ plexus-resources (1.0~alpha7-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Build with the DH sequencer instead of CDBS
+  * Track and download the new releases from GitHub
   * Moved the package to Git
   * Standards-Version updated to 4.0.0
   * Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index 4fcd631..5a0f9f8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: libplexus-containers1.5-java (>= 1.5.5), libplexus-utils-ja
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-resources.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-resources.git
-Homepage: http://plexus.codehaus.org/plexus-components/plexus-resources/
+Homepage: https://github.com/codehaus-plexus/plexus-resources
 
 Package: libplexus-resources-java
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 2d82663..a1a915a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Plexus Resource Component
-Source: http://plexus.codehaus.org/plexus-components/plexus-resources/
+Source: https://github.com/codehaus-plexus/plexus-resources
 
 Files: *
 Copyright: 2013, The Codehouse
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 131e0a2..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../plexus-resources_$VERSION.orig.tar.gz
-DIR=plexus-resources-$VERSION
-TAG=$(echo "plexus-resources-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.codehaus.org/plexus/plexus-components/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG
diff --git a/debian/watch b/debian/watch
index a192482..4585286 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-components/tags/ \
-  plexus-resources-(\d.*)/ debian debian/orig-tar.sh
+https://github.com/codehaus-plexus/plexus-resources/tags .*/archive/plexus-resources-([\d\.]+).tar.gz

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



More information about the pkg-java-commits mailing list