This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-ejb-plugin.
commit 2f0e13b6876f8c0ec03bb9ebcbd849ba705abbe8 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 13:44:49 2015 +0100 Moved the package to Git --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/orig-tar.sh | 6 ------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2ab77f4..8ddbbb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-ejb-plugin (2.2-3) UNRELEASED; urgency=medium + + * Team upload. + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Wed, 09 Dec 2015 13:44:49 +0100 + maven-ejb-plugin (2.2-2) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index be09482..2b8083b 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-archiver-java, libmaven2-core-java, libplexus-utils-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java Standards-Version: 3.9.1 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ejb-plugin -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ejb-plugin/ +Vcs-Git: git://anonscm.debian.org/pkg-java/maven-ejb-plugin.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-ejb-plugin.git Homepage: http://maven.apache.org/plugins/maven-ejb-plugin/ Package: libmaven-ejb-plugin-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index f7e98d6..cd68eb4 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG=$(echo "maven-ejb-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/plugins/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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ejb-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

