Author: andrenarchy-guest Date: 2009-01-14 16:00:38 +0000 (Wed, 14 Jan 2009) New Revision: 8650
Added: packages/trunk/mmpong/debian/patches/ packages/trunk/mmpong/debian/patches/00list packages/trunk/mmpong/debian/patches/01_share.dpatch Modified: packages/trunk/mmpong/debian/control packages/trunk/mmpong/debian/rules Log: * add patch for .desktop and manpage lintian warnings (fixed upstream, too) Modified: packages/trunk/mmpong/debian/control =================================================================== --- packages/trunk/mmpong/debian/control 2009-01-14 15:32:52 UTC (rev 8649) +++ packages/trunk/mmpong/debian/control 2009-01-14 16:00:38 UTC (rev 8650) @@ -2,7 +2,7 @@ Section: games Priority: extra Maintainer: André Gaul <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, cmake, libsdl1.2-dev,. +Build-Depends: debhelper (>= 7), cdbs, dpatch, cmake, libsdl1.2-dev,. libsdl-image1.2-dev, libsdl-mixer1.2-dev, libcaca-dev (>=0.99.beta16),. libcegui-mk2-dev, pkg-config Standards-Version: 3.8.0 Added: packages/trunk/mmpong/debian/patches/00list =================================================================== --- packages/trunk/mmpong/debian/patches/00list (rev 0) +++ packages/trunk/mmpong/debian/patches/00list 2009-01-14 16:00:38 UTC (rev 8650) @@ -0,0 +1 @@ +01_share.dpatch Added: packages/trunk/mmpong/debian/patches/01_share.dpatch =================================================================== --- packages/trunk/mmpong/debian/patches/01_share.dpatch (rev 0) +++ packages/trunk/mmpong/debian/patches/01_share.dpatch 2009-01-14 16:00:38 UTC (rev 8650) @@ -0,0 +1,51 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_share.dpatch by <an...@localhost> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: fix manpages and desktop file + +...@dpatch@ + +Index: mmpong-0.9/resources/applications/mmpong-gl.desktop +=================================================================== +--- mmpong-0.9/resources/applications/mmpong-gl.desktop ++++ mmpong-0.9/resources/applications/mmpong-gl.desktop +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Type=Application + Exec=mmpong-gl + Icon=mmpong-gl +Index: mmpong-0.9/resources/man/mmpongd.6 +=================================================================== +--- mmpong-0.9/resources/man/mmpongd.6 ++++ mmpong-0.9/resources/man/mmpongd.6 +@@ -36,22 +36,22 @@ + Daemonize and return + .TP + \fB\-n\fP, \fB\-\-nthreads\fP=\fI%d\fP +-Number of threads to run simultaneously (-1 == auto) ++Number of threads to run simultaneously (\-1 == auto) + .TP + \fB\-c\fP, \fB\-\-max-connect\fP=\fI%d\fP +-Maximum number of clients to serve simultaneously (-1 == unlimited) ++Maximum number of clients to serve simultaneously (\-1 == unlimited) + .TP + \fB\-i\fP, \fB\-\-max-per-ip\fP=\fI%d\fP +-Maximum number of clients to allow to connect from one host (-1 == unlimited) ++Maximum number of clients to allow to connect from one host (\-1 == unlimited) + .TP + \fB\-l\fP, \fB\-\-max-payload\fP=\fI%d\fP +-Restrict traffic to specified amount of kBytes/sec (-1 == unlimited) ++Restrict traffic to specified amount of kBytes/sec (\-1 == unlimited) + .TP + \fB\-s\fP, \fB\-\-min-rttm-interval\fP=\fI%s\fP +-Minimal interval between near-synchronous packet transfers (-1 == unrestricted) ++Minimal interval between near-synchronous packet transfers (\-1 == unrestricted) + .TP + \fB\-t\fP, \fB\-\-client-timeout\fP=\fI%d\fP +-Timeout between status updates before client session is terminated, measured in msecs (-1 == no timeout) ++Timeout between status updates before client session is terminated, measured in msecs (\-1 == no timeout) + .TP + \fB\-\-verbose\fP + Log more messages to the console Property changes on: packages/trunk/mmpong/debian/patches/01_share.dpatch ___________________________________________________________________ Name: svn:mergeinfo + Modified: packages/trunk/mmpong/debian/rules =================================================================== --- packages/trunk/mmpong/debian/rules 2009-01-14 15:32:52 UTC (rev 8649) +++ packages/trunk/mmpong/debian/rules 2009-01-14 16:00:38 UTC (rev 8650) @@ -2,5 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/dpatch.mk DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

