This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-ant-factory.
commit b6f79d89c6298c0ba287fda2bcce803a53d97c99 Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 29 18:45:00 2017 +0200 Moved the package to Git --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/orig-tar.sh | 7 ------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc61f33..8abebf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plexus-ant-factory (1.0~alpha2.1-4) UNRELEASED; urgency=medium + + * Team upload. + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Tue, 29 Aug 2017 18:45:00 +0200 + plexus-ant-factory (1.0~alpha2.1-3) unstable; urgency=low * Add myself to Uploaders. diff --git a/debian/control b/debian/control index 289c9c5..19db404 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <dra Build-Depends: debhelper (>= 7), cdbs, default-jdk Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional, libplexus-container-default-java Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-ant-factory -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-ant-factory/ +Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-ant-factory.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-ant-factory.git Homepage: http://plexus.codehaus.org/ Package: libplexus-ant-factory-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 6076a6e..814932e 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,10 +8,3 @@ TAG=$(echo "plexus-ant-factory-$VERSION" | sed 's,~\(alpha\|beta\),-\1-,') svn export http://svn.codehaus.org/plexus/tags/$TAG/ $DIR tar -c -z -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/plexus-ant-factory.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

