This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libkmlframework-java.
commit 7e46ad3b88ce1b8c36017eeb8a27e6b7bddb26c1 Author: Andreas Tille <[email protected]> Date: Tue Jan 17 19:19:49 2017 +0100 Upstream moved from googlecode to github - no code changes --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/copyright | 2 +- debian/get-orig-source | 8 ++++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46faa36..5ea5915 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libkmlframework-java (0.0.20110822.r24-2) UNRELEASED; urgency=medium + + * Upstream moved from googlecode to github - no code changes + + -- Andreas Tille <[email protected]> Tue, 17 Jan 2017 19:15:37 +0100 + libkmlframework-java (0.0.20110822.r24-1) unstable; urgency=medium * Latest checkout of google code svn (upstream did not created a diff --git a/debian/control b/debian/control index c84dc7b..46400f0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libkmlframework-java.git Vcs-Git: git://anonscm.debian.org/debian-med/libkmlframework-java.git -Homepage: http://code.google.com/p/kmlframework/ +Homepage: https://github.com/deinlandel/kmlframework Package: libkmlframework-java Architecture: any diff --git a/debian/copyright b/debian/copyright index 87de27d..e5f6c50 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: KML framework Upstream-Contact: Eivind Bøhn <[email protected]> -Source: https://code.google.com/p/kmlframework/source/browse/ +Source: https://github.com/deinlandel/kmlframework Files: * Copyright: 2007-2011 Eivind Bøhn <[email protected]> diff --git a/debian/get-orig-source b/debian/get-orig-source index b2730d9..c875839 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -9,6 +9,14 @@ # --> currently it is assumed the script is called in the # source directory featuring the debian/ dir +cat <<EOT +This used to work on googlecode but project was moved to + https://github.com/deinlandel/kmlframework +and thus this script needs to be redesigned. Since the +project is deprecated anyway this was not done for the moment +EOT +exit 1 + COMPRESS=xz NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libkmlframework-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
