This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit b1db75e3b35151d2556b5a61312d68e47aaa46c8 Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 29 01:03:05 2016 +0200 Moved the package to Git --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/orig-tar.sh | 6 ------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 046b2b0..11adf42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxml-security-java (1.5.6-2) UNRELEASED; urgency=medium + + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Fri, 29 Apr 2016 01:03:05 +0200 + libxml-security-java (1.5.6-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 588ae09..1d19fae 100644 --- a/debian/control +++ b/debian/control @@ -23,8 +23,8 @@ Build-Depends-Indep: libmaven-dependency-plugin-java, libmaven-javadoc-plugin-java, libbcprov-java Standards-Version: 3.9.5 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libxml-security-java -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libxml-security-java +Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxml-security-java.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxml-security-java.git Homepage: http://santuario.apache.org Package: libxml-security-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index c51cf69..ee77341 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,9 +8,3 @@ TAG="$VERSION" svn export http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/${TAG}/ $DIR tar -c -z -f $TAR --exclude '*.jar' $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/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

