[maven-parent] 01/01: Pull from GitHub
Stephen Kitt
skitt at moszumanska.debian.org
Sun Mar 4 18:33:36 GMT 2018
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository maven-parent.
commit 0b935bfe87a87fde5e2a8bdc4d5ab52a101c62f5
Author: Stephen Kitt <skitt at debian.org>
Date: Sun Mar 4 19:33:20 2018 +0100
Pull from GitHub
Signed-off-by: Stephen Kitt <skitt at debian.org>
---
debian/changelog | 7 +++++++
debian/orig-tar.sh | 10 ----------
debian/watch | 3 +--
3 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a8e9a09..d09f9d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-parent (27-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Update debian/watch to pull from GitHub.
+
+ -- Stephen Kitt <skitt at debian.org> Sun, 04 Mar 2018 19:31:55 +0100
+
maven-parent (27-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index af9816d..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../maven-parent_$VERSION.orig.tar.gz
-DIR=maven-parent-$VERSION
-TAG=$(echo "maven-parent-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.apache.org/repos/asf/maven/pom/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 cdcd423..cc9d10d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=3
opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
- http://svn.apache.org/repos/asf/maven/pom/tags/ \
- maven-parent-(\d.*)/ debian debian/orig-tar.sh
+ https://github.com/apache/maven-parent/releases .*/maven-parent-([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-parent.git
More information about the pkg-java-commits
mailing list