This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libvt-ldap-java.
commit 88b72a05ca16400b3d520309fb7fcafbd2c422dd Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 1 13:08:26 2014 +0200 Fixed the watch file and the orig-tar.sh script --- debian/changelog | 1 + debian/orig-tar.sh | 2 +- debian/rules | 2 +- debian/watch | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5c10e67..1835c72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libvt-ldap-java (3.3.7-4) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.6 (no changes) + * Fixed the watch file and the orig-tar.sh script -- Emmanuel Bourg <[email protected]> Wed, 01 Oct 2014 12:59:57 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 4f62995..a03b229 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -7,7 +7,7 @@ VERSION=$2 TAR=../libvt-ldap-java_$VERSION.orig.tar.xz DIR=libvt-ldap-java-$VERSION -TAG=$(echo "libvt-ldap-java-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') +TAG=$(echo "vt-ldap-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export https://vt-middleware.googlecode.com/svn/vt-ldap/tags/${TAG} $DIR XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR diff --git a/debian/rules b/debian/rules index b76c54a..4a061cf 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --no-symlink diff --git a/debian/watch b/debian/watch index b6cfb41..a8c8e2a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ - https://vt-middleware.googlecode.com/svn/vt-ldap/tags/ \ + http://vt-middleware.googlecode.com/svn/vt-ldap/tags/ \ vt-ldap-(\d.*)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libvt-ldap-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

