Author: pabs Date: 2013-06-07 04:34:13 +0000 (Fri, 07 Jun 2013) New Revision: 14233
Modified: packages/trunk/oneisenough/debian/control packages/trunk/oneisenough/debian/copyright packages/trunk/oneisenough/debian/oneisenough.install Log: wrap-and-sort -sa Modified: packages/trunk/oneisenough/debian/control =================================================================== --- packages/trunk/oneisenough/debian/control 2013-06-07 04:30:48 UTC (rev 14232) +++ packages/trunk/oneisenough/debian/control 2013-06-07 04:34:13 UTC (rev 14233) @@ -2,9 +2,12 @@ Section: games Priority: extra Maintainer: Debian Games Team <[email protected]> -Uploaders: Richard Hartmann <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 5.0.51~), - quilt +Uploaders: + Richard Hartmann <[email protected]>, + Barry deFreese <[email protected]> +Build-Depends: + debhelper (>= 5.0.51~), + quilt Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/oneisenough/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/oneisenough/?op=log @@ -12,10 +15,11 @@ Package: oneisenough Architecture: all -Depends: ${misc:Depends}, - ttf-dejavu-core, - python, - python-pygame +Depends: + python, + python-pygame, + ttf-dejavu-core, + ${misc:Depends} Description: 2D platform game about the epic struggle of balls One Is Enough, a 2D platform game in which a communist ball needs to convert capitalist balls into fellow communist balls. More and more Modified: packages/trunk/oneisenough/debian/copyright =================================================================== --- packages/trunk/oneisenough/debian/copyright 2013-06-07 04:30:48 UTC (rev 14232) +++ packages/trunk/oneisenough/debian/copyright 2013-06-07 04:34:13 UTC (rev 14233) @@ -7,7 +7,7 @@ Olli "Hectigo" Etuaho <[email protected]> -Copyright: +Copyright: Copyright (C) 2007 Olli Etuaho @@ -27,12 +27,12 @@ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. - + This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU 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 @@ -49,23 +49,23 @@ including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following -conditions: - +conditions: + The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. - + The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words “Bitstream” or the word “Vera”. - + This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the “Bitstream Vera” -names. - +names. + The Font Software may be sold as part of a larger software package but no copy -of one or more of the Font Software typefaces may be sold by itself. - +of one or more of the Font Software typefaces may be sold by itself. + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, @@ -73,13 +73,13 @@ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO -USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. - +USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. + Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For -further information, contact: fonts at gnome dot org. +further information, contact: fonts at gnome dot org. The Debian packaging is Copyright (C) 2007, Richard Hartmann Modified: packages/trunk/oneisenough/debian/oneisenough.install =================================================================== --- packages/trunk/oneisenough/debian/oneisenough.install 2013-06-07 04:30:48 UTC (rev 14232) +++ packages/trunk/oneisenough/debian/oneisenough.install 2013-06-07 04:34:13 UTC (rev 14233) @@ -1,8 +1,7 @@ -debian/game.sh usr/share/games/oneisenough *.py usr/share/games/oneisenough/ bin/*.py usr/share/games/oneisenough/bin/ bin/pictures/*.png usr/share/games/oneisenough/bin/pictures/ bin/sounds/* usr/share/games/oneisenough/bin/sounds/ -debian/*.xpm usr/share/pixmaps/ debian/*.desktop usr/share/applications/ - +debian/*.xpm usr/share/pixmaps/ +debian/game.sh usr/share/games/oneisenough _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

