[quakespasm] 07/11: wrap-and-sort.

Stephen Kitt skitt at moszumanska.debian.org
Mon Mar 23 22:57:16 UTC 2015


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

skitt pushed a commit to branch master
in repository quakespasm.

commit 774c08ea77f1e4e8b48c499503abb55153b7346d
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Mar 22 23:23:22 2015 +0100

    wrap-and-sort.
---
 debian/changelog |  1 +
 debian/control   | 32 ++++++++++++++++++++++----------
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18c2c54..4cf4810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ quakespasm (0.90.0-1) UNRELEASED; urgency=medium
   * Switch to my Debian address.
   * Build with SDL2, FLAC, OPUS and MikMod.
   * Rework debian/copyright.
+  * wrap-and-sort.
 
  -- Stephen Kitt <skitt at debian.org>  Sun, 22 Mar 2015 21:40:57 +0100
 
diff --git a/debian/control b/debian/control
index 4e7f44d..5ecf94b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,20 @@
 Source: quakespasm
 Maintainer: David Banks <amoebae at gmail.com>
-Uploaders: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>,
-           Simon McVittie <smcv at debian.org>,
-	   Stephen Kitt <skitt at debian.org>
+Uploaders:
+ Debian Games Team <pkg-games-devel at lists.alioth.debian.org>,
+ Simon McVittie <smcv at debian.org>,
+ Stephen Kitt <skitt at debian.org>
 Section: games
 Priority: optional
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), libsdl2-dev,
-               libvorbis-dev, libmad0-dev, libopusfile-dev,
-	       libflac-dev, libmikmod-dev
+Build-Depends:
+ debhelper (>= 9),
+ dpkg-dev (>= 1.16.1~),
+ libflac-dev,
+ libmad0-dev,
+ libmikmod-dev,
+ libopusfile-dev,
+ libsdl2-dev,
+ libvorbis-dev
 Standards-Version: 3.9.3
 Homepage: http://quakespasm.sourceforge.net/
 Vcs-Git: git://anonscm.debian.org/pkg-games/quakespasm.git
@@ -15,9 +22,12 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/quakespasm.git
 
 Package: quakespasm
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Provides: quake-engine, quake-engine-server
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides:
+ quake-engine,
+ quake-engine-server
 Description: engine for iD software's Quake
  QuakeSpasm is a Unix-friendly Quake engine based on the SDL port of the
  popular FitzQuake. It includes some new features, important fixes, and aims
@@ -34,7 +44,9 @@ Package: quakespasm-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: quakespasm (= ${binary:Version}), ${misc:Depends}
+Depends:
+ quakespasm (= ${binary:Version}),
+ ${misc:Depends}
 Description: engine for iD software's Quake - debug symbols
  QuakeSpasm is a Unix-friendly Quake engine based on the SDL port of the
  popular FitzQuake.

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



More information about the Pkg-games-commits mailing list