r2861 - in packages/trunk/vegastrike-data/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Wed Jun 6 06:59:15 UTC 2007


Author: ceros-guest
Date: 2007-06-06 06:59:15 +0000 (Wed, 06 Jun 2007)
New Revision: 2861

Added:
   packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff
Removed:
   packages/trunk/vegastrike-data/debian/vegastrike-data.dirs
   packages/trunk/vegastrike-data/debian/vegastrike-data.links
Modified:
   packages/trunk/vegastrike-data/debian/changelog
   packages/trunk/vegastrike-data/debian/control
   packages/trunk/vegastrike-data/debian/patches/series
   packages/trunk/vegastrike-data/debian/rules
   packages/trunk/vegastrike-data/debian/vegastrike-data.install
Log:
Fixed lintian errors for vegastrike-data

Modified: packages/trunk/vegastrike-data/debian/changelog
===================================================================
--- packages/trunk/vegastrike-data/debian/changelog	2007-06-06 04:26:04 UTC (rev 2860)
+++ packages/trunk/vegastrike-data/debian/changelog	2007-06-06 06:59:15 UTC (rev 2861)
@@ -1,3 +1,13 @@
+vegastrike-data (0.4.3-4) UNRELEASED; urgency=low
+
+  * Addressing lintian errors.
+    + Man pages won't be installed.
+    + cgi.py has correct path for python now.
+    + Adding python as dependency.
+  * Fixed Build-Depends
+
+ -- Andres Mejia <mcitadel at gmail.com>  Wed,  6 Jun 2007 00:12:27 -0400
+
 vegastrike-data (0.4.3-3) unstable; urgency=low
 
   * Use quilt for patch management.

Modified: packages/trunk/vegastrike-data/debian/control
===================================================================
--- packages/trunk/vegastrike-data/debian/control	2007-06-06 04:26:04 UTC (rev 2860)
+++ packages/trunk/vegastrike-data/debian/control	2007-06-06 06:59:15 UTC (rev 2861)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>> 5.0), quilt
-Build-Depends-Indep: sharutils
+Build-Depends: debhelper (>> 5.0), quilt, sharutils
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/vegastrike-data
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/vegastrike-data/
 
 Package: vegastrike-data
 Architecture: all
+Depends: python
 Suggests: vegastrike-music
 Description: data files for vegastrike
  Vegastrike is a 3D space simulator. Currently in Beta development, the

Added: packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff
===================================================================
--- packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff	                        (rev 0)
+++ packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff	2007-06-06 06:59:15 UTC (rev 2861)
@@ -0,0 +1,19 @@
+Index: vegastrike-data-0.4.3/modules/builtin/cgi.py
+===================================================================
+--- vegastrike-data-0.4.3/modules/builtin/cgi.py~	2007-06-05 22:36:04.000000000 -0400
++++ vegastrike-data-0.4.3/modules/builtin/cgi.py	2007-06-05 22:38:27.000000000 -0400
+@@ -1,13 +1,4 @@
+-#! /usr/local/bin/python
+-
+-# NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
+-# intentionally NOT "/usr/bin/env python".  On many systems
+-# (e.g. Solaris), /usr/local/bin is not in $PATH as passed to CGI
+-# scripts, and /usr/local/bin is the default directory where Python is
+-# installed, so /usr/bin/env would be unable to find python.  Granted,
+-# binary installations by Linux vendors often install Python in
+-# /usr/bin.  So let those vendors patch cgi.py to match their choice
+-# of installation.
++#! /usr/bin/python
+ 
+ """Support module for CGI (Common Gateway Interface) scripts.
+ 

Modified: packages/trunk/vegastrike-data/debian/patches/series
===================================================================
--- packages/trunk/vegastrike-data/debian/patches/series	2007-06-06 04:26:04 UTC (rev 2860)
+++ packages/trunk/vegastrike-data/debian/patches/series	2007-06-06 06:59:15 UTC (rev 2861)
@@ -1,2 +1,3 @@
 000_version_info.diff
 001_manpage.diff
+002_correct_path_to_python.diff

Modified: packages/trunk/vegastrike-data/debian/rules
===================================================================
--- packages/trunk/vegastrike-data/debian/rules	2007-06-06 04:26:04 UTC (rev 2860)
+++ packages/trunk/vegastrike-data/debian/rules	2007-06-06 06:59:15 UTC (rev 2861)
@@ -21,23 +21,17 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs 
-	# Pretend we copied everything into debian/tmp/usr/share/games
-	mkdir -p debian/tmp/usr/share/games
-	ln -sf ../../../../../ debian/tmp/usr/share/games/vegastrike
-	dh_install --sourcedir=debian/tmp
-	find `pwd`/debian/vegastrike-data/usr/share/games/vegastrike -perm 755 -type f ! -name '*.py' -print0 | xargs -0 --no-run-if-empty chmod 644 
+	dh_install
+	find debian/vegastrike-data/usr/share/games/vegastrike -perm 755 -type f ! -name '*.py' -print0 | xargs -0 --no-run-if-empty chmod 644 
 	mv debian/vegastrike-data/usr/share/games/vegastrike/.vegastrike \
-	   debian/vegastrike-data/usr/share/games/vegastrike/.vegastrike.4.x
+	   debian/vegastrike-data/usr/share/games/vegastrike/.vegastrike-0.4.x
 
 # Build architecture-independent files here.
 binary-indep: install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installchangelogs 
-	dh_installman documentation/*.1
-	dh_link
+	dh_installchangelogs
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Deleted: packages/trunk/vegastrike-data/debian/vegastrike-data.dirs
===================================================================
--- packages/trunk/vegastrike-data/debian/vegastrike-data.dirs	2007-06-06 04:26:04 UTC (rev 2860)
+++ packages/trunk/vegastrike-data/debian/vegastrike-data.dirs	2007-06-06 06:59:15 UTC (rev 2861)
@@ -1 +0,0 @@
-/usr/share/games/vegastrike

Modified: packages/trunk/vegastrike-data/debian/vegastrike-data.install
===================================================================
--- packages/trunk/vegastrike-data/debian/vegastrike-data.install	2007-06-06 04:26:04 UTC (rev 2860)
+++ packages/trunk/vegastrike-data/debian/vegastrike-data.install	2007-06-06 06:59:15 UTC (rev 2861)
@@ -1,270 +1,28 @@
-/usr/share/games/vegastrike/README
-/usr/share/games/vegastrike/Version.txt
-/usr/share/games/vegastrike/cursor1.cur
-/usr/share/games/vegastrike/factions.xml
-/usr/share/games/vegastrike/master_part_list.csv
-/usr/share/games/vegastrike/setup.config
-/usr/share/games/vegastrike/vegastrike.config
-/usr/share/games/vegastrike/weapon_list.xml
-/usr/share/games/vegastrike/vegastrike.xpm
-/usr/share/games/vegastrike/.vegastrike/.system
-/usr/share/games/vegastrike/.vegastrike/*.m3u
-/usr/share/games/vegastrike/.vegastrike/save.txt
-/usr/share/games/vegastrike/.vegastrike/*/*.system
-/usr/share/games/vegastrike/ai/*.csv
-/usr/share/games/vegastrike/ai/events/*.xml
-/usr/share/games/vegastrike/ai/script/*.{xai,xml}
-/usr/share/games/vegastrike/animations/*.ani/*.{ani,png,bmp,alp,jpg}
-/usr/share/games/vegastrike/bases/fixers/*.py
-/usr/share/games/vegastrike/bases/*.py
-/usr/share/games/vegastrike/cockpits/nav/navdata.xml
-/usr/share/games/vegastrike/cockpits/*.cpt/*.{spr,font,cpt,bfxm,png}
-/usr/share/games/vegastrike/communications/*.xml
-/usr/share/games/vegastrike/documentation/CelesteStory.txt
-/usr/share/games/vegastrike/documentation/IntroMonologue.txt
-/usr/share/games/vegastrike/documentation/Vega_Strike_Players_Guide.pdf
-/usr/share/games/vegastrike/documentation/description.xunit
-/usr/share/games/vegastrike/documentation/detailtextures.txt
-/usr/share/games/vegastrike/documentation/fixers_howto.html
-/usr/share/games/vegastrike/documentation/readme.txt
-/usr/share/games/vegastrike/documentation/unitstats.csv
-/usr/share/games/vegastrike/history/Excerpts_from_the_Ivan_kltakln_guidebook.txt
-/usr/share/games/vegastrike/history/a*brief*history*in*time*and*space.pdf
-/usr/share/games/vegastrike/meshes/*.bfxm
-/usr/share/games/vegastrike/meshes/supernova.bmp
-/usr/share/games/vegastrike/meshes/mounts/*.bfxm
-/usr/share/games/vegastrike/meshes/nav/default/*.bfxm
-/usr/share/games/vegastrike/meshes/atmXhalo.xmesh
-/usr/share/games/vegastrike/mission/*.mission
-/usr/share/games/vegastrike/mission/*/*.mission
-/usr/share/games/vegastrike/mission/*/*/*.mission
-/usr/share/games/vegastrike/mission/test/jtest.vsm
-/usr/share/games/vegastrike/modules/*.py
-/usr/share/games/vegastrike/modules/stub/*.py
-/usr/share/games/vegastrike/modules/builtin/*.py
-/usr/share/games/vegastrike/modules/builtin/*.doc
-/usr/share/games/vegastrike/sectors/*/*.system
-/usr/share/games/vegastrike/sounds/*.{wav,WAV}
-/usr/share/games/vegastrike/sprites/*.{png,spr,alp,bmp}
-/usr/share/games/vegastrike/sprites/*/*.{png,spr,jpg}
-/usr/share/games/vegastrike/sprites/bases/*/*.{png,spr,jpg}
-/usr/share/games/vegastrike/stats/VSships.pdf
-/usr/share/games/vegastrike/stats/factioninfo.csv
-/usr/share/games/vegastrike/stats/factions.csv
-/usr/share/games/vegastrike/stats/vegastrikedb.xls
-/usr/share/games/vegastrike/textures/*.{alp,bmp,jpg,png}
-/usr/share/games/vegastrike/textures/*/*.{alp,bmp,jpg,png}
-/usr/share/games/vegastrike/textures/*/*/*.{alp,bmp,jpg,png}
-/usr/share/games/vegastrike/textures/sol2/sources.txt
-/usr/share/games/vegastrike/units/findunits.py
-/usr/share/games/vegastrike/units/findunits.sh
-/usr/share/games/vegastrike/units/turretsize.txt
-/usr/share/games/vegastrike/units/units.csv
-/usr/share/games/vegastrike/units/*/*.{bfxm,jpg,png,spr,ani,bmp}
-/usr/share/games/vegastrike/units/AsteroidFighterBase/AsteroidFighterBase
-/usr/share/games/vegastrike/units/admonisher/admonisher
-/usr/share/games/vegastrike/units/aelar/aelar
-/usr/share/games/vegastrike/units/aeon/aeon
-/usr/share/games/vegastrike/units/aevant/aevant
-/usr/share/games/vegastrike/units/ancestor/ancestor
-/usr/share/games/vegastrike/units/archimedes/archimedes
-/usr/share/games/vegastrike/units/beholder/beholder
-/usr/share/games/vegastrike/units/box/box
-/usr/share/games/vegastrike/units/cargo/cargo
-/usr/share/games/vegastrike/units/clydesdale/clydesdale
-/usr/share/games/vegastrike/units/commerce_center/commerce_center
-/usr/share/games/vegastrike/units/contraband/contraband
-/usr/share/games/vegastrike/units/convolution/convolution
-/usr/share/games/vegastrike/units/corvette/corvette
-/usr/share/games/vegastrike/units/derivative/derivative
-/usr/share/games/vegastrike/units/determinant/determinant
-/usr/share/games/vegastrike/units/dodo/dodo
-/usr/share/games/vegastrike/units/dostoevsky/dostoevsky
-/usr/share/games/vegastrike/units/eject/eject
-/usr/share/games/vegastrike/units/factions/aera/AsteroidFighterBase/AsteroidFighterBase
-/usr/share/games/vegastrike/units/factions/aera/MiningBase/MiningBase
-/usr/share/games/vegastrike/units/factions/aera/contraband/contraband
-/usr/share/games/vegastrike/units/factions/aera/factory/factory
-/usr/share/games/vegastrike/units/factions/aera/fighter_barracks/fighter_barracks
-/usr/share/games/vegastrike/units/factions/aera/medical/medical
-/usr/share/games/vegastrike/units/factions/aera/refinery/refinery
-/usr/share/games/vegastrike/units/factions/aera/research/research
-/usr/share/games/vegastrike/units/factions/aera/starfortress/starfortress
-/usr/share/games/vegastrike/units/factions/confed/contraband/contraband
-/usr/share/games/vegastrike/units/factions/luddites/contraband/contraband
-/usr/share/games/vegastrike/units/factions/neutral/ABelt/ABelt
-/usr/share/games/vegastrike/units/factions/neutral/AField/AField
-/usr/share/games/vegastrike/units/factions/neutral/AFieldBase/AFieldBase
-/usr/share/games/vegastrike/units/factions/neutral/AFieldBaseSparse/AFieldBaseSparse
-/usr/share/games/vegastrike/units/factions/neutral/AFieldBaseThin/AFieldBaseThin
-/usr/share/games/vegastrike/units/factions/neutral/AFieldJump/AFieldJump
-/usr/share/games/vegastrike/units/factions/neutral/AFieldJumpSparse/AFieldJumpSparse
-/usr/share/games/vegastrike/units/factions/neutral/AFieldJumpThin/AFieldJumpThin
-/usr/share/games/vegastrike/units/factions/neutral/AFieldSparse/AFieldSparse
-/usr/share/games/vegastrike/units/factions/neutral/AFieldThin/AFieldThin
-/usr/share/games/vegastrike/units/factions/neutral/HiddenAsteroid/HiddenAsteroid
-/usr/share/games/vegastrike/units/factions/neutral/asteroids/asteroids
-/usr/share/games/vegastrike/units/factions/neutral/asteroids1600gap/asteroids1600gap
-/usr/share/games/vegastrike/units/factions/neutral/asteroids200gap/asteroids200gap
-/usr/share/games/vegastrike/units/factions/neutral/asteroids400gap/asteroids400gap
-/usr/share/games/vegastrike/units/factions/neutral/asteroids800gap/asteroids800gap
-/usr/share/games/vegastrike/units/factions/neutral/green-nebula/green-nebula
-/usr/share/games/vegastrike/units/factions/neutral/green-nebula/green-nebula.nebula
-/usr/share/games/vegastrike/units/factions/neutral/nebula/neb128.alp
-/usr/share/games/vegastrike/units/factions/neutral/nebula/nebula
-/usr/share/games/vegastrike/units/factions/neutral/nebula/nebula.nebula
-/usr/share/games/vegastrike/units/factions/neutral/nebula_veryhuge/nebula_veryhuge
-/usr/share/games/vegastrike/units/factions/neutral/nebula_veryhuge/nebula_veryhuge.nebula
-/usr/share/games/vegastrike/units/factions/neutral/purple-nebula/purple-nebula
-/usr/share/games/vegastrike/units/factions/neutral/purple-nebula/purple-nebula.nebula
-/usr/share/games/vegastrike/units/factions/neutral/red-nebula/red-nebula
-/usr/share/games/vegastrike/units/factions/neutral/red-nebula/red-nebula.nebula
-/usr/share/games/vegastrike/units/factions/pirates/MiningBase/MiningBase
-/usr/share/games/vegastrike/units/factions/pirates/corvette/corvette
-/usr/share/games/vegastrike/units/factions/pirates/refinery/refinery
-/usr/share/games/vegastrike/units/factions/planets/Dirt/Dirt
-/usr/share/games/vegastrike/units/factions/planets/Lava/Lava
-/usr/share/games/vegastrike/units/factions/planets/Snow/Snow
-/usr/share/games/vegastrike/units/factions/planets/carribean/carribean
-/usr/share/games/vegastrike/units/factions/planets/desert/desert
-/usr/share/games/vegastrike/units/factions/planets/earth/earth
-/usr/share/games/vegastrike/units/factions/planets/industrial/industrial
-/usr/share/games/vegastrike/units/factions/planets/j_class/j_class
-/usr/share/games/vegastrike/units/factions/planets/k_class/k_class
-/usr/share/games/vegastrike/units/factions/planets/m_class/m_class
-/usr/share/games/vegastrike/units/factions/planets/n_class/n_class
-/usr/share/games/vegastrike/units/factions/planets/newdetroit/newdetroit
-/usr/share/games/vegastrike/units/factions/planets/ocean/ocean
-/usr/share/games/vegastrike/units/factions/planets/tkirsa/tkirsa
-/usr/share/games/vegastrike/units/factions/planets/tundra/tundra
-/usr/share/games/vegastrike/units/factions/planets/university/university
-/usr/share/games/vegastrike/units/factions/rlaan/AsteroidFighterBase/AsteroidFighterBase
-/usr/share/games/vegastrike/units/factions/rlaan/MiningBase/MiningBase
-/usr/share/games/vegastrike/units/factions/rlaan/contraband/contraband
-/usr/share/games/vegastrike/units/factions/rlaan/factory/factory
-/usr/share/games/vegastrike/units/factions/rlaan/fighter_barracks/fighter_barracks
-/usr/share/games/vegastrike/units/factions/rlaan/medical/medical
-/usr/share/games/vegastrike/units/factions/rlaan/refinery/refinery
-/usr/share/games/vegastrike/units/factions/rlaan/starfortress/starfortress
-/usr/share/games/vegastrike/units/factions/rlaan/starfortressinner/starfortressinner
-/usr/share/games/vegastrike/units/factions/rlaan/starfortressouter/starfortressouter
-/usr/share/games/vegastrike/units/factions/upgrades/generic_cargo/generic_cargo
-/usr/share/games/vegastrike/units/factory/factory
-/usr/share/games/vegastrike/units/franklin/franklin
-/usr/share/games/vegastrike/units/gawain/gawain
-/usr/share/games/vegastrike/units/goddard/goddard
-/usr/share/games/vegastrike/units/hammer/hammer
-/usr/share/games/vegastrike/units/hidalgo/hidalgo
-/usr/share/games/vegastrike/units/huldra/huldra
-/usr/share/games/vegastrike/units/hyena/hyena
-/usr/share/games/vegastrike/units/idun/idun
-/usr/share/games/vegastrike/units/kafka/kafka
-/usr/share/games/vegastrike/units/kahan/kahan
-/usr/share/games/vegastrike/units/kahan/kahan.box
-/usr/share/games/vegastrike/units/lancelot/lancelot
-/usr/share/games/vegastrike/units/landscape/landscape
-/usr/share/games/vegastrike/units/llama/llama
-/usr/share/games/vegastrike/units/lodur/lodur
-/usr/share/games/vegastrike/units/mule/mule
-/usr/share/games/vegastrike/units/navpoint/navpoint
-/usr/share/games/vegastrike/units/ox/ox
-/usr/share/games/vegastrike/units/pacifier/pacifier
-/usr/share/games/vegastrike/units/plowshare/plowshare
-/usr/share/games/vegastrike/units/progeny/progeny
-/usr/share/games/vegastrike/units/quicksilver/quicksilver
-/usr/share/games/vegastrike/units/redeemer/redeemer
-/usr/share/games/vegastrike/units/research/research
-/usr/share/games/vegastrike/units/robin/robin
-/usr/share/games/vegastrike/units/sartre/sartre
-/usr/share/games/vegastrike/units/schroedinger/schroedinger
-/usr/share/games/vegastrike/units/sickle/sickle
-/usr/share/games/vegastrike/units/starfortress/starfortress
-/usr/share/games/vegastrike/units/subunits/aeraturretLR_heavy/aeraturretLR_heavy
-/usr/share/games/vegastrike/units/subunits/aeraturretLR_heavygun/aeraturretLR_heavygun
-/usr/share/games/vegastrike/units/subunits/aeraturretRLR_pd/aeraturretRLR_pd
-/usr/share/games/vegastrike/units/subunits/aeraturretadvtorp/aeraturretadvtorp
-/usr/share/games/vegastrike/units/subunits/aeraturretcapshipgun/aeraturretcapshipgun
-/usr/share/games/vegastrike/units/subunits/aeraturretpd/aeraturretpd
-/usr/share/games/vegastrike/units/subunits/franklinpd/franklinpd
-/usr/share/games/vegastrike/units/subunits/rlaanturret/rlaanturret
-/usr/share/games/vegastrike/units/subunits/rlaanturretgun/rlaanturretgun
-/usr/share/games/vegastrike/units/subunits/rlaanturretmini/rlaanturretmini
-/usr/share/games/vegastrike/units/subunits/rlaanturretminigun/rlaanturretminigun
-/usr/share/games/vegastrike/units/subunits/rlaanturretpd/rlaanturretpd
-/usr/share/games/vegastrike/units/subunits/rlaanturretpdgun/rlaanturretpdgun
-/usr/share/games/vegastrike/units/subunits/turret/turret
-/usr/share/games/vegastrike/units/subunits/turretLR_PminusBeam/turretLR_PminusBeam
-/usr/share/games/vegastrike/units/subunits/turret_capship_dreadnaughtblend/turret_capship_dreadnaughtblend
-/usr/share/games/vegastrike/units/subunits/turret_capship_dreadnaughtblend_guns/turret_capship_dreadnaughtblend_guns
-/usr/share/games/vegastrike/units/subunits/turret_capship_gun/turret_capship_gun
-/usr/share/games/vegastrike/units/subunits/turret_capship_layered_defense/turret_capship_layered_defense
-/usr/share/games/vegastrike/units/subunits/turret_capship_layered_defense_guns/turret_capship_layered_defense_guns
-/usr/share/games/vegastrike/units/subunits/turret_capship_light_particlebeamgun/turret_capship_light_particlebeamgun
-/usr/share/games/vegastrike/units/subunits/turret_capship_pd_gun/turret_capship_pd_gun
-/usr/share/games/vegastrike/units/subunits/turret_capship_torplauncher/turret_capship_torplauncher
-/usr/share/games/vegastrike/units/subunits/turret_capship_torplauncher_gun/turret_capship_torplauncher_gun
-/usr/share/games/vegastrike/units/subunits/turret_medium/turret_medium
-/usr/share/games/vegastrike/units/subunits/turret_medium_gun/turret_medium_gun
-/usr/share/games/vegastrike/units/subunits/turretbeam/turretbeam
-/usr/share/games/vegastrike/units/subunits/turretbeamgun/turretbeamgun
-/usr/share/games/vegastrike/units/subunits/turretbeamheavy/turretbeamheavy
-/usr/share/games/vegastrike/units/subunits/turretbeamheavygun/turretbeamheavygun
-/usr/share/games/vegastrike/units/subunits/turretbeampgun/turretbeampgun
-/usr/share/games/vegastrike/units/subunits/turretcapmissile/turretcapmissile
-/usr/share/games/vegastrike/units/subunits/turretcapmissiledeep/turretcapmissiledeep
-/usr/share/games/vegastrike/units/subunits/turretflak/turretflak
-/usr/share/games/vegastrike/units/subunits/turretflakgun/turretflakgun
-/usr/share/games/vegastrike/units/subunits/turretgun/turretgun
-/usr/share/games/vegastrike/units/subunits/turretgunheavy/turretgunheavy
-/usr/share/games/vegastrike/units/subunits/turretgunsmall/turretgunsmall
-/usr/share/games/vegastrike/units/subunits/turretheavy/turretheavy
-/usr/share/games/vegastrike/units/subunits/turretlauncher/turretlauncher
-/usr/share/games/vegastrike/units/subunits/turretlaunchercapmissile/turretlaunchercapmissile
-/usr/share/games/vegastrike/units/subunits/turretlaunchercapmissile/turretlaunchercapshipmissile
-/usr/share/games/vegastrike/units/subunits/turretlaunchergun/turretlaunchergun
-/usr/share/games/vegastrike/units/subunits/turretlauncherswarm/turretlauncherswarm
-/usr/share/games/vegastrike/units/subunits/turretmain/turretmain
-/usr/share/games/vegastrike/units/subunits/turretmaingun/turretmaingun
-/usr/share/games/vegastrike/units/subunits/turretmaingunheavy/turretmaingunheavy
-/usr/share/games/vegastrike/units/subunits/turretmainheavy/turretmainheavy
-/usr/share/games/vegastrike/units/subunits/turretpd/turretpd
-/usr/share/games/vegastrike/units/subunits/turretpdgun/turretpdgun
-/usr/share/games/vegastrike/units/subunits/turretpdlong/turretpdlong
-/usr/share/games/vegastrike/units/subunits/turretpdlonggun/turretpdlonggun
-/usr/share/games/vegastrike/units/subunits/turretpunisher/turretpunisher
-/usr/share/games/vegastrike/units/subunits/turretpunishergun/turretpunishergun
-/usr/share/games/vegastrike/units/subunits/turretsmall/turretsmall
-/usr/share/games/vegastrike/units/subunits/turretswarm/turretswarm
-/usr/share/games/vegastrike/units/tesla/tesla
-/usr/share/games/vegastrike/units/thrud/thrud
-/usr/share/games/vegastrike/units/vark/vark
-/usr/share/games/vegastrike/units/vidar/vidar
-/usr/share/games/vegastrike/units/vitik/vitik
-/usr/share/games/vegastrike/units/watson/watson
-/usr/share/games/vegastrike/units/weapons/capiff/capiff
-/usr/share/games/vegastrike/units/weapons/capshipmissile/capshipmissile
-/usr/share/games/vegastrike/units/weapons/cluster/cluster
-/usr/share/games/vegastrike/units/weapons/dumbfire/dumbfire
-/usr/share/games/vegastrike/units/weapons/friendorfoe/friendorfoe
-/usr/share/games/vegastrike/units/weapons/heatseek/heatseek
-/usr/share/games/vegastrike/units/weapons/hellspawn/hellspawn
-/usr/share/games/vegastrike/units/weapons/imrec/imrec
-/usr/share/games/vegastrike/units/weapons/kineticmissile/kineticmissile
-/usr/share/games/vegastrike/units/weapons/leech/leech
-/usr/share/games/vegastrike/units/weapons/mine/mine
-/usr/share/games/vegastrike/units/weapons/pmiss/pmiss
-/usr/share/games/vegastrike/units/weapons/spacebomb/spacebomb
-/usr/share/games/vegastrike/units/weapons/torp/torp
-/usr/share/games/vegastrike/units/weapons/torpedo/torpedo
-/usr/share/games/vegastrike/units/wormhole/wormhole.neutral.stable
-/usr/share/games/vegastrike/units/wormhole/wormhole.stable
-/usr/share/games/vegastrike/units/wormhole/wormhole.stableglownetsaccessory
-/usr/share/games/vegastrike/units/wormhole/wormhole.stableswirlsaccessory
-/usr/share/games/vegastrike/units/wormhole/wormhole.unstable
-/usr/share/games/vegastrike/units/wormhole/wormhole.unstableglownetsaccessory
-/usr/share/games/vegastrike/units/wormhole/wormhole.unstableswirlsaccessory
-/usr/share/games/vegastrike/units/yavok/yavok
-/usr/share/games/vegastrike/units/yrilan/yrilan
-/usr/share/games/vegastrike/*/*.txt
-/usr/share/games/vegastrike/*/*/*.txt
-/usr/share/games/vegastrike/universe/milky_way.xml
+README usr/share/games/vegastrike
+Version.txt usr/share/games/vegastrike
+cursor1.cur usr/share/games/vegastrike
+factions.xml usr/share/games/vegastrike
+master_part_list.csv usr/share/games/vegastrike
+setup.config usr/share/games/vegastrike
+vegastrike.config usr/share/games/vegastrike
+weapon_list.xml usr/share/games/vegastrike
+vegastrike.xpm usr/share/games/vegastrike
+.vegastrike usr/share/games/vegastrike
+accounts usr/share/games/vegastrike
+ai usr/share/games/vegastrike
+animations usr/share/games/vegastrike
+bases usr/share/games/vegastrike
+cockpits usr/share/games/vegastrike
+communications usr/share/games/vegastrike
+documentation usr/share/games/vegastrike
+history usr/share/games/vegastrike
+meshes usr/share/games/vegastrike
+mission usr/share/games/vegastrike
+modules usr/share/games/vegastrike
+sectors usr/share/games/vegastrike
+sounds usr/share/games/vegastrike
+sprites usr/share/games/vegastrike
+stats usr/share/games/vegastrike
+textures usr/share/games/vegastrike
+units usr/share/games/vegastrike
+universe usr/share/games/vegastrike

Deleted: packages/trunk/vegastrike-data/debian/vegastrike-data.links
===================================================================
--- packages/trunk/vegastrike-data/debian/vegastrike-data.links	2007-06-06 04:26:04 UTC (rev 2860)
+++ packages/trunk/vegastrike-data/debian/vegastrike-data.links	2007-06-06 06:59:15 UTC (rev 2861)
@@ -1,2 +0,0 @@
-usr/share/man/man6/vegastrike.6.gz usr/share/man/man6/vsinstall.6.gz
-usr/share/man/man6/vegastrike.6.gz usr/share/man/man6/vssetup.6.gz




More information about the Pkg-games-commits mailing list