r14607 - in packages/trunk/hitori/debian: . patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Sat Sep 21 22:59:26 UTC 2013


Author: pdewacht-guest
Date: 2013-09-21 22:59:25 +0000 (Sat, 21 Sep 2013)
New Revision: 14607

Added:
   packages/trunk/hitori/debian/patches/
   packages/trunk/hitori/debian/patches/homepage.patch
   packages/trunk/hitori/debian/patches/series
Modified:
   packages/trunk/hitori/debian/
   packages/trunk/hitori/debian/changelog
   packages/trunk/hitori/debian/control
   packages/trunk/hitori/debian/hitori.6
Log:
Hitori new upstream version 0.4.1



Property changes on: packages/trunk/hitori/debian
___________________________________________________________________
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/hitori_0.4.0.orig.tar.xz
   + http://pkg-games.alioth.debian.org/tarballs/hitori_0.4.1.orig.tar.xz

Modified: packages/trunk/hitori/debian/changelog
===================================================================
--- packages/trunk/hitori/debian/changelog	2013-09-21 22:37:40 UTC (rev 14606)
+++ packages/trunk/hitori/debian/changelog	2013-09-21 22:59:25 UTC (rev 14607)
@@ -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 <pdewacht at gmail.com>  Sun, 22 Sep 2013 00:46:19 +0200
+
 hitori (0.4.0-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/trunk/hitori/debian/control
===================================================================
--- packages/trunk/hitori/debian/control	2013-09-21 22:37:40 UTC (rev 14606)
+++ packages/trunk/hitori/debian/control	2013-09-21 22:59:25 UTC (rev 14607)
@@ -5,7 +5,7 @@
 Uploaders: Peter De Wachter <pdewacht at gmail.com>
 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/
 

Modified: packages/trunk/hitori/debian/hitori.6
===================================================================
--- packages/trunk/hitori/debian/hitori.6	2013-09-21 22:37:40 UTC (rev 14606)
+++ packages/trunk/hitori/debian/hitori.6	2013-09-21 22:59:25 UTC (rev 14607)
@@ -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 @@
 .
 .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"
 .

Added: packages/trunk/hitori/debian/patches/homepage.patch
===================================================================
--- packages/trunk/hitori/debian/patches/homepage.patch	                        (rev 0)
+++ packages/trunk/hitori/debian/patches/homepage.patch	2013-09-21 22:59:25 UTC (rev 14607)
@@ -0,0 +1,32 @@
+Fix homepage URL, based on upstream git commit.
+
+--- a/README
++++ b/README
+@@ -54,4 +54,4 @@
+ =======
+ 
+ Philip Withnall <philip at tecnocode.co.uk>
+-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);

Added: packages/trunk/hitori/debian/patches/series
===================================================================
--- packages/trunk/hitori/debian/patches/series	                        (rev 0)
+++ packages/trunk/hitori/debian/patches/series	2013-09-21 22:59:25 UTC (rev 14607)
@@ -0,0 +1 @@
+homepage.patch




More information about the Pkg-games-commits mailing list