This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-war-plugin.
commit b4efbf08e0dc0ff02fb9a23c1aa1edf7ef50bdc1 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 14:23:34 2015 +0100 Moved the package to Git --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/orig-tar.sh | 6 ------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index db9a939..21c8043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +maven-war-plugin (2.1.1-3) UNRELEASED; urgency=medium + + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Wed, 09 Dec 2015 14:23:34 +0100 + maven-war-plugin (2.1.1-2) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 3d08c72..c7ba670 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends-Indep: libmaven-archiver-java, libmaven-filtering-java, libmaven2- libplexus-io-java, libplexus-utils-java, libxstream-java, junit, libmaven-plugin-testing-java, default-jdk-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java Standards-Version: 3.9.5 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-war-plugin -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-war-plugin/ +Vcs-Git: git://anonscm.debian.org/pkg-java/maven-war-plugin.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-war-plugin.git Homepage: http://maven.apache.org/plugins/maven-war-plugin/ Package: libmaven-war-plugin-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index bd6c638..ca2df43 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG=$(echo "maven-war-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/maven/plugins/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/maven-war-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

