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

Eddy Petrișor eddy.petrisor at gmail.com
Fri Jul 13 08:02:00 UTC 2007


Andres Mejia wrote:
> 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.

ooookay, you are missing info in here...

> 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/

Why did you removed these? lintian can warn all it likes about these lines, but these lines provide useful information
about the package in the qa page.

Please revert this part of the change.

>  Package: vegastrike-data
>  Architecture: all
>  Depends: python
> -Suggests: vegastrike-music
> +Suggests: vegastrike-music, vegastrike (>= 0.4.3), vegastrike (<< 0.4.4)

How does this fit the "lintian warnings" issue you mentioned in the changelog?

Please document this change properly.

>  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").
> + 

Does this count as cleanup in your view? 'cause it doesn't in mine; looks more like a patch to allow not depending on a
specific python version.

Please document this, too

-- 
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20070713/061ac847/attachment.pgp 


More information about the Pkg-games-devel mailing list