This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-i18n.
commit 8662d012810788e9c7ddaf0d8e1682a43610c158 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 30 00:56:24 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 72e774f..5286863 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plexus-i18n (1.0-beta-10-4) UNRELEASED; urgency=medium + + * Team upload. + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2017 00:56:24 +0200 + plexus-i18n (1.0-beta-10-3) unstable; urgency=low * Switch to default-jdk(-doc). (Closes: #567289) diff --git a/debian/control b/debian/control index 2583b98..b5e3e81 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libplexus-maven-plugin-java, libplexus-utils-java, default-jdk-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java, libplexus-containers-java Standards-Version: 3.9.1 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-i18n -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-i18n/ +Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-i18n.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-i18n.git Homepage: http://plexus.codehaus.org/ Package: libplexus-i18n-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index ceab111..cd8307d 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG=$(echo "plexus-i18n-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.codehaus.org/plexus/plexus-components/tags/${TAG}/ $DIR GZIP=--best tar -c -z -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/plexus-i18n.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

