[darkplaces] 02/02: Normalize packaging via wrap-and-sort -abst

Simon McVittie smcv at debian.org
Wed Mar 2 10:17:06 UTC 2016


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

smcv pushed a commit to branch master
in repository darkplaces.

commit 69c8e49e70c2e794d4c325c0bcbe7afbde013a44
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Mar 2 10:16:58 2016 +0000

    Normalize packaging via wrap-and-sort -abst
---
 debian/changelog |  1 +
 debian/control   | 78 ++++++++++++++++++++++++++++++--------------------------
 debian/copyright |  2 +-
 3 files changed, 44 insertions(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b2020d..6960ef8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ darkplaces (0~20140513+svn12208-3) UNRELEASED; urgency=medium
 
   * Switch Vcs-Git to https (see #810378)
   * Standards-Version: 3.9.7 (no changes needed)
+  * Normalize packaging via wrap-and-sort -abst
 
  -- Simon McVittie <smcv at debian.org>  Fri, 22 Jan 2016 10:57:55 +0000
 
diff --git a/debian/control b/debian/control
index b555b97..87cac5a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,24 @@ Source: darkplaces
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Simon McVittie <smcv at debian.org>,
-	   David Bate <david at bate.org.uk>
-Build-Depends: debhelper (>= 9),
-               libcurl4-gnutls-dev,
-               libfreetype6-dev,
-               libjpeg-dev,
-               libmodplug-dev,
-               libode-dev,
-               libogg-dev,
-               libpng-dev,
-               libsdl2-dev,
-               libtheora-dev,
-               libvorbis-dev,
-               lsb-release,
-               pkg-config,
-               zlib1g-dev
+Uploaders:
+ Simon McVittie <smcv at debian.org>,
+ David Bate <david at bate.org.uk>,
+Build-Depends:
+ debhelper (>= 9),
+ libcurl4-gnutls-dev,
+ libfreetype6-dev,
+ libjpeg-dev,
+ libmodplug-dev,
+ libode-dev,
+ libogg-dev,
+ libpng-dev,
+ libsdl2-dev,
+ libtheora-dev,
+ libvorbis-dev,
+ lsb-release,
+ pkg-config,
+ zlib1g-dev,
 Standards-Version: 3.9.7
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/darkplaces.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/darkplaces.git
@@ -25,9 +27,11 @@ Homepage: http://icculus.org/twilight/darkplaces/
 
 Package: darkplaces
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Provides: quake-engine
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Provides:
+ quake-engine,
 Description: Game engine for Quake and similar 3D first person shooter games
  DarkPlaces is a graphically-intensive engine for Quake and related games, with
  improved visual effects and lighting and many features for mods.
@@ -41,11 +45,27 @@ Description: Game engine for Quake and similar 3D first person shooter games
  script that launches it with a particular data set, such as the ones
  found in the "quake" and "nexuiz" packages.
 
+Package: darkplaces-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ darkplaces (= ${binary:Version}) | darkplaces-server (= ${binary:Version}),
+ ${misc:Depends},
+Description: debug symbols for the DarkPlaces game engine
+ DarkPlaces is an OpenGL-only engine for Quake and related games, with
+ greatly enhanced effects and lighting and many features for mods.
+ .
+ This package contains debug symbols for the DarkPlaces engine,
+ which can be used to analyze crashes in games that use that engine.
+
 Package: darkplaces-server
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Provides: quake-engine-server
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Provides:
+ quake-engine-server,
 Description: Standalone server for Quake-based games
  DarkPlaces is a graphically-intensive engine for Quake and related games, with
  improved visual effects and lighting and many features for mods.
@@ -58,17 +78,3 @@ Description: Standalone server for Quake-based games
  nexuiz or another suitable set of game data. It is typically used via a
  script that launches it with a particular data set, such as the ones
  found in the "quake-server" and "nexuiz-server" packages.
-
-Package: darkplaces-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: darkplaces (= ${binary:Version}) |
-           darkplaces-server (= ${binary:Version}),
-         ${misc:Depends}
-Description: debug symbols for the DarkPlaces game engine
- DarkPlaces is an OpenGL-only engine for Quake and related games, with
- greatly enhanced effects and lighting and many features for mods.
- .
- This package contains debug symbols for the DarkPlaces engine,
- which can be used to analyze crashes in games that use that engine.
diff --git a/debian/copyright b/debian/copyright
index 8a91c6f..2cb20c7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -41,7 +41,7 @@ Comment:
   packaging by David Banks.
   .
   Several files do not have any explicit copyright/license given,
-  but except where stated below, I see no reason to believe that they were 
+  but except where stated below, I see no reason to believe that they were
   not written for Darkplaces or are not included in the general GPL-2+ policy.
   .
   cap_ogg.c, crypto.c, fs.c, ft2_defs.h, image_png.c, jpeg.c, libcurl.c,

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



More information about the Pkg-games-commits mailing list