Author: miriam
Date: 2008-09-02 15:44:05 +0000 (Tue, 02 Sep 2008)
New Revision: 8066

Modified:
   packages/trunk/sdlbasic/debian/control
   packages/trunk/sdlbasic/debian/copyright
   packages/trunk/sdlbasic/debian/install
   packages/trunk/sdlbasic/debian/menu
   packages/trunk/sdlbasic/debian/rules
   packages/trunk/sdlbasic/debian/sdlbasic.desktop
   packages/trunk/sdlbasic/debian/sdlbasic.doc-base
Log:
Fixed bad capitalization of the name
Added author names and copyright owners



Modified: packages/trunk/sdlbasic/debian/control
===================================================================
--- packages/trunk/sdlbasic/debian/control      2008-09-02 11:13:18 UTC (rev 
8065)
+++ packages/trunk/sdlbasic/debian/control      2008-09-02 15:44:05 UTC (rev 
8066)
@@ -16,6 +16,6 @@
 Architecture: any
 Depends: ttf-dejavu, ${shlibs:Depends}, ${misc:Depends}
 Description: multiplatform basic interpreter for game development
- SDLBasic is a small, efficient and multiplatform basic interpreter for
+ sdlBasic is a small, efficient and multiplatform basic interpreter for
  creating games using the power of SDL library. It was inspired by the old
  and glorious AMOS.

Modified: packages/trunk/sdlbasic/debian/copyright
===================================================================
--- packages/trunk/sdlbasic/debian/copyright    2008-09-02 11:13:18 UTC (rev 
8065)
+++ packages/trunk/sdlbasic/debian/copyright    2008-09-02 15:44:05 UTC (rev 
8066)
@@ -1,18 +1,37 @@
 This package was debianized by Miriam Ruiz <[EMAIL PROTECTED]> on
 Fri, 04 Apr 2008 10:39:30 +0000.
 
-It was downloaded from <url://example.com>
+It was downloaded from http://sourceforge.net/projects/sdlbasic/
 
-Upstream Author(s): 
+Upstream Authors:
 
-    <put author's name and email here>
-    <likewise for another author>
+    Ilkka Lehtoranta <[EMAIL PROTECTED]>
+    Ivanix  <[EMAIL PROTECTED]>
+    Nicolas Mendoza <[EMAIL PROTECTED]>
+    Paulo Silva <[EMAIL PROTECTED]>
+    Tim Douglas <[EMAIL PROTECTED]>
+    Roberto Viola <[EMAIL PROTECTED]>
+    Zoiba <[EMAIL PROTECTED]>
 
 Copyright: 
 
-    <Copyright (C) YYYY Name OfAuthor>
-    <likewise for another author>
+    Copyright (c) 2001-2007 sdlBasic team
 
+src/sdlBasic/src/sdlBrt/*
+
+    Copyright (c) 2001 David Cuny <[EMAIL PROTECTED]>
+
+Scintilla and sdlBasic Editor:
+
+    Copyright (c) 1998-2003 by Neil Hodgson <[EMAIL PROTECTED]>
+    Copyright (c) 2005 by sdlBasic team <http://sdlBasic.sf.net>
+
+Bitstream Vera Fonts:
+
+    Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
+    Bitstream Vera is a trademark of Bitstream, Inc.
+    DejaVu changes are in public domain.
+
 License:
 
     This package is free software; you can redistribute it and/or modify
@@ -106,5 +125,5 @@
 org. 
 
 
-The Debian packaging is (C) 2008, Miriam Ruiz <[EMAIL PROTECTED]> and
+The Debian packaging is (c) 2008, Miriam Ruiz <[EMAIL PROTECTED]> and
 is licensed under the same license as the program, see above.

Modified: packages/trunk/sdlbasic/debian/install
===================================================================
--- packages/trunk/sdlbasic/debian/install      2008-09-02 11:13:18 UTC (rev 
8065)
+++ packages/trunk/sdlbasic/debian/install      2008-09-02 15:44:05 UTC (rev 
8066)
@@ -1,3 +1,7 @@
+debian/tmp/usr/games
+debian/tmp/usr/share/games/sdlbasic
+debian/tmp/usr/share/doc/sdlbasic/english
+
 debian/*.xpm usr/share/pixmaps/
 debian/*.png usr/share/pixmaps/
 debian/*.desktop usr/share/applications/

Modified: packages/trunk/sdlbasic/debian/menu
===================================================================
--- packages/trunk/sdlbasic/debian/menu 2008-09-02 11:13:18 UTC (rev 8065)
+++ packages/trunk/sdlbasic/debian/menu 2008-09-02 15:44:05 UTC (rev 8066)
@@ -1,5 +1,5 @@
 ?package(sdlbasic):needs="x11" \
        section="Apps/Programming" \
-       title="SDLBasic" \
+       title="sdlBasic" \
        command="/usr/games/sdlBasic" \
        icon="/usr/share/pixmaps/sdlbasic.xpm"

Modified: packages/trunk/sdlbasic/debian/rules
===================================================================
--- packages/trunk/sdlbasic/debian/rules        2008-09-02 11:13:18 UTC (rev 
8065)
+++ packages/trunk/sdlbasic/debian/rules        2008-09-02 15:44:05 UTC (rev 
8066)
@@ -71,7 +71,7 @@
        $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 
 
-DESTDIR=$(CURDIR)/debian/sdlbasic
+DESTDIR=$(CURDIR)/debian/tmp
 
 install: build
        dh_testdir
@@ -87,6 +87,7 @@
        mkdir -p "$(DESTDIR)$(DESTDATA)"
        cp -r "$(ORIGDATA)"/sdlBasic/* "$(DESTDIR)$(DESTDATA)"
 
+       rm -f `find "$(DESTDIR)$(DESTDOC)" -name sdlBasic_IDE_License.txt`
        rm -f `find "$(DESTDIR)$(DESTDOC)" -name font-license`
 
 binary-indep: build install

Modified: packages/trunk/sdlbasic/debian/sdlbasic.desktop
===================================================================
--- packages/trunk/sdlbasic/debian/sdlbasic.desktop     2008-09-02 11:13:18 UTC 
(rev 8065)
+++ packages/trunk/sdlbasic/debian/sdlbasic.desktop     2008-09-02 15:44:05 UTC 
(rev 8066)
@@ -1,9 +1,9 @@
 [Desktop Entry]
 Type=Application
-Name=SDLBasic
-GenericName=SDLBasic
+Name=sdlBasic
+GenericName=sdlBasic
 Comment=Multiplatform basic interpreter for the development of videogames
 Icon=sdlbasic
 Categories=Development;
-Exec=sdlbasic
+Exec=sdlBasic
 Terminal=false

Modified: packages/trunk/sdlbasic/debian/sdlbasic.doc-base
===================================================================
--- packages/trunk/sdlbasic/debian/sdlbasic.doc-base    2008-09-02 11:13:18 UTC 
(rev 8065)
+++ packages/trunk/sdlbasic/debian/sdlbasic.doc-base    2008-09-02 15:44:05 UTC 
(rev 8066)
@@ -1,9 +1,8 @@
 Document: sdlbasic
-Title: Debian sdlbasic Manual
-Author: <insert document author here>
-Abstract: This manual describes what sdlbasic is
- and how it can be used to
- manage online manuals on Debian systems.
+Title: sdlBasic reference guide
+Author: sdlBasic development team
+Abstract: This manual is the official reference guide
+ for sdlBasic
 Section: unknown
 
 Format: HTML


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to