r13898 - packages/trunk/0ad-data/debian

Vincent Cheng vincentc-guest at alioth.debian.org
Tue Dec 18 09:30:05 UTC 2012


Author: vincentc-guest
Date: 2012-12-18 09:30:05 +0000 (Tue, 18 Dec 2012)
New Revision: 13898

Added:
   packages/trunk/0ad-data/debian/0ad-data-common.install
Modified:
   packages/trunk/0ad-data/debian/changelog
   packages/trunk/0ad-data/debian/control
   packages/trunk/0ad-data/debian/install
Log:
0ad-data: Split package in two (see #696030)


Added: packages/trunk/0ad-data/debian/0ad-data-common.install
===================================================================
--- packages/trunk/0ad-data/debian/0ad-data-common.install	                        (rev 0)
+++ packages/trunk/0ad-data/debian/0ad-data-common.install	2012-12-18 09:30:05 UTC (rev 13898)
@@ -0,0 +1,2 @@
+binaries/data/config    usr/share/games/0ad/
+binaries/data/tools     usr/share/games/0ad/

Modified: packages/trunk/0ad-data/debian/changelog
===================================================================
--- packages/trunk/0ad-data/debian/changelog	2012-12-18 08:24:10 UTC (rev 13897)
+++ packages/trunk/0ad-data/debian/changelog	2012-12-18 09:30:05 UTC (rev 13898)
@@ -2,6 +2,9 @@
 
   [ Vincent Cheng ]
   * New upstream release.
+  * Split single binary package in two (0ad-data{,-common}). (Closes: #696030)
+    - This makes it easier to provide incremental updates (via upstream's PPA)
+      by separating components that are changed more frequently.
   * Add Replaces+Conflicts relationship on 0ad-data-common to avoid problems
     when upgrading from packages distributed by a PPA. (LP: #1063499)
 

Modified: packages/trunk/0ad-data/debian/control
===================================================================
--- packages/trunk/0ad-data/debian/control	2012-12-18 08:24:10 UTC (rev 13897)
+++ packages/trunk/0ad-data/debian/control	2012-12-18 09:30:05 UTC (rev 13898)
@@ -12,9 +12,25 @@
 Package: 0ad-data
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${misc:Depends}
+Suggests: 0ad
+Description: Real-time strategy game of ancient warfare (data)
+ 0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
+ real-time strategy (RTS) game of ancient warfare. In short, it is a
+ historically-based war/economy game that allows players to relive or rewrite
+ the history of Western civilizations, focusing on the years between 500 B.C.
+ and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D
+ graphics, detailed artwork, sound, and a flexible and powerful custom-built
+ game engine.
+ .
+ This package contains the main data files required by 0 A.D.
+
+Package: 0ad-data-common
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: tex-gyre, ttf-dejavu-core, ${misc:Depends}
-Replaces: 0ad-data-common
-Conflicts: 0ad-data-common
+Breaks: 0ad-data (<< 0.0.12-1)
+Replaces: 0ad-data (<< 0.0.12-1)
 Suggests: 0ad
 Description: Real-time strategy game of ancient warfare (data)
  0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
@@ -25,4 +41,5 @@
  graphics, detailed artwork, sound, and a flexible and powerful custom-built
  game engine.
  .
- This package contains the data files required by 0 A.D.
+ This package contains the data files (configuration and tools) required by
+ 0 A.D.

Modified: packages/trunk/0ad-data/debian/install
===================================================================
--- packages/trunk/0ad-data/debian/install	2012-12-18 08:24:10 UTC (rev 13897)
+++ packages/trunk/0ad-data/debian/install	2012-12-18 09:30:05 UTC (rev 13898)
@@ -1,3 +1 @@
-binaries/data/config    usr/share/games/0ad/
 binaries/data/mods      usr/share/games/0ad/
-binaries/data/tools     usr/share/games/0ad/




More information about the Pkg-games-commits mailing list