[properties-maven-plugin] 09/15: Track and download the new releases from GitHub
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Jul 29 16:17:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository properties-maven-plugin.
commit 5fc147b55c616a3820f8f01efeb4d908e72ba3a7
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Jul 29 15:54:51 2017 +0200
Track and download the new releases from GitHub
---
debian/changelog | 1 +
debian/copyright | 2 +-
debian/orig-tar.sh | 10 ----------
debian/watch | 5 ++---
4 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 02d9917..51a4ffb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ properties-maven-plugin (1.0~alpha2-3) UNRELEASED; urgency=medium
* Moved the package to Git
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
+ * Track and download the new releases from GitHub
-- Emmanuel Bourg <ebourg at apache.org> Sat, 29 Jul 2017 11:53:21 +0200
diff --git a/debian/copyright b/debian/copyright
index 0c77918..4c5cd66 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: Properties Maven Plugin
-Source: http://mojo.codehaus.org/properties-maven-plugin/
+Source: https://github.com/mojohaus/properties-maven-plugin
Files: *
Copyright: 2009-2013, Zarar Siddiqi <zarars at gmail.com>
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 84f11bf..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../properties-maven-plugin_$VERSION.orig.tar.gz
-DIR=properties-maven-plugin-$VERSION
-TAG=$(echo "properties-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.codehaus.org/mojo/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 c05bd10..794f583 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
- http://svn.codehaus.org/mojo/tags/ \
- properties-maven-plugin-(\d.*)/ debian debian/orig-tar.sh
+opts="mode=git,repack,compression=xz" \
+https://github.com/mojohaus/properties-maven-plugin refs/tags/properties-maven-plugin-([\d\.]+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/properties-maven-plugin.git
More information about the pkg-java-commits
mailing list