This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository properties-maven-plugin.
commit ef1928fe81e24c23128694c3818ca882b4c49d4d Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 11:53:21 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 1e498d7..faa7974 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +properties-maven-plugin (1.0~alpha2-3) UNRELEASED; urgency=medium + + * Team upload. + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Sat, 29 Jul 2017 11:53:21 +0200 + properties-maven-plugin (1.0~alpha2-2) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 366c294..0c70fab 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends-Indep: libmaven2-core-java, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java Standards-Version: 3.9.5 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/properties-maven-plugin -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/properties-maven-plugin +Vcs-Git: https://anonscm.debian.org/git/pkg-java/properties-maven-plugin.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/properties-maven-plugin.git Homepage: http://mojo.codehaus.org/properties-maven-plugin Package: libproperties-maven-plugin-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 8a4a7d9..84f11bf 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG=$(echo "properties-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.codehaus.org/mojo/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/properties-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

