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

ebourg-guest pushed a commit to branch master
in repository stax-ex.

commit bd843987d7390fd5711a599c5d7000a6bcd410bd
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Tue Oct 24 00:03:13 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 106f278..e50c454 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ stax-ex (1.7.1-3) UNRELEASED; urgency=medium
   * Standards-Version updated to 4.1.1
   * Switch to debhelper level 10
   * Updated the Homepage field
+  * Track and download the new releases from GitHub
 
  -- Emmanuel Bourg <ebo...@apache.org>  Mon, 23 Oct 2017 23:14:58 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 776572f..a751632 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Extended StAX API
-Source: http://stax-ex.java.net/
+Source: https://github.com/javaee/metro-stax-ex
+Files-Excluded: *.ipr
+                *.iml
 
 Files: *
 Copyright: 2006-2013, Jitendra Kotamraju <jitendra.kotamr...@oracle.com>
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index bb97753..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../stax-ex_$VERSION.orig.tar.xz
-DIR=stax-ex-$VERSION
-TAG=$(echo "stax-ex-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export https://svn.java.net/svn/stax-ex~svn/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR \
-    --exclude '*.jar' \
-    --exclude '*.class' \
-    --exclude '*.ipr' \
-    --exclude '*.iml' \
-    --exclude '.settings' \
-    --exclude '.project' \
-    --exclude '.classpath' \
-    $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/watch b/debian/watch
index 4403abd..8b5a930 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  https://svn.java.net/svn/stax-ex~svn/tags/ \
-  stax-ex-(\d[^_]*)/ debian debian/orig-tar.sh
+opts="mode=git,repack,compression=xz,uversionmangle=s/-(alpha|beta)-/~$1/" \
+https://github.com/javaee/metro-stax-ex refs/tags/stax-ex-(\d[^_]*)

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

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

Reply via email to