This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit bcb4548d5e9c32d8039e9d90d23a96e8e302aaac Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 29 01:11:28 2016 +0200 Updated debian/watch to track the latest releases --- debian/changelog | 1 + debian/orig-tar.sh | 2 +- debian/watch | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11adf42..a125fed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxml-security-java (1.5.6-2) UNRELEASED; urgency=medium * Moved the package to Git + * Updated debian/watch to track the latest releases -- Emmanuel Bourg <[email protected]> Fri, 29 Apr 2016 01:03:05 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index ee77341..5ec2dda 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -3,7 +3,7 @@ VERSION=$2 TAR=../libxml-security-java_$VERSION.orig.tar.gz DIR=libxml-security-java-$VERSION -TAG="$VERSION" +TAG="xmlsec-$VERSION" svn export http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/${TAG}/ $DIR tar -c -z -f $TAR --exclude '*.jar' $DIR diff --git a/debian/watch b/debian/watch index ea2af4b..5b57393 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/ (\d[\d.]*)/ \ +http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/ (?:xmlsec-)?(\d[\d.]*)/ \ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

