[pkg-fgfs-crew] r168 - in /fgfs-base/trunk/debian: control rules

ovek at users.alioth.debian.org ovek at users.alioth.debian.org
Sun Aug 21 22:31:04 UTC 2011


Author: ovek
Date: Sun Aug 21 22:31:04 2011
New Revision: 168

URL: http://svn.debian.org/wsvn/pkg-fgfs/?sc=1&rev=168
Log:
Split default scenery into a fgfs-scenery-base package.

Modified:
    fgfs-base/trunk/debian/control
    fgfs-base/trunk/debian/rules

Modified: fgfs-base/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-fgfs/fgfs-base/trunk/debian/control?rev=168&op=diff
==============================================================================
--- fgfs-base/trunk/debian/control (original)
+++ fgfs-base/trunk/debian/control Sun Aug 21 22:31:04 2011
@@ -39,3 +39,13 @@
  .
  This package contains the object models that come with the
  standard Flight Gear distribution.
+
+Package: fgfs-scenery-base
+Architecture: all
+Replaces: fgfs-base (<< 2.4.0)
+Description: Flight Gear Flight Simulator -- standard scenery
+ Flight Gear is a free and highly sophisticated flight simulator.
+ .
+ This package contains the scenery data that come with the
+ standard Flight Gear distribution. It covers the San Francisco
+ area.

Modified: fgfs-base/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-fgfs/fgfs-base/trunk/debian/rules?rev=168&op=diff
==============================================================================
--- fgfs-base/trunk/debian/rules (original)
+++ fgfs-base/trunk/debian/rules Sun Aug 21 22:31:04 2011
@@ -37,7 +37,7 @@
 	      $(DATA)/Fonts $(DATA)/HLA $(DATA)/Huds \
 	      $(DATA)/Input $(DATA)/Lighting $(DATA)/MP \
 	      $(DATA)/Nasal $(DATA)/Navaids $(DATA)/Protocol \
-	      $(DATA)/Scenery $(DATA)/Shaders $(DATA)/Sounds \
+	      $(DATA)/Shaders $(DATA)/Sounds \
 	      $(DATA)/Textures $(DATA)/Textures.high \
 	      $(DATA)/Traffic $(DATA)/Translations $(DATA)/gui \
 	      $(DATA)/*.dtd $(DATA)/*.xml $(DATA)/version \
@@ -46,6 +46,8 @@
 	   debian/fgfs-aircraft-base/usr/share/games/flightgear
 	cp -a $(DATA)/Models \
 	   debian/fgfs-models-base/usr/share/games/flightgear
+	cp -a $(DATA)/Scenery \
+	   debian/fgfs-scenery-base/usr/share/games/flightgear
 	cp -a $(DATA)/Docs debian/fgfs-base/usr/share/games/flightgear
 
 	# put shared aircraft parts into fgfs-base rather than fgfs-aircraft-base
@@ -59,6 +61,7 @@
 	find debian/fgfs-base/usr/share/games/flightgear -type f -exec chmod 644 {} \;
 	find debian/fgfs-aircraft-base/usr/share/games/flightgear -type f -exec chmod 644 {} \;
 	find debian/fgfs-models-base/usr/share/games/flightgear -type f -exec chmod 644 {} \;
+	find debian/fgfs-scenery-base/usr/share/games/flightgear -type f -exec chmod 644 {} \;
 
 # Build architecture-independent files here.
 binary-indep: install




More information about the pkg-fgfs-crew mailing list