~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to data/default/cities.ruleset

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2009-11-27 23:24:00 UTC
  • mfrom: (7.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091127232400-nmoil1yvvskugn1h
[ Karl Goetz ]
* New upstream release
* Bump standards-version to 3.8.3
* Update watch file
  - Now version 3
  - Switched to gna.org instead of sf.net
* Switch readline dev dependency to libreadline-dev instead of
libreadline5-dev. Closes: #553758
* Changed compat to 5
* Relaxed dependencies on freeciv-server for sdl and gtk clients,
freeciv-server is now a recommends
* Stop d/rules trying to gzip scenarios - upstream does this.
* Remove export of datarootdir in d/rules, upstream seems to handle
this correctly now.
* Deleted 01_configure_ac_localedir.diff from d/patches/ and from series.
* Create per-client .desktop files. Closes: #470978, LP: #190555
* Desktop files mention which client they are (sdl/gtk/xaw3d).
* Add myself to uploaders on Clint's suggestion.

[ Clint Adams ]
* Change watch file to grab bz2 tarballs.
* Switch to 3.0 (quilt) source format.
* Remove quilt code from debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
reqs = { "type", "name", "range"
134
134
         "tech", "Railroad", "Player"
135
135
       }
 
136
replaced_by = "ElectricAge"
 
137
 
 
138
[citystyle_electric]
 
139
name        = _("?citystyle:ElectricAge")
 
140
graphic     = "city.electricage"
 
141
graphic_alt = "city.modern"
 
142
citizens_graphic     = "electricage"
 
143
citizens_graphic_alt = "generic"
 
144
reqs = { "type", "name", "range"
 
145
         "tech", "Automobile", "Player"
 
146
       }
136
147
replaced_by = "Modern"
137
148
 
138
149
[citystyle_modern]
142
153
citizens_graphic     = "modern"
143
154
citizens_graphic_alt = "generic"
144
155
reqs = { "type", "name", "range"
145
 
         "tech", "Automobile", "Player"
 
156
         "tech", "Rocketry", "Player"
146
157
       }
147
158
replaced_by = "PostModern"
148
159