This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-cdc.
commit 93afc0aba254f637186edf608f4a7d18c9b0feff Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 30 11:00:49 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 29092ea..2faea73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plexus-cdc (1.0~alpha14-7) UNRELEASED; urgency=medium + + * Team upload. + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2017 11:00:49 +0200 + plexus-cdc (1.0~alpha14-6) unstable; urgency=low [ Torsten Werner ] diff --git a/debian/control b/debian/control index 8560cfd..de04c80 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-option libplexus-containers-java, libplexus-utils-java, libslf4j-java, libjdom1-java, libqdox-java (>= 1.11) Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-cdc -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-cdc/ +Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-cdc.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-cdc.git Homepage: http://plexus.codehaus.org/guides/quick-start/component-descriptor-creator.html Package: libplexus-cdc-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 7b7ceda..3206492 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -13,10 +13,3 @@ DIR=plexus-cdc-$VERSION svn export -r$REVISION http://svn.codehaus.org/plexus/archive/plexus-cdc $DIR tar -c -z -f $TAR $DIR rm -rf $DIR - -# 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-cdc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

