This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-jar-plugin.
commit a2d8874e98872838a26e123d0ec9c7dbf7f64df4 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 11:31:48 2017 +0200 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 4baa931..ca657fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-jar-plugin (2.4-2) UNRELEASED; urgency=medium + + * Team upload. + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Tue, 18 Jul 2017 11:31:48 +0200 + maven-jar-plugin (2.4-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 6bd0cb1..77fbf85 100644 --- a/debian/control +++ b/debian/control @@ -20,8 +20,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-jar-plugin -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-jar-plugin/ +Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-jar-plugin.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-jar-plugin.git Homepage: http://maven.apache.org/plugins/maven-jar-plugin/ Package: libmaven-jar-plugin-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 8d3a97f..63bd520 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG=$(echo "maven-jar-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-jar-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

