r14353 - in packages/trunk/kanatest/debian: . patches

2013-06-28 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-28 12:26:16 + (Fri, 28 Jun 2013)
New Revision: 14353

Modified:
   packages/trunk/kanatest/debian/patches/003_gtk_ftbfs_fix.patch
   packages/trunk/kanatest/debian/rules
Log:
Forgot to import rules and 003 patch into SVN.

Modified: packages/trunk/kanatest/debian/patches/003_gtk_ftbfs_fix.patch
===
--- packages/trunk/kanatest/debian/patches/003_gtk_ftbfs_fix.patch  
2013-06-28 02:59:43 UTC (rev 14352)
+++ packages/trunk/kanatest/debian/patches/003_gtk_ftbfs_fix.patch  
2013-06-28 12:26:16 UTC (rev 14353)
@@ -2,10 +2,11 @@
 Subject: Compilation fixes (based on patch by Miyako Miyamura)
 Origin: upstream, http://svn.gna.org/viewcvs/kanatest?view=revrevision=60
  Slightly modified to apply on 0.4.8
-
-diff -Nrwu kanatest-0.4.8/src/about.c kanatest-0.4.8.patched/src/about.c
 kanatest-0.4.8/src/about.c 2009-04-12 21:10:45.0 +0200
-+++ kanatest-0.4.8.patched/src/about.c 2011-03-28 11:29:41.474534374 +0200
+Updated: 2013-06-28
+Index: kanatest-0.4.8/src/about.c
+===
+--- kanatest-0.4.8.orig/src/about.c2013-06-27 18:16:59.0 -0400
 kanatest-0.4.8/src/about.c 2013-06-27 18:16:59.0 -0400
 @@ -430,7 +430,12 @@
  g_signal_connect (G_OBJECT (close_button), clicked,
  G_CALLBACK (about_close_button_cb), appGUI);
@@ -19,9 +20,10 @@
  
  gtk_widget_grab_default (close_button);
  
-diff -Nrwu kanatest-0.4.8/src/chart.c kanatest-0.4.8.patched/src/chart.c
 kanatest-0.4.8/src/chart.c 2009-04-12 21:10:45.0 +0200
-+++ kanatest-0.4.8.patched/src/chart.c 2011-03-28 11:29:41.474534374 +0200
+Index: kanatest-0.4.8/src/chart.c
+===
+--- kanatest-0.4.8.orig/src/chart.c2013-06-27 18:16:50.0 -0400
 kanatest-0.4.8/src/chart.c 2013-06-27 18:16:59.0 -0400
 @@ -260,7 +260,12 @@
  g_signal_connect (G_OBJECT (close_button), clicked,
  G_CALLBACK (chart_close_button_cb), appGUI);
@@ -35,9 +37,10 @@
  
  chart_display_kanas(HIRAGANA, appGUI);
  
-diff -Nrwu kanatest-0.4.8/src/gui.c kanatest-0.4.8.patched/src/gui.c
 kanatest-0.4.8/src/gui.c   2009-04-12 21:10:45.0 +0200
-+++ kanatest-0.4.8.patched/src/gui.c   2011-03-28 11:55:23.361872656 +0200
+Index: kanatest-0.4.8/src/gui.c
+===
+--- kanatest-0.4.8.orig/src/gui.c  2013-06-27 18:16:50.0 -0400
 kanatest-0.4.8/src/gui.c   2013-06-27 18:16:59.0 -0400
 @@ -121,7 +121,7 @@
  GUI *appGUI = (GUI *)user_data;
  
@@ -153,9 +156,10 @@
  gtk_widget_set_tooltip_text (appGUI-quit_button, _(Exit!));
  
  gui_disable_test (appGUI);
-diff -Nrwu kanatest-0.4.8/src/gui_utils.c 
kanatest-0.4.8.patched/src/gui_utils.c
 kanatest-0.4.8/src/gui_utils.c 2009-04-12 21:10:45.0 +0200
-+++ kanatest-0.4.8.patched/src/gui_utils.c 2011-03-28 11:29:41.474534374 
+0200
+Index: kanatest-0.4.8/src/gui_utils.c
+===
+--- kanatest-0.4.8.orig/src/gui_utils.c2013-06-27 18:16:50.0 
-0400
 kanatest-0.4.8/src/gui_utils.c 2013-06-27 18:16:59.0 -0400
 @@ -294,7 +294,7 @@
  GSList *tags = NULL, *tagp = NULL;
  GtkTextTag *tag;
@@ -174,9 +178,10 @@
  
  if (slink != 0) {
  link = g_slist_nth_data (links_list, slink);
-diff -Nrwu kanatest-0.4.8/src/options.c kanatest-0.4.8.patched/src/options.c
 kanatest-0.4.8/src/options.c   2009-04-12 21:10:45.0 +0200
-+++ kanatest-0.4.8.patched/src/options.c   2011-03-28 11:39:35.223723345 
+0200
+Index: kanatest-0.4.8/src/options.c
+===
+--- kanatest-0.4.8.orig/src/options.c  2013-06-27 18:16:50.0 -0400
 kanatest-0.4.8/src/options.c   2013-06-27 18:16:59.0 -0400
 @@ -105,13 +105,13 @@
  void
  kana_selected_cb (GtkToggleButton *button, gpointer user_data) {
@@ -402,9 +407,19 @@
  
  switch(config.repeat_mode) {
  case REPEAT_ALL:
-diff -Nrwu kanatest-0.4.8/src/stats.c kanatest-0.4.8.patched/src/stats.c
 kanatest-0.4.8/src/stats.c 2009-04-12 21:10:45.0 +0200
-+++ kanatest-0.4.8.patched/src/stats.c 2011-03-28 11:36:40.450921732 +0200
+Index: kanatest-0.4.8/src/stats.c
+===
+--- kanatest-0.4.8.orig/src/stats.c2013-06-27 18:16:50.0 -0400
 kanatest-0.4.8/src/stats.c 2013-06-27 18:16:59.0 -0400
+@@ -84,7 +84,7 @@
+ 
+ info_dialog = gtk_message_dialog_new 
(GTK_WINDOW(appGUI-sts-stat_window),
+   GTK_DIALOG_DESTROY_WITH_PARENT | 
GTK_DIALOG_MODAL,
+-  GTK_MESSAGE_QUESTION, 
GTK_BUTTONS_YES_NO, buffer);

r14354 - packages/tags/kanatest

2013-06-28 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-28 12:57:12 + (Fri, 28 Jun 2013)
New Revision: 14354

Added:
   packages/tags/kanatest/0.4.8-3/
Log:
[svn-buildpackage] Tagging kanatest 0.4.8-3


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r14355 - packages/trunk/libclaw/debian

2013-06-28 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-28 13:31:15 + (Fri, 28 Jun 2013)
New Revision: 14355

Modified:
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/control
   packages/trunk/libclaw/debian/watch
Log:
Update watch.  Add homepage to source package. Bump Standards Version to 3.9.4.

Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2013-06-28 12:57:12 UTC (rev 
14354)
+++ packages/trunk/libclaw/debian/changelog 2013-06-28 13:31:15 UTC (rev 
14355)
@@ -1,3 +1,12 @@
+libclaw (1.7.0-4) unstable; urgency=low
+
+  * Add Homepage tag to source package.
+  * Update VCS tags.
+  * Fix watch file.
+  * Bump Standards Version to 3.9.4.
+
+ -- Barry deFreese bdefre...@debian.org  Fri, 28 Jun 2013 05:40:33 -0400
+
 libclaw (1.7.0-3) unstable; urgency=low
 
   * Team upload

Modified: packages/trunk/libclaw/debian/control
===
--- packages/trunk/libclaw/debian/control   2013-06-28 12:57:12 UTC (rev 
14354)
+++ packages/trunk/libclaw/debian/control   2013-06-28 13:31:15 UTC (rev 
14355)
@@ -7,9 +7,10 @@
 Build-Depends: quilt, docbook-to-man, debhelper (= 5), cmake (= 2.8),
  libjpeg-dev, libpng12-dev (= 1.2.8), doxygen (= 1.5),
  gettext (= 0.17), libboost-dev (= 1.42)
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libclaw/
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/libclaw/?op=log
+Standards-Version: 3.9.4
+Homepage: http://libclaw.sourceforge.net
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/libclaw/
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/libclaw/?op=log
 
 Package: libclaw-dev
 Section: libdevel

Modified: packages/trunk/libclaw/debian/watch
===
--- packages/trunk/libclaw/debian/watch 2013-06-28 12:57:12 UTC (rev 14354)
+++ packages/trunk/libclaw/debian/watch 2013-06-28 13:31:15 UTC (rev 14355)
@@ -1,3 +1,3 @@
 version=3
-http://sf.net/libclaw/libclaw-(.*)\.tar\.bz2
+http://sf.net/libclaw/libclaw-(.*)\.tar\.gz
 


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r14356 - in packages/trunk/libclaw/debian: . patches source

2013-06-28 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-28 21:55:45 + (Fri, 28 Jun 2013)
New Revision: 14356

Added:
   packages/trunk/libclaw/debian/libclaw-dev.manpages
   packages/trunk/libclaw/debian/libclaw-doc.doc-base
   packages/trunk/libclaw/debian/libclaw-doc.links
   packages/trunk/libclaw/debian/source/
   packages/trunk/libclaw/debian/source/format
Removed:
   packages/trunk/libclaw/debian/README.source
   packages/trunk/libclaw/debian/libclaw.doc-base
   packages/trunk/libclaw/debian/patches/cmake-module-install-dir.diff
   packages/trunk/libclaw/debian/patches/ftbfs-gcc-4.7.diff
   packages/trunk/libclaw/debian/patches/libpng1.5-transition.diff
   packages/trunk/libclaw/debian/patches/ptrdiff_t.diff
   packages/trunk/libclaw/debian/patches/version-file-in-binary-dir.diff
Modified:
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/compat
   packages/trunk/libclaw/debian/control
   packages/trunk/libclaw/debian/patches/html-doc-paths.diff
   packages/trunk/libclaw/debian/patches/series
   packages/trunk/libclaw/debian/rules
Log:
New upstream release.  Significant packaging restructuring.

Deleted: packages/trunk/libclaw/debian/README.source
===
--- packages/trunk/libclaw/debian/README.source 2013-06-28 13:31:15 UTC (rev 
14355)
+++ packages/trunk/libclaw/debian/README.source 2013-06-28 21:55:45 UTC (rev 
14356)
@@ -1 +0,0 @@
-See /usr/share/doc/quilt/README.source

Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2013-06-28 13:31:15 UTC (rev 
14355)
+++ packages/trunk/libclaw/debian/changelog 2013-06-28 21:55:45 UTC (rev 
14356)
@@ -1,5 +1,12 @@
-libclaw (1.7.0-4) unstable; urgency=low
+libclaw (1.7.3-1) unstable; urgency=low
 
+  * New upstream release.
++ Drop unneeded patches.
+  * Build-dep libpng-dev not libpng12-dev. (Closes: #662394).
+  * Move to source format 3.0 (quilt).
++ Drop quilt build-dep.
++ Remove file debian/README.source.
+  * Bump debhelper build-dep and compat to 9.
   * Add Homepage tag to source package.
   * Update VCS tags.
   * Fix watch file.

Modified: packages/trunk/libclaw/debian/compat
===
--- packages/trunk/libclaw/debian/compat2013-06-28 13:31:15 UTC (rev 
14355)
+++ packages/trunk/libclaw/debian/compat2013-06-28 21:55:45 UTC (rev 
14356)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/libclaw/debian/control
===
--- packages/trunk/libclaw/debian/control   2013-06-28 13:31:15 UTC (rev 
14355)
+++ packages/trunk/libclaw/debian/control   2013-06-28 21:55:45 UTC (rev 
14356)
@@ -4,8 +4,8 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Julien Jorge julien.jo...@gamned.org, Barry deFreese 
bdefre...@debian.org,
  Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: quilt, docbook-to-man, debhelper (= 5), cmake (= 2.8),
- libjpeg-dev, libpng12-dev (= 1.2.8), doxygen (= 1.5),
+Build-Depends: debhelper (= 9), docbook-to-man, cmake (= 2.8),
+ libjpeg-dev, libpng-dev, doxygen (= 1.5),
  gettext (= 0.17), libboost-dev (= 1.42)
 Standards-Version: 3.9.4
 Homepage: http://libclaw.sourceforge.net

Added: packages/trunk/libclaw/debian/libclaw-dev.manpages
===
--- packages/trunk/libclaw/debian/libclaw-dev.manpages  
(rev 0)
+++ packages/trunk/libclaw/debian/libclaw-dev.manpages  2013-06-28 21:55:45 UTC 
(rev 14356)
@@ -0,0 +1 @@
+debian/claw-config.1

Added: packages/trunk/libclaw/debian/libclaw-doc.doc-base
===
--- packages/trunk/libclaw/debian/libclaw-doc.doc-base  
(rev 0)
+++ packages/trunk/libclaw/debian/libclaw-doc.doc-base  2013-06-28 21:55:45 UTC 
(rev 14356)
@@ -0,0 +1,10 @@
+Document: libclaw1-api
+Title: libclaw API documentation
+Author: Julien Jorge julien_jo...@yahoo.fr
+Abstract: This manual describes the C++ API for libclaw1.
+Section: unknown
+
+Format: HTML
+Index: /usr/share/doc/libclaw1/html/index.html
+Files: /usr/share/doc/libclaw1/html/*.html
+

Added: packages/trunk/libclaw/debian/libclaw-doc.links
===
--- packages/trunk/libclaw/debian/libclaw-doc.links 
(rev 0)
+++ packages/trunk/libclaw/debian/libclaw-doc.links 2013-06-28 21:55:45 UTC 
(rev 14356)
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js usr/share/doc/libclaw1/html/jquery.js

Deleted: packages/trunk/libclaw/debian/libclaw.doc-base
===
--- packages/trunk/libclaw/debian/libclaw.doc-base  2013-06-28 13:31:15 UTC 
(rev 14355)
+++ packages/trunk/libclaw/debian/libclaw.doc-base  

r14357 - packages/trunk/nettoe/debian

2013-06-28 Thread Mats Erik Andersson
Author: meand-guest
Date: 2013-06-28 23:34:54 + (Fri, 28 Jun 2013)
New Revision: 14357

Added:
   packages/trunk/nettoe/debian/nettoe.xpm
Modified:
   packages/trunk/nettoe/debian/changelog
   packages/trunk/nettoe/debian/nettoe.desktop
   packages/trunk/nettoe/debian/nettoe.install
   packages/trunk/nettoe/debian/nettoe.menu
Log:
Desktop integration.


Modified: packages/trunk/nettoe/debian/changelog
===
--- packages/trunk/nettoe/debian/changelog  2013-06-28 21:55:45 UTC (rev 
14356)
+++ packages/trunk/nettoe/debian/changelog  2013-06-28 23:34:54 UTC (rev 
14357)
@@ -11,11 +11,15 @@
   * debian/copyright: Conform to specification of version 1.0.
   * [lintian] Trivial manpage issue:
 + debian/patches/01_manpage.diff: New file.
-  * Add a desktop file. (Closes: #709448)
+  * Desktop integration.  Thanks to Markus Koschany. (Closes: #709448)
++ debian/nettoe.menu: Update with icon location.
 + debian/nettoe.desktop: New file.
-* debian/nettoe.install: New file.
++ debian/nettoe.install: New file.
++ debian/nettoe.xpm: New file, reduced and converted from
+http://nettoe.sourceforge.net/images/nettoe_big.gif;
+by the package maintainer.
 
- -- Mats Erik Andersson mats.anders...@gisladisker.se  Thu, 23 May 2013 
19:49:47 +0200
+ -- Mats Erik Andersson mats.anders...@gisladisker.se  Sat, 29 Jun 2013 
01:33:22 +0200
 
 nettoe (1.3.2-1) unstable; urgency=low
 

Modified: packages/trunk/nettoe/debian/nettoe.desktop
===
--- packages/trunk/nettoe/debian/nettoe.desktop 2013-06-28 21:55:45 UTC (rev 
14356)
+++ packages/trunk/nettoe/debian/nettoe.desktop 2013-06-28 23:34:54 UTC (rev 
14357)
@@ -1,9 +1,12 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Nettoe
 Comment=Play a game of Tic Tac Toe.
+Icon=nettoe
 
 Type=Application
+Terminal=true
+TryExec=nettoe
 Exec=/usr/games/nettoe
-# No good icon as of yet.
-Icon=
+
+Categories=Game;LogicGame
+Keywords=tic;tac;toe;text;terminal;logic;multiplayer;

Modified: packages/trunk/nettoe/debian/nettoe.install
===
--- packages/trunk/nettoe/debian/nettoe.install 2013-06-28 21:55:45 UTC (rev 
14356)
+++ packages/trunk/nettoe/debian/nettoe.install 2013-06-28 23:34:54 UTC (rev 
14357)
@@ -1 +1,2 @@
-debian/nettoe.desktop  usr/share/xsessions
+debian/nettoe.desktop  usr/share/applications
+debian/nettoe.xpm  usr/share/pixmaps

Modified: packages/trunk/nettoe/debian/nettoe.menu
===
--- packages/trunk/nettoe/debian/nettoe.menu2013-06-28 21:55:45 UTC (rev 
14356)
+++ packages/trunk/nettoe/debian/nettoe.menu2013-06-28 23:34:54 UTC (rev 
14357)
@@ -2,4 +2,6 @@
   needs=text\
   section=Games/Board\
   title=NetToe\
+  longtitle=Network enabled Tic-Tac-Toe.\
+  icon=/usr/share/pixmaps/nettoe.xpm\
   command=/usr/games/nettoe

Added: packages/trunk/nettoe/debian/nettoe.xpm
===
--- packages/trunk/nettoe/debian/nettoe.xpm (rev 0)
+++ packages/trunk/nettoe/debian/nettoe.xpm 2013-06-28 23:34:54 UTC (rev 
14357)
@@ -0,0 +1,294 @@
+/* XPM */
+static char *o_x2[] = {
+/* columns rows colors chars-per-pixel */
+30 32 256 2 ,
+   c #111516,
+.  c #11161C,
+X  c #13191E,
+o  c #271010,
+O  c #331216,
++  c #331B1C,
+@  c #0C1927,
+#  c #0C1E2D,
+$  c #101D27,
+%  c #161B29,
+  c #331F20,
+*  c #1F2327,
+=  c #10212D,
+-  c #0B2336,
+;  c #132434,
+:  c #1E293E,
+  c #212527,
+,  c #21252B,
+  c #262B2D,
+1  c #2E2C2D,
+2  c #33212B,
+3  c #3C232D,
+4  c #352D2D,
+5  c #2B2333,
+6  c #252B32,
+7  c #2D2F31,
+8  c #312331,
+9  c #352738,
+0  c #4E1414,
+q  c #451619,
+w  c #561616,
+e  c #531C1F,
+r  c #5D1818,
+t  c #6F1C1E,
+y  c #711E1F,
+u  c #6F1E21,
+i  c #791D21,
+p  c #4B2525,
+a  c #542727,
+s  c #5B2223,
+d  c #542B2B,
+f  c #423C3C,
+g  c #583A3A,
+h  c #652425,
+j  c #6D2424,
+k  c #632A2A,
+l  c #6F2929,
+z  c #7C2121,
+x  c #742929,
+c  c #7E2B2B,
+v  c #6E2F30,
+b  c #6D,
+n  c #633B3B,
+m  c #693E3E,
+M  c #0D2A44,
+N  c #0C2E4C,
+B  c #0E314E,
+V  c #1D3140,
+C  c #12344E,
+Z  c #1C364D,
+A  c #1F384E,
+S  c #0E3150,
+D  c #0D3658,
+F  c #133552,
+G  c #143857,
+H  c #1B3C55,
+J  c #143958,
+K  c #292B40,
+L  c #213646,
+P  c #21354C,
+I  c #313A40,
+U  c #3A3E42,
+Y  c #103B61,
+T  c #2F404F,
+R  c #35444E,
+E  c #39424A,
+W  c #354652,
+Q  c #394B5A,
+!  c #134064,
+~  c #194067,
+^  c #12436D,
+/  c #19456C,
+(  c #124673,
+)  c #134A76,
+_  c #1D4C77,
+`  c #164D7D,
+'  c #1A4E7E,
+]  c #46484A,
+[  c gray30,
+{  c #564040,
+}  c #5B4646,
+|  c #5B4A4B,
+ . c #454E53,
+.. c #405059,
+X. c #505050,
+o. c #525B5F,
+O. c #5F5959,
++. c #61,
+@. c #68,
+#. c #624D4D,
+$. c #634E50,
+%. c #645253,
+. c #645A5B,
+*. c #465865,
+=. c #4D5862,
+-. c #545E63,
+;. c #5F5F61,

r14358 - packages/trunk/libclaw/debian

2013-06-28 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-29 00:35:16 + (Sat, 29 Jun 2013)
New Revision: 14358

Modified:
   packages/trunk/libclaw/debian/control
Log:
Package description updates.

Modified: packages/trunk/libclaw/debian/control
===
--- packages/trunk/libclaw/debian/control   2013-06-28 23:34:54 UTC (rev 
14357)
+++ packages/trunk/libclaw/debian/control   2013-06-29 00:35:16 UTC (rev 
14358)
@@ -166,8 +166,8 @@
 Description: Flexible log system
  Part of the libclaw library.
  .
- This library provides a log system allowing several level of log and
- redirectable streams.
+ This library provides a log system allowing several levels of logging
+ and redirectable streams.
  
 Package: libclaw-logger-dev
 Section: libdevel
@@ -191,7 +191,8 @@
 Description: C++ standard stream interface for Unix sockets
  Part of the libclaw library.
  .
- This library provides a C++ standard stream interface to Unix sockets.
+ This library provides C++ classes to utilzed any 
+ Unix sockets as a standard stream.
  
 Package: libclaw-net-dev
 Section: libdevel
@@ -214,7 +215,13 @@
 Description: C++ tweeners
  Part of the libclaw library.
  .
- This library provides a set of classes for tweeningin C++.
+ Tween is a C++ library providing an implementation for tweening. 
+ .
+ This library allows one to interpolate the intermediate values between
+ two given values during a time interval. This practice is well used in 
+ animation and is widely popular in the context of ActionScript/Flash
+ games and websites. The goal of this library is to provide similar
+ functionalities to C++ programs.
  
 Package: libclaw-tween-dev
 Section: libdevel
@@ -234,11 +241,8 @@
 Architecture: all
 Depends: ${misc:Depends}
 Homepage: http://libclaw.sourceforge.net/
-Description: Internationalisation files for libclaw.
+Description: Internationalisation files for libclaw
  This package provides internationalisation files for libclaw in the following
  languages:
  .
  * French
-
-
-


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r14359 - packages/trunk/libclaw/debian/patches

2013-06-28 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-29 01:10:24 + (Sat, 29 Jun 2013)
New Revision: 14359

Added:
   packages/trunk/libclaw/debian/patches/spelling-errors.patch
Modified:
   packages/trunk/libclaw/debian/patches/series
Log:
Fix spelling errors in package.

Modified: packages/trunk/libclaw/debian/patches/series
===
--- packages/trunk/libclaw/debian/patches/series2013-06-29 00:35:16 UTC 
(rev 14358)
+++ packages/trunk/libclaw/debian/patches/series2013-06-29 01:10:24 UTC 
(rev 14359)
@@ -1 +1,2 @@
 html-doc-paths.diff
+spelling-errors.patch

Added: packages/trunk/libclaw/debian/patches/spelling-errors.patch
===
--- packages/trunk/libclaw/debian/patches/spelling-errors.patch 
(rev 0)
+++ packages/trunk/libclaw/debian/patches/spelling-errors.patch 2013-06-29 
01:10:24 UTC (rev 14359)
@@ -0,0 +1,34 @@
+Description: Fix spelling/grammar errors in binary package and sgml files.
+Author: Barry deFreese bdefre...@debian.org
+Updated: 2013-06-28
+Index: libclaw-1.7.3/claw/code/application.cpp
+===
+--- libclaw-1.7.3.orig/claw/code/application.cpp   2013-03-14 
17:09:41.0 -0400
 libclaw-1.7.3/claw/code/application.cpp2013-06-28 17:11:26.0 
-0400
+@@ -66,11 +66,11 @@
+   textdomain(libclaw);
+ 
+   m_arguments.add_long
+-(--log-file, claw_gettext(The file to use to store log informations.),
++(--log-file, claw_gettext(The file to use to store log information.),
+  true, claw_gettext(file) );
+   m_arguments.add_long
+ (--log-level,
+- claw_gettext(Level of log informations:\n
++ claw_gettext(Level of log information:\n
+ \t\terror: error messages,\n
+ \t\twarning: warning and error messages,\n
+ \t\tverbose: all messages.), true, claw_gettext(string) );
+Index: libclaw-1.7.3/doc/man/claw-config.man.sgml
+===
+--- libclaw-1.7.3.orig/doc/man/claw-config.man.sgml2013-03-14 
17:09:41.0 -0400
 libclaw-1.7.3/doc/man/claw-config.man.sgml 2013-06-28 17:12:08.0 
-0400
+@@ -87,7 +87,7 @@
+ termoptionlibrary/option
+ /term
+ listitem
+-  paraThe library for which the informations are displayed./para
++  paraThe library for which the information is displayed./para
+ /listitem
+   /varlistentry
+   varlistentry


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r14360 - packages/trunk/libclaw/debian

2013-06-28 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-29 01:14:09 + (Sat, 29 Jun 2013)
New Revision: 14360

Modified:
   packages/trunk/libclaw/debian/libclaw-doc.doc-base
Log:
Update doc-base section.

Modified: packages/trunk/libclaw/debian/libclaw-doc.doc-base
===
--- packages/trunk/libclaw/debian/libclaw-doc.doc-base  2013-06-29 01:10:24 UTC 
(rev 14359)
+++ packages/trunk/libclaw/debian/libclaw-doc.doc-base  2013-06-29 01:14:09 UTC 
(rev 14360)
@@ -2,7 +2,7 @@
 Title: libclaw API documentation
 Author: Julien Jorge julien_jo...@yahoo.fr
 Abstract: This manual describes the C++ API for libclaw1.
-Section: unknown
+Section: Programming/C++
 
 Format: HTML
 Index: /usr/share/doc/libclaw1/html/index.html


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits