r12447 - in packages/trunk/garden-of-coloured-lights/debian: . patches

Vincent Cheng vincentc-guest at alioth.debian.org
Tue May 31 06:18:22 UTC 2011


Author: vincentc-guest
Date: 2011-05-31 06:18:22 +0000 (Tue, 31 May 2011)
New Revision: 12447

Added:
   packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights-data.install
   packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.install
   packages/trunk/garden-of-coloured-lights/debian/garden.1
Removed:
   packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.1
   packages/trunk/garden-of-coloured-lights/debian/install
Modified:
   packages/trunk/garden-of-coloured-lights/debian/control
   packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.manpages
   packages/trunk/garden-of-coloured-lights/debian/menu
   packages/trunk/garden-of-coloured-lights/debian/patches/series
Log:
garden-of-coloured-lights: some more tweaks to packaging


Modified: packages/trunk/garden-of-coloured-lights/debian/control
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/control	2011-05-31 05:10:55 UTC (rev 12446)
+++ packages/trunk/garden-of-coloured-lights/debian/control	2011-05-31 06:18:22 UTC (rev 12447)
@@ -2,8 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <miriam at debian.org>, Barry deFreese
- <bdefreese at debian.org>, Vincent Cheng <Vincentc1208 at gmail.com>
+Uploaders: Vincent Cheng <Vincentc1208 at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, automake1.11,
  liballegro4.2-dev
 Standards-Version: 3.9.2
@@ -13,7 +12,8 @@
 
 Package: garden-of-coloured-lights
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ garden-of-coloured-lights-data (= ${source:Version})
 Description: abstract vertical shooter with music elements
  The game is basically a vertical shooter with music elements. The
  enemies, in fact, are kind of musical. Linley has added a simple background
@@ -30,3 +30,26 @@
  .
  Garden of Coloured Lights was Linley Henzel's entry for the SHMUP-DEV
  Competition 2k7 Round 2.
+
+Package: garden-of-coloured-lights-data
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: garden-of-coloured-lights
+Description: abstract vertical shooter with music elements (data)
+ The game is basically a vertical shooter with music elements. The
+ enemies, in fact, are kind of musical. Linley has added a simple background
+ tune, that gets mixed with the diffetent notes played when enemies shoot.
+ .
+ Part of what stands out about Garden of Coloured Lights are its graphics,
+ that even though are kept quite simple, are also carefully taken care of.
+ Every ship still has moving parts and mechanisms that open and close, and
+ every level is different, even though all of them share a common theme.
+ .
+ Your ship comes equipped with 3 options, each with its own unique weapon.
+ There are a few pre-designed schemes to play with, or you can create your
+ own combination of weapons.
+ .
+ Garden of Coloured Lights was Linley Henzel's entry for the SHMUP-DEV
+ Competition 2k7 Round 2.
+ .
+ This package contains the data files for Garden of Coloured Lights.

Added: packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights-data.install
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights-data.install	                        (rev 0)
+++ packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights-data.install	2011-05-31 06:18:22 UTC (rev 12447)
@@ -0,0 +1,2 @@
+resources/garden.svg		usr/share/pixmaps/
+usr/share/garden/

Deleted: packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.1
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.1	2011-05-31 05:10:55 UTC (rev 12446)
+++ packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.1	2011-05-31 06:18:22 UTC (rev 12447)
@@ -1,18 +0,0 @@
-.TH GARDEN-OF-COLOURED-LIGHTS "6" "May 2011"
-.SH NAME
-garden-of-coloured-lights \- abstract vertical shooter with music elements
-.SH SYNOPSIS
-.B garden-of-coloured-lights
-.SH DESCRIPTION
-\fBgarden-of-coloured-lights\fP is a vertical shooter with music elements. The
-enemies, in fact, are kind of musical. Part of what stands out about Garden of
-Coloured Lights are its graphics, that even though are kept quite simple, are
-also carefully taken care of. Every ship still has moving parts and mechanisms
-that open and close, and every level is different, even though all of them
-share a common theme.
-.SH AUTHOR
-garden-of-coloured-lights was written by Linley Henzell
-<l_henzell at yahoo.com.au>.
-.PP
-This manual page was written by Vincent Cheng <Vincentc1208 at gmail.com>,
-for the Debian project (and may be used by others).

Added: packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.install
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.install	                        (rev 0)
+++ packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.install	2011-05-31 06:18:22 UTC (rev 12447)
@@ -0,0 +1,2 @@
+bin/garden			usr/games/
+resources/garden.desktop	usr/share/applications/

Modified: packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.manpages
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.manpages	2011-05-31 05:10:55 UTC (rev 12446)
+++ packages/trunk/garden-of-coloured-lights/debian/garden-of-coloured-lights.manpages	2011-05-31 06:18:22 UTC (rev 12447)
@@ -1 +1 @@
-debian/garden-of-coloured-lights.1
+debian/garden.1

Added: packages/trunk/garden-of-coloured-lights/debian/garden.1
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/garden.1	                        (rev 0)
+++ packages/trunk/garden-of-coloured-lights/debian/garden.1	2011-05-31 06:18:22 UTC (rev 12447)
@@ -0,0 +1,18 @@
+.TH GARDEN-OF-COLOURED-LIGHTS "6" "May 2011"
+.SH NAME
+garden-of-coloured-lights \- abstract vertical shooter with music elements
+.SH SYNOPSIS
+.B garden-of-coloured-lights
+.SH DESCRIPTION
+\fBgarden-of-coloured-lights\fP is a vertical shooter with music elements. The
+enemies, in fact, are kind of musical. Part of what stands out about Garden of
+Coloured Lights are its graphics, that even though are kept quite simple, are
+also carefully taken care of. Every ship still has moving parts and mechanisms
+that open and close, and every level is different, even though all of them
+share a common theme.
+.SH AUTHOR
+garden-of-coloured-lights was written by Linley Henzell
+<l_henzell at yahoo.com.au>.
+.PP
+This manual page was written by Vincent Cheng <Vincentc1208 at gmail.com>,
+for the Debian project (and may be used by others).

Deleted: packages/trunk/garden-of-coloured-lights/debian/install
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/install	2011-05-31 05:10:55 UTC (rev 12446)
+++ packages/trunk/garden-of-coloured-lights/debian/install	2011-05-31 06:18:22 UTC (rev 12447)
@@ -1,3 +0,0 @@
-bin/garden			usr/games/
-resources/garden.desktop	usr/share/applications/
-resources/garden.svg		usr/share/pixmaps/

Modified: packages/trunk/garden-of-coloured-lights/debian/menu
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/menu	2011-05-31 05:10:55 UTC (rev 12446)
+++ packages/trunk/garden-of-coloured-lights/debian/menu	2011-05-31 06:18:22 UTC (rev 12447)
@@ -1,3 +1,3 @@
 ?package(garden-of-coloured-lights):needs="X11" section="Games/Action" \
   title="garden-of-coloured-lights" \
-  command="/usr/games/garden-of-coloured-lights"
+  command="/usr/games/garden"

Modified: packages/trunk/garden-of-coloured-lights/debian/patches/series
===================================================================
--- packages/trunk/garden-of-coloured-lights/debian/patches/series	2011-05-31 05:10:55 UTC (rev 12446)
+++ packages/trunk/garden-of-coloured-lights/debian/patches/series	2011-05-31 06:18:22 UTC (rev 12447)
@@ -1 +1,2 @@
+garden-desktop.patch
 configure-ac.patch




More information about the Pkg-games-commits mailing list