ROTT packaging

Alexandre Detiste alexandre.detiste at gmail.com
Wed Jan 14 00:10:28 UTC 2015


> On 13/01/15 10:24, Alexandre Detiste wrote:
> > If we really want to package _all_ existing versions that all have
> > some conflicting files,
> > here is a proposed dependency graph.
> 
> What benefit, if any, do users get from having ROTTCD.RTC and/or
> ROTTSITE.RTC installed instead of DARKWAR.RTC? From Wikipedia it seems
> the answer is "a few more multiplayer maps".

None, multiplayer doesn't even work A.T.M. ;
but some users may not have DARKWAR.RTC at all:
the one that still have the original CD with ROTTCD.RTC only.

[ http://icculus.org/rott/
[ Getting network play working is considered the release goal for the 2.0 version.
[ Work on both of these projects has not yet begun, though...


Would this simple solutionwork ?
'best_rtc' behave here like a virtual file that is never seen in output .deb's


packages:
    rott-registered-data:
       type: full
       install:
       - best_rtc

files:
  best_rtc:
    alternatives:
    - rottcd.rtc
    - rottsite.rtc
    - darkwar.rtc

  rottcd.rtc:
    size: 1234
    look_for: rottcd.rtc
    install_as: rottcd.rtc
  rottsite.rtc:
    size: 1234
    look_for: rottsite.rtc
    install_as: rottsite.rtc
  darkwar.rtc:
    size: 1234
    look_for: darkwar.rtc
    install_as: darkwar.rtc



More information about the Pkg-games-devel mailing list