r3385 - in packages/trunk/vegastrike-data/debian: . patches
Andres Mejia
ceros-guest at alioth.debian.org
Fri Jul 13 06:03:09 UTC 2007
Author: ceros-guest
Date: 2007-07-13 06:03:08 +0000 (Fri, 13 Jul 2007)
New Revision: 3385
Modified:
packages/trunk/vegastrike-data/debian/changelog
packages/trunk/vegastrike-data/debian/control
packages/trunk/vegastrike-data/debian/copyright
packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff
packages/trunk/vegastrike-data/debian/vegastrike-data.install
Log:
clean-up of vegastrike-data package
Modified: packages/trunk/vegastrike-data/debian/changelog
===================================================================
--- packages/trunk/vegastrike-data/debian/changelog 2007-07-12 22:38:04 UTC (rev 3384)
+++ packages/trunk/vegastrike-data/debian/changelog 2007-07-13 06:03:08 UTC (rev 3385)
@@ -9,6 +9,7 @@
* Repacked tarball to filter out unnecessary files.
* vegastrike.config has max_texture_dimension of 512. (Closes: #343411)
+ Adding README.Debian file that explains this.
+ * Addressing lintian warnings.
-- Andres Mejia <mcitadel at gmail.com> Sun, 01 Jul 2007 01:51:39 -0400
Modified: packages/trunk/vegastrike-data/debian/control
===================================================================
--- packages/trunk/vegastrike-data/debian/control 2007-07-12 22:38:04 UTC (rev 3384)
+++ packages/trunk/vegastrike-data/debian/control 2007-07-13 06:03:08 UTC (rev 3385)
@@ -5,13 +5,11 @@
Uploaders: Andres Mejia <mcitadel at gmail.com>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
Build-Depends: debhelper (>= 5), 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
+Suggests: vegastrike-music, vegastrike (>= 0.4.3), vegastrike (<< 0.4.4)
Description: data files for vegastrike
Vegastrike is a 3D space simulator. Currently in Beta development, the
project, at version 1.0, is to be a generic space simulator. Current
Modified: packages/trunk/vegastrike-data/debian/copyright
===================================================================
--- packages/trunk/vegastrike-data/debian/copyright 2007-07-12 22:38:04 UTC (rev 3384)
+++ packages/trunk/vegastrike-data/debian/copyright 2007-07-13 06:03:08 UTC (rev 3385)
@@ -5,9 +5,12 @@
Mon, 02 Jul 2007 00:07:53 -0400.
It was downloaded from http://sourceforge.net/projects/vegastrike
-from the SVN repository. The command to download was <svn co https://vegastrike.svn.sourceforge.net/svnroot/vegastrike/tags/vegastrike_0_4_3/data4.x vegastrike-data-0.4.3>
+from the SVN repository. The command to download was <svn co
+https://vegastrike.svn.sourceforge.net/svnroot/vegastrike/tags/vegastrike_0_4_3/dat
+4.x vegastrike-data-0.4.3>
-The downloaded contents from svn were than packed using the command <tar -cvzf vegastrike-data-0.4.3.tar.gz vegastrike-data-0.4.3/ -X exclusions>.
+The downloaded contents from svn were than packed using the command <tar -cvzf
+vegastrike-data-0.4.3.tar.gz vegastrike-data-0.4.3/ -X exclusions>.
The exclusions file included exclusions for:
*/CVS/*
@@ -26,6 +29,17 @@
*~
*#
+Certain files were removed since they were producing lintian warnings. They
+are:
+modules/.#faction_ships.py.1.13
+modules/.#total_war.c.1.8
+modules/.cvsignore
+
+In addition, all scripts found under modules/builtin and one found in units/
+that are meant to be executable (had a starting line with #!) were made
+executable. Also, scripts under modules/ and bases/ that were not meant to be
+executable were changed to not be executable.
+
Upstream Authors:
Core Development Team
Modified: packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff
===================================================================
--- packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff 2007-07-12 22:38:04 UTC (rev 3384)
+++ packages/trunk/vegastrike-data/debian/patches/002_correct_path_to_python.diff 2007-07-13 06:03:08 UTC (rev 3385)
@@ -17,3 +17,11 @@
"""Support module for CGI (Common Gateway Interface) scripts.
+--- vegastrike-data-0.4.3/modules/builtin/reconvert.py~ 2007-07-13 01:16:30.000000000 -0400
++++ vegastrike-data-0.4.3/modules/builtin/reconvert.py 2007-07-13 01:16:30.000000000 -0400
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python1.5
++#! /usr/bin/env python
+
+ r"""Convert old ("regex") regular expressions to new syntax ("re").
+
Modified: packages/trunk/vegastrike-data/debian/vegastrike-data.install
===================================================================
--- packages/trunk/vegastrike-data/debian/vegastrike-data.install 2007-07-12 22:38:04 UTC (rev 3384)
+++ packages/trunk/vegastrike-data/debian/vegastrike-data.install 2007-07-13 06:03:08 UTC (rev 3385)
@@ -1,3 +1,4 @@
+README usr/share/games/vegastrike
Version.txt usr/share/games/vegastrike
cursor1.cur usr/share/games/vegastrike
factions.xml usr/share/games/vegastrike
More information about the Pkg-games-commits
mailing list