r13372 - packages/trunk/sdlbasic/debian

Paul Wise pabs at alioth.debian.org
Sun Mar 11 05:19:16 UTC 2012


Author: pabs
Date: 2012-03-11 05:19:15 +0000 (Sun, 11 Mar 2012)
New Revision: 13372

Modified:
   packages/trunk/sdlbasic/debian/changelog
   packages/trunk/sdlbasic/debian/control
   packages/trunk/sdlbasic/debian/copyright
   packages/trunk/sdlbasic/debian/sdlbasic.install
Log:
Run wrap-and-sort -sa

Modified: packages/trunk/sdlbasic/debian/changelog
===================================================================
--- packages/trunk/sdlbasic/debian/changelog	2012-03-11 05:16:28 UTC (rev 13371)
+++ packages/trunk/sdlbasic/debian/changelog	2012-03-11 05:19:15 UTC (rev 13372)
@@ -1,6 +1,7 @@
 sdlbasic (0.0.20070714-4) UNRELEASED; urgency=low
 
   * Team upload.
+  * Run wrap-and-sort -sa
 
  -- Paul Wise <pabs at debian.org>  Sun, 11 Mar 2012 13:16:13 +0800
 

Modified: packages/trunk/sdlbasic/debian/control
===================================================================
--- packages/trunk/sdlbasic/debian/control	2012-03-11 05:16:28 UTC (rev 13371)
+++ packages/trunk/sdlbasic/debian/control	2012-03-11 05:19:15 UTC (rev 13372)
@@ -2,11 +2,23 @@
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 5), dh-buildinfo, quilt, sng, bison,
- libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev,
- libsdl-net1.2-dev, libsdl-image1.2-dev,
- libsmpeg-dev, libgtk2.0-dev, libglib2.0-dev, libasound2-dev
+Uploaders:
+ Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends:
+ bison,
+ debhelper (>= 5),
+ dh-buildinfo,
+ libasound2-dev,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ libsdl-image1.2-dev,
+ libsdl-mixer1.2-dev,
+ libsdl-net1.2-dev,
+ libsdl-ttf2.0-dev,
+ libsdl1.2-dev,
+ libsmpeg-dev,
+ quilt,
+ sng
 Standards-Version: 3.8.1
 Homepage: http://sdlbasic.altervista.org/main/index.php
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/sdlbasic/
@@ -15,7 +27,10 @@
 Package: sdlbrt
 Section: interpreters
 Architecture: any
-Depends: ttf-dejavu, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ttf-dejavu,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: BASIC interpreter for game development - runtime interpreter
  sdlBasic is a small, efficient and multiplatform BASIC interpreter for
  creating games using the power of SDL library. It was inspired by the old
@@ -25,7 +40,11 @@
 
 Package: sdlbasic
 Architecture: any
-Depends: ttf-dejavu, sdlbrt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ sdlbrt (= ${binary:Version}),
+ ttf-dejavu,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: BASIC interpreter for game development
  sdlBasic is a small, efficient and multiplatform BASIC interpreter for
  creating games using the power of SDL library. It was inspired by the old
@@ -34,7 +53,10 @@
 Package: sdlbasic-dbg
 Section: debug
 Architecture: any
-Depends: sdlbasic (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ sdlbasic (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: BASIC interpreter for game development - debug symbols
  sdlBasic is a small, efficient and multiplatform BASIC interpreter for
  creating games using the power of SDL library. It was inspired by the old

Modified: packages/trunk/sdlbasic/debian/copyright
===================================================================
--- packages/trunk/sdlbasic/debian/copyright	2012-03-11 05:16:28 UTC (rev 13371)
+++ packages/trunk/sdlbasic/debian/copyright	2012-03-11 05:19:15 UTC (rev 13372)
@@ -13,7 +13,7 @@
     Roberto Viola <vroby at users.sourceforge.net>
     Zoiba <zoiba at users.sourceforge.net>
 
-Copyright: 
+Copyright:
 
     Copyright (C) 2001-2007 sdlBasic team
 
@@ -42,12 +42,12 @@
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
- 
+
     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
@@ -61,22 +61,22 @@
 Copyright (C) 1998-2003 by Neil Hodgson <neilh at scintilla.org>
 Copyright (C) 2005 by sdlBasic team http://sdlBasic.sf.net
 
-All Rights Reserved 
+All Rights Reserved
 
-Permission to use, copy, modify, and distribute this software and its 
-documentation for any purpose and without fee is hereby granted, 
-provided that the above copyright notice appear in all copies and that 
-both that copyright notice and this permission notice appear in 
-supporting documentation. 
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
 
-NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
-SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
-AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY 
-SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 
-TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 
-OR PERFORMANCE OF THIS SOFTWARE. 
+NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
+SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
+OR PERFORMANCE OF THIS SOFTWARE.
 
 
 Fonts are Copyright (C) Bitstream (see below). DejaVu changes are in public domain.
@@ -126,7 +126,7 @@
 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. 
+org.
 
 
 lizard.mod:
@@ -135,7 +135,7 @@
     presented at The Gathering 93 in Lillestrom/Norway (7 to 10 April
     1994) [2]. Extracted from the game bumprace [3] and licensed under
     the GPL license.
-    
+
     [1] http://mody_collection.tripod.com/
     [2] http://www.pouet.net/results.php?which=43&when=93&f=none
     [3] http://user.cs.tu-berlin.de/~karlb/bumprace/

Modified: packages/trunk/sdlbasic/debian/sdlbasic.install
===================================================================
--- packages/trunk/sdlbasic/debian/sdlbasic.install	2012-03-11 05:16:28 UTC (rev 13371)
+++ packages/trunk/sdlbasic/debian/sdlbasic.install	2012-03-11 05:19:15 UTC (rev 13372)
@@ -1,13 +1,12 @@
+debian/*.desktop usr/share/applications/
+debian/*.png usr/share/pixmaps/
+debian/*.xpm usr/share/pixmaps/
 debian/tmp/usr/bin/sdlBasic
+debian/tmp/usr/share/doc/sdlbasic/english
+debian/tmp/usr/share/sdlbasic/*.api usr/share/sdlbasic/
+debian/tmp/usr/share/sdlbasic/*.properties etc/sdlbasic/
 debian/tmp/usr/share/sdlbasic/clickme.sdlbas usr/share/sdlbasic/demo/
 debian/tmp/usr/share/sdlbasic/lizard.mod usr/share/sdlbasic/demo/
+debian/tmp/usr/share/sdlbasic/plugins usr/share/sdlbasic/
 debian/tmp/usr/share/sdlbasic/sdlBasic.png usr/share/sdlbasic/demo/
 debian/tmp/usr/share/sdlbasic/sdlnow.gif usr/share/sdlbasic/demo/
-debian/tmp/usr/share/sdlbasic/*.properties etc/sdlbasic/
-debian/tmp/usr/share/sdlbasic/*.api usr/share/sdlbasic/
-debian/tmp/usr/share/sdlbasic/plugins usr/share/sdlbasic/
-debian/tmp/usr/share/doc/sdlbasic/english
-
-debian/*.xpm usr/share/pixmaps/
-debian/*.png usr/share/pixmaps/
-debian/*.desktop usr/share/applications/




More information about the Pkg-games-commits mailing list