This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-source-plugin.
commit 3ae85cca0a86430c17e99c873c0da369d528c2a1 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 21:47:38 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 446351a..2663ada 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +maven-source-plugin (2.2.1-2) UNRELEASED; urgency=medium + + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Wed, 09 Dec 2015 21:47:38 +0100 + maven-source-plugin (2.2.1-1) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index e8a5007..cbfe049 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends-Indep: default-jdk-doc, libplexus-utils-java, libplexus-utils-java-doc Standards-Version: 3.9.5 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-source-plugin -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-source-plugin +Vcs-Git: git://anonscm.debian.org/pkg-java/maven-source-plugin.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-source-plugin.git Homepage: http://maven.apache.org/plugins/maven-source-plugin Package: libmaven-source-plugin-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 74fb6d7..2777cdf 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG=$(echo "maven-source-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 --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-source-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

