This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lierolibre.
commit a7d58702d613530f2fab8532c9376e035b0cdfd3 Author: Markus Koschany <[email protected]> Date: Wed Nov 22 23:45:50 2017 +0100 Fix Source field in debian/copyright because gitorious is obsolete. The project is hosted at launchpad.net. --- debian/changelog | 2 ++ debian/copyright | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fac6ac9..71f4ff2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ lierolibre (0.5-3) unstable; urgency=medium * Drop lierolibre-dbg package and use the automatic -dbgsym package instead. * Apply reproducible-build.patch and make the build reproducible. Thanks to Reiner Herrmann for the report and patch. (Closes: #806452) + * Fix Source field in debian/copyright because gitorious is obsolete. + The project is hosted at launchpad.net. -- Markus Koschany <[email protected]> Wed, 22 Nov 2017 23:38:30 +0100 diff --git a/debian/copyright b/debian/copyright index f54cd17..f70ed48 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://gitorious.org/lierolibre +Source: https://launchpad.net/lierolibre/+download Upstream-Contact: Martin Erik Werner <[email protected]> Files: * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lierolibre.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

