[Git][java-team/maven-archiver][master] Update debian/watch to pull from github
Tony Mancill
gitlab at salsa.debian.org
Wed Apr 1 04:28:44 BST 2020
Tony Mancill pushed to branch master at Debian Java Maintainers / maven-archiver
Commits:
68fe7832 by tony mancill at 2020-03-31T20:28:26-07:00
Update debian/watch to pull from github
- - - - -
2 changed files:
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../maven-archiver_$VERSION.orig.tar.xz
-DIR=maven-archiver-$VERSION
-TAG=$(echo "maven-archiver-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.apache.org/repos/asf/maven/shared/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR $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
=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
- http://svn.apache.org/repos/asf/maven/shared/tags/ \
- maven-archiver-(\d.*)/ debian debian/orig-tar.sh
+version=4
+opts="repack,compression=xz,uversionmangle=s/-(alpha|beta|M)-/~$1/" \
+ https://github.com/apache/maven-archiver/tags .*/maven-archiver-([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/maven-archiver/-/commit/68fe783297e4cb2651444b129af9b7ed8aa80684
--
View it on GitLab: https://salsa.debian.org/java-team/maven-archiver/-/commit/68fe783297e4cb2651444b129af9b7ed8aa80684
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200401/2fc31c44/attachment.html>
More information about the pkg-java-commits
mailing list