This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository derby.
commit 8d8fe2190258357fe368cf149be647ab3a70d044 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 18 10:44:05 2016 +0100 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 9733765..d68406d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +derby (10.10.2.0-3) UNRELEASED; urgency=medium + + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Fri, 18 Nov 2016 10:44:05 +0100 + derby (10.10.2.0-2) unstable; urgency=medium * Transition to the Servlet API 3.1 diff --git a/debian/control b/debian/control index 063b267..8c5da49 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: ant (>= 1.7), libservlet3.1-java, maven-repo-helper Standards-Version: 3.9.8 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/derby -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/derby +Vcs-Git: https://anonscm.debian.org/git/pkg-java/derby.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/derby.git Homepage: http://db.apache.org/derby/ Package: libderbyclient-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 75624c6..84782a2 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -13,9 +13,3 @@ XZ_OPT=--best tar -c -J -f $TAR \ $DIR rm -rf $DIR rm -rf db-derby-$VERSION-doc-src - -# 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/derby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

