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

ebourg-guest pushed a commit to branch master
in repository aspectj-maven-plugin.

commit a4655b097f68d8c4bae2119c6cf60d734b881632
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Wed Aug 30 19:29:56 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index edd285c..41cf027 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ aspectj-maven-plugin (1.7-2) UNRELEASED; urgency=medium
   * Switch to debhelper level 10
   * Use secure Vcs-* URLs
   * Updated the Homepage field
+  * Track and download the new releases from GitHub
 
  -- Emmanuel Bourg <ebo...@apache.org>  Wed, 30 Aug 2017 18:40:10 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 0fa2f3e..dd1b86d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: AspectJ compiler Maven Plugin
 Upstream-Contact: Kaare Nilsen <kaare.nil...@gmail.com>
-Source: http://mojo.codehaus.org/aspectj-maven-plugin
+Source: https://github.com/mojohaus/aspectj-maven-plugin
 
 Files: *
 Copyright: 2005-2013, The Codehaus
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index e0e890a..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../aspectj-maven-plugin_$VERSION.orig.tar.xz
-DIR=aspectj-maven-plugin-$VERSION
-TAG=$(echo "aspectj-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.codehaus.org/mojo/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $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
diff --git a/debian/rules b/debian/rules
index 5a6351f..1a38d46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
        dh $@
 
 get-orig-source:
-       uscan --download-current-version --force-download --rename
+       uscan --download-current-version --force-download --rename --repack 
--compression xz
diff --git a/debian/watch b/debian/watch
index 1e0c3de..eb23830 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  http://svn.codehaus.org/mojo/tags/ \
-  aspectj-maven-plugin-(\d.*)/ debian debian/orig-tar.sh
+https://github.com/mojohaus/aspectj-maven-plugin/tags 
.*/aspectj-maven-plugin-([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/aspectj-maven-plugin.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to