Author: pabs Date: 2012-02-04 07:48:33 +0000 (Sat, 04 Feb 2012) New Revision: 13212
Modified: packages/trunk/snowballz/debian/changelog packages/trunk/snowballz/debian/control packages/trunk/snowballz/debian/copyright packages/trunk/snowballz/debian/install Log: Run wrap-and-sort -s on various files Modified: packages/trunk/snowballz/debian/changelog =================================================================== --- packages/trunk/snowballz/debian/changelog 2012-02-04 07:47:13 UTC (rev 13211) +++ packages/trunk/snowballz/debian/changelog 2012-02-04 07:48:33 UTC (rev 13212) @@ -19,6 +19,7 @@ * Close the launchpad bug for #585118 in the changelog * Clean up the patches * Use os.path.expanduser in case HOME is unset + * Run wrap-and-sort -s on various files -- Dean Evans <[email protected]> Sat, 04 Feb 2012 17:12:36 +1300 Modified: packages/trunk/snowballz/debian/control =================================================================== --- packages/trunk/snowballz/debian/control 2012-02-04 07:47:13 UTC (rev 13211) +++ packages/trunk/snowballz/debian/control 2012-02-04 07:48:33 UTC (rev 13212) @@ -2,8 +2,10 @@ Section: games Priority: extra Maintainer: Debian Games Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese <[email protected]>, - Peter Pentchev <[email protected]> +Uploaders: + Miriam Ruiz <[email protected]>, + Barry deFreese <[email protected]>, + Peter Pentchev <[email protected]> Build-Depends: debhelper (>= 8), python-support Standards-Version: 3.9.2 Homepage: http://joey101.arcticpaint.com/snowballz/ @@ -12,8 +14,15 @@ Package: snowballz Architecture: all -Depends: ${python:Depends}, python-pygame, python-opengl, python-numpy, - python-imaging, python-rabbyt, fonts-taml-tscu, ${misc:Depends} +Depends: + fonts-taml-tscu, + python-imaging, + python-numpy, + python-opengl, + python-pygame, + python-rabbyt, + ${misc:Depends}, + ${python:Depends} Description: fun RTS game featuring snowball fights with penguins Take command of your army of penguins as you blaze your path to victory! March through snow laden forests to conqueror new frontiers and grow your Modified: packages/trunk/snowballz/debian/copyright =================================================================== --- packages/trunk/snowballz/debian/copyright 2012-02-04 07:47:13 UTC (rev 13211) +++ packages/trunk/snowballz/debian/copyright 2012-02-04 07:48:33 UTC (rev 13212) @@ -52,7 +52,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . - You should have received a copy of the GNU Lesser General Public License + You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . Modified: packages/trunk/snowballz/debian/install =================================================================== --- packages/trunk/snowballz/debian/install 2012-02-04 07:47:13 UTC (rev 13211) +++ packages/trunk/snowballz/debian/install 2012-02-04 07:48:33 UTC (rev 13212) @@ -2,9 +2,9 @@ buildings usr/share/games/snowballz/ cellulose usr/share/games/snowballz/ data usr/share/games/snowballz/ +debian/*.desktop usr/share/applications/ +debian/*.xpm usr/share/pixmaps/ +debian/game.sh usr/share/games/snowballz/ gooeypy usr/share/games/snowballz/ maps usr/share/games/snowballz/ plugins usr/share/games/snowballz/ -debian/game.sh usr/share/games/snowballz/ -debian/*.xpm usr/share/pixmaps/ -debian/*.desktop usr/share/applications/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

