[sezpoz] 01/04: Watch the release tags on GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Apr 2 14:06:34 UTC 2015


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

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

commit 9ac3125e761e934adbb4c1fcb2e8bea0ca43e7b4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Apr 2 16:00:38 2015 +0200

    Watch the release tags on GitHub
---
 debian/changelog   |  7 +++++++
 debian/orig-tar.sh | 16 ----------------
 debian/watch       |  4 +---
 3 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ad7404..10f40b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sezpoz (1.9-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debian/watch: Watch the release tags on GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 02 Apr 2015 15:56:13 +0200
+
 sezpoz (1.9-2) unstable; urgency=low
 
   [James Page]
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 263fd2e..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../sezpoz_$VERSION.orig.tar.gz
-DIR=sezpoz-$VERSION
-TAG=$(echo "pom-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export https://svn.java.net/svn/sezpoz~svn/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -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/watch b/debian/watch
index 5d543e5..2816e56 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  http://java.net/projects/sezpoz/sources/svn/show/tags \
-  /projects/sezpoz/sources/svn/show/tags/pom-(\d+).(\d+).* debian debian/orig-tar.sh
+https://github.com/jglick/sezpoz/releases .*/pom-([\d\.]+).tar.gz

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



More information about the pkg-java-commits mailing list