[redeclipse] 01/03: Add client/server dependency on -common package

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 13:00:06 UTC 2015


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

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

commit 2ff8bac8fcb2a61cbee07eead462a79be74c9fc6
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sat Apr 4 11:07:49 2015 +0200

    Add client/server dependency on -common package
---
 debian/control            | 6 ++++--
 debian/redeclipse.install | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a4562a4..c0a0034 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/redeclipse.git
 
 Package: redeclipse
 Architecture: any
-Depends: redeclipse-data (>= ${source:Upstream-Version}),
+Depends: redeclipse-common (>= ${source:Upstream-Version}),
+         redeclipse-data (>= ${source:Upstream-Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: free, casual arena shooter
@@ -42,7 +43,8 @@ Description: debug symbols for the Red Eclipse FPS game
 
 Package: redeclipse-server
 Architecture: any
-Depends: ${misc:Depends},
+Depends: redeclipse-common (>= ${source:Upstream-Version}),
+         ${misc:Depends},
          ${shlibs:Depends}
 Description: server for the Red Eclipse FPS game
  This package contains the dedicated server for the Red Eclipse FPS game, it
diff --git a/debian/redeclipse.install b/debian/redeclipse.install
index eca3dfb..c5e248b 100644
--- a/debian/redeclipse.install
+++ b/debian/redeclipse.install
@@ -1,6 +1,6 @@
 usr/games/redeclipse
 usr/lib/games/redeclipse/redeclipse
-usr/share/applications
 usr/share/appdata
+usr/share/applications
 usr/share/icons
 usr/share/pixmaps

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