[redeclipse] 467/494: wrap-and-sort, remove dupe section field in control

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:53:03 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 5b475eb4939cb6cd778b49ae5217da55899b7f1c
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 17:48:26 2015 +0200

    wrap-and-sort, remove dupe section field in control
---
 control                   | 10 ++++++----
 copyright                 |  1 -
 redeclipse-common.install |  2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/control b/control
index 3d2f850..100c649 100644
--- a/control
+++ b/control
@@ -39,13 +39,15 @@ Package: redeclipse-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: redeclipse (= ${binary:Version}), ${misc:Depends}
+Depends: redeclipse (= ${binary:Version}),
+         ${misc:Depends}
 Description: debug symbols for the Red Eclipse FPS game
  This package contains the debugging symbols for the Red Eclipse FPS game.
 
 Package: redeclipse-server
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${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
  also includes some example scripts for configuring the server. It contains no
@@ -55,13 +57,13 @@ Package: redeclipse-server-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: redeclipse-server (= ${binary:Version}), ${misc:Depends}
+Depends: redeclipse-server (= ${binary:Version}),
+         ${misc:Depends}
 Description: debug symbols for the Red Eclipse dedicated server
  This package contains the debugging symbols for the dedicated server of the
  Red Eclipse FPS game.
 
 Package: redeclipse-common
-Section: games
 Priority: extra
 Architecture: all
 Depends: ${misc:Depends}
diff --git a/copyright b/copyright
index 026f865..64f39f3 100644
--- a/copyright
+++ b/copyright
@@ -541,4 +541,3 @@ License: Mark-Policy
  If you currently have a product that is using the Red Eclipse marks in a way
  that don't follow this policy, don't panic. Let us know, and we'll work it out,
  as described above.
-
diff --git a/redeclipse-common.install b/redeclipse-common.install
index a6749e8..d37ee45 100644
--- a/redeclipse-common.install
+++ b/redeclipse-common.install
@@ -1,2 +1,2 @@
-usr/share/games/redeclipse/config
 usr/lib/games/redeclipse/config
+usr/share/games/redeclipse/config

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