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

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:47:48 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 61c1ab1f9b2e86b404e3089ec7e63002ce6e5960
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
---
 debian/control                   | 10 ++++++----
 debian/copyright                 |  1 -
 debian/redeclipse-common.install |  2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 3d2f850..100c649 100644
--- a/debian/control
+++ b/debian/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/debian/copyright b/debian/copyright
index 026f865..64f39f3 100644
--- a/debian/copyright
+++ b/debian/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/debian/redeclipse-common.install b/debian/redeclipse-common.install
index a6749e8..d37ee45 100644
--- a/debian/redeclipse-common.install
+++ b/debian/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