This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-assembly-plugin.
commit a2d35a3e3aba857db9204e199f28e066c6a2db26 Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 1 15:19:38 2015 +0100 Moved the package to Git --- debian/changelog | 1 + debian/control | 4 ++-- debian/orig-tar.sh | 6 ------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index bfc52cf..26d8e61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ maven-assembly-plugin (2.3-1) UNRELEASED; urgency=medium * Use XZ compression for the upstream tarball * Documented the procedure to update the core Maven plugins in README.source * Standards-Version updated to 3.9.6 (no changes) + * Moved the package to Git -- Emmanuel Bourg <[email protected]> Tue, 17 Dec 2013 17:22:37 +0100 diff --git a/debian/control b/debian/control index 82dcb07..528d475 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,8 @@ Build-Depends-Indep: libmaven-archiver-java, libplexus-maven-plugin-java (>= 1.3.8-5), libplexus-utils-java Standards-Version: 3.9.6 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-assembly-plugin -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-assembly-plugin/ +Vcs-Git: git://anonscm.debian.org/pkg-java/maven-assembly-plugin.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-assembly-plugin.git Homepage: http://maven.apache.org/plugins/maven-assembly-plugin/ Package: libmaven-assembly-plugin-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 4db12ec..a4bd471 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG=$(echo "maven-assembly-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-assembly-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

