[activemq-activeio] 01/07: Updated debian/watch to catch the latest releases
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Mar 20 21:44:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository activemq-activeio.
commit 305cb77a37bfd571f29c5bd032f9416605758014
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Mar 20 21:56:26 2016 +0100
Updated debian/watch to catch the latest releases
---
debian/changelog | 5 +++++
debian/orig-tar.sh | 2 +-
debian/watch | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8b45e18..2acca9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
activemq-activeio (3.1.1-2) unstable; urgency=medium
* Team upload.
+
+ [ Markus Koschany ]
* Declare compliance with Debian Policy 3.9.7.
* wrap-and-sort -sa.
* Use compat level 9 and require debhelper >= 9.
@@ -9,6 +11,9 @@ activemq-activeio (3.1.1-2) unstable; urgency=medium
* Switch from cdbs to dh sequencer.
* debian/copyright: Use Format 1.0.
+ [ Emmanuel Bourg ]
+ * Updated debian/watch to catch the latest releases
+
-- Markus Koschany <apo at debian.org> Sat, 19 Mar 2016 23:08:12 +0100
activemq-activeio (3.1.1-1) unstable; urgency=low
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 903d0da..5a8affa 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,7 +3,7 @@
VERSION=$2
TAR=../activemq-activeio_$VERSION.orig.tar.gz
DIR=activemq-activeio-$VERSION
-TAG=$(echo "activeio-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+TAG=$(echo "activeio-parent-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
svn export http://svn.apache.org/repos/asf/activemq/activeio/tags/${TAG}/ $DIR
GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
diff --git a/debian/watch b/debian/watch
index e503f94..4932726 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
http://svn.apache.org/repos/asf/activemq/activeio/tags/ \
- activeio-(\d.*)/ debian debian/orig-tar.sh
+ activeio-(?:parent-)?(\d.*)/ debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq-activeio.git
More information about the pkg-java-commits
mailing list