Author: fuddl-guest Date: 2011-06-06 13:19:33 +0000 (Mon, 06 Jun 2011) New Revision: 12455
Modified: packages/trunk/alien-arena/debian/changelog packages/trunk/alien-arena/debian/control Log: Depend on alien-arena-data, otherwise users apt-get install alien-arena and end up with a broken installation of the game because alien-arena-data is missing. Modified: packages/trunk/alien-arena/debian/changelog =================================================================== --- packages/trunk/alien-arena/debian/changelog 2011-06-06 13:18:24 UTC (rev 12454) +++ packages/trunk/alien-arena/debian/changelog 2011-06-06 13:19:33 UTC (rev 12455) @@ -1,3 +1,12 @@ +alien-arena (7.51-3) unstable; urgency=low + + * Team upload. + * Make alien-arena and alien-arena-server binary packages depend on + alien-arena-data. This allows users' to have working installation of the + game after they apt-get install alien-arena or alien-arena-server. + + -- Bruno "Fuddl" Kleinert <[email protected]> Mon, 06 Jun 2011 13:42:17 +0200 + alien-arena (7.51-2) unstable; urgency=low * Team upload. Modified: packages/trunk/alien-arena/debian/control =================================================================== --- packages/trunk/alien-arena/debian/control 2011-06-06 13:18:24 UTC (rev 12454) +++ packages/trunk/alien-arena/debian/control 2011-06-06 13:19:33 UTC (rev 12455) @@ -28,7 +28,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, - libopenal1 + libopenal1, + alien-arena-data Description: Standalone 3D first person online deathmatch shooter ALIEN ARENA is a standalone 3D first person online deathmatch shooter crafted from the original source code of Quake II and Quake III, released @@ -44,7 +45,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, - ruby + ruby, + alien-arena-data Description: Dedicated server for Alien Arena ALIEN ARENA is a standalone 3D first person online deathmatch shooter crafted from the original source code of Quake II and Quake III, released _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

