This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository hitori.
commit 6328a1000bf703d79fa8bf69d9158834b810624c Author: Peter de Wachter <[email protected]> Date: Sat Sep 21 22:59:25 2013 +0000 Hitori new upstream version 0.4.1 --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/hitori.6 | 4 ++-- debian/patches/homepage.patch | 32 ++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 5 files changed, 44 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3526b3a..c38a98d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hitori (0.4.1-1) unstable; urgency=low + + * New upstream version. + * Homepage moved to https://wiki.gnome.org/Apps/Hitori + - updated references in packaging and upstream source. + + -- Peter De Wachter <[email protected]> Sun, 22 Sep 2013 00:46:19 +0200 + hitori (0.4.0-1) unstable; urgency=low * New upstream version. diff --git a/debian/control b/debian/control index 7b380d6..0c8785c 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Peter De Wachter <[email protected]> Build-Depends: debhelper (>= 9), autotools-dev, libgtk-3-dev, intltool, yelp-tools Standards-Version: 3.9.4 -Homepage: http://live.gnome.org/Hitori +Homepage: https://wiki.gnome.org/Apps/Hitori Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/hitori/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/hitori/ diff --git a/debian/hitori.6 b/debian/hitori.6 index 35ede05..e2e56da 100644 --- a/debian/hitori.6 +++ b/debian/hitori.6 @@ -5,7 +5,7 @@ .if \n[.g] .mso www.tmac .\" End of recipe. . -.TH hitori 6 "2008-09-11" +.TH hitori 6 "2013-09-22" .\" Please adjust this date whenever revising the manpage. . .SH "NAME" @@ -30,7 +30,7 @@ menu. . .SH "SEE ALSO" . -.URL "http://live.gnome.org/Hitori" "The game's web site" "" +.URL "https://wiki.gnome.org/Apps/Hitori" "The game's web site" "" . .SH "AUTHOR" . diff --git a/debian/patches/homepage.patch b/debian/patches/homepage.patch new file mode 100644 index 0000000..b2433fc --- /dev/null +++ b/debian/patches/homepage.patch @@ -0,0 +1,32 @@ +Fix homepage URL, based on upstream git commit. + +--- a/README ++++ b/README +@@ -54,4 +54,4 @@ + ======= + + Philip Withnall <[email protected]> +-http://live.gnome.org/Hitori ++https://wiki.gnome.org/Apps/Hitori +--- a/hitori.doap ++++ b/hitori.doap +@@ -5,7 +5,7 @@ + xmlns="http://usefulinc.com/ns/doap#"> + <name xml:lang="en">hitori</name> + <shortdesc xml:lang="en">GTK+ application to generate and let you play games of Hitori</shortdesc> +- <homepage rdf:resource="http://live.gnome.org/Hitori" /> ++ <homepage rdf:resource="https://wiki.gnome.org/Apps/Hitori" /> + <maintainer> + <foaf:Person> + <foaf:name>Philip Withnall</foaf:name> +--- a/src/interface.c ++++ b/src/interface.c +@@ -653,7 +653,7 @@ + "license", license, + "wrap-license", TRUE, + "website-label", _("Hitori Website"), +- "website", "http://live.gnome.org/Hitori", ++ "website", "https://wiki.gnome.org/Apps/Hitori", + NULL); + + g_free (license); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..56e7a57 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +homepage.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hitori.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

