[redeclipse] 25/494: Fix several lintian issues

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit 34afd4aa636af79295386d2f8834c257e850086a
Author: Arand Nash <ienorand at gmail.com>
Date:   Tue Feb 22 00:07:49 2011 +0000

    Fix several lintian issues
    
    debian/control
    - Update standards-version
    - shift about the depends
    - add long descriptions to all
    - remove shlibdeps (dunno...)
    
    Disabled quilt patch since it's not used anyways, but it's probably a good thingto have at some point when distributing
    
    fixed so reclient will be in /usr/games (since it's a binary) & re-pointing
    script
---
 control            | 16 ++++++++++------
 patches/series     |  1 -
 redeclipse.install |  2 +-
 scripts/redeclipse |  2 +-
 4 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/control b/control
index 5210cf6..53076b7 100644
--- a/control
+++ b/control
@@ -6,12 +6,12 @@ Build-Depends: debhelper (>= 7.0.50~),
         libsdl1.2-dev,
         libsdl-mixer1.2-dev,
         libsdl-image1.2-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://www.redeclipse.net
 
 Package: redeclipse
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, redeclipse-data (= ${source:Version})
+Depends: ${misc:Depends}, redeclipse-data (= ${source:Version})
 Description: Single-player and multi-player first-person ego-shooter
  A single-player and multi-player first-person ego-shooter, built as a
  total conversion of Cube Engine 2, which lends itself toward a balanced
@@ -19,10 +19,14 @@ Description: Single-player and multi-player first-person ego-shooter
 
 Package: redeclipse-server
 Architecture: any
-Depends:
-Description: Single-player and multi-player first-person ego-shooter - server
+Depends: ${misc:Depends}
+Description: Server for Redeclipse FPS
+ Dedicated server for the single- and multi-player first-person ego-shooter
+ Redeclipse
 
 Package: redeclipse-data
 Architecture: all
-Depends:
-Description: Single-player and multi-player first-person ego-shooter - data
+Depends: ${misc:Depends}
+Description: Data for Redeclipse
+ Graphics, models etc. for the single- and multi-player first-person
+ ego-shooter Redeclipse
diff --git a/patches/series b/patches/series
index 973c513..e69de29 100644
--- a/patches/series
+++ b/patches/series
@@ -1 +0,0 @@
-01_makefile.patch
diff --git a/redeclipse.install b/redeclipse.install
index 207e7b5..6794522 100644
--- a/redeclipse.install
+++ b/redeclipse.install
@@ -1,4 +1,4 @@
-src/reclient usr/share/games/redeclipse
+src/reclient usr/games
 debian/scripts/redeclipse usr/games
 debian/redeclipse.xpm usr/share/pixmaps
 debian/redeclipse.desktop usr/share/applications
diff --git a/scripts/redeclipse b/scripts/redeclipse
index 80727a2..223bad1 100644
--- a/scripts/redeclipse
+++ b/scripts/redeclipse
@@ -1,4 +1,4 @@
 #!/bin/sh
 RE_OPTIONS="-h${HOME}/.redeclipse -rinit.cfg"
-cd /usr/share/games/redeclipse
+cd /usr/games
 exec ./reclient ${RE_OPTIONS} "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list