This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-net-java.
commit 9b761b21a81362ccbdec0ca60166c223839f25a5 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 30 13:29:35 2015 +0100 Upload to unstable --- debian/changelog | 5 ++--- debian/copyright | 2 +- debian/orig-tar.sh | 6 ------ 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4399a59..156eb3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,10 @@ -libcommons-net-java (3.4-1) UNRELEASED; urgency=medium +libcommons-net-java (3.4-1) unstable; urgency=medium - * Team upload. * New upstream release * Build with maven-debian-helper * debian/copyright: Converted to the Copyright Format 1.0 - -- Emmanuel Bourg <[email protected]> Mon, 30 Nov 2015 09:46:51 +0100 + -- Emmanuel Bourg <[email protected]> Mon, 30 Nov 2015 13:27:47 +0100 libcommons-net-java (3.3-2) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index 68611d5..28557de 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Apache Commons NET +Upstream-Name: Apache Commons Net Source: http://commons.apache.org/net Files: * diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 71561ff..3d5f9f7 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -10,9 +10,3 @@ TAG=$(echo "NET_$VERSION" | sed -re's,\.,_,') svn export http://svn.apache.org/repos/asf/commons/proper/net/tags/${TAG} $DIR XZ_OPT=--best tar -c -J -f $TAR $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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-net-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

