[deutex] 01/01: fix manpage generation

Jonathan Dowland jmtd at moszumanska.debian.org
Fri Jul 28 09:16:48 UTC 2017


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

jmtd pushed a commit to annotated tag debian/5.0.0_beta.2-2
in repository deutex.

commit 69c9346082572682c97e0e4092ab607ea0f406fd
Author: Jonathan Dowland <jmtd at debian.org>
Date:   Thu Jul 27 21:54:53 2017 +0100

    fix manpage generation
---
 debian/changelog | 7 +++++--
 debian/control   | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 954a8c8..f19e4a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-deutex (5.0.0~beta.2-2) UNRELEASED; urgency=medium
+deutex (5.0.0~beta.2-2) unstable; urgency=medium
 
   * Update Vcs-Git to the anonscm URL scheme
   * explicit version depends on automake to avoid a spurious problem
     regenerating the autocruft
+  * Add asciidoc-base to Build-Depends so we build the manpage.
+  * Run wrap-and-sort over the control file.
+  * Previous upload Closes: #571992, #610679.
 
- -- Jonathan Dowland <jmtd at debian.org>  Thu, 27 Jul 2017 09:53:34 +0100
+ -- Jonathan Dowland <jmtd at debian.org>  Thu, 27 Jul 2017 21:54:53 +0100
 
 deutex (5.0.0~beta.2-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index dc5f69f..d5aff22 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Jonathan Dowland <jmtd at debian.org>
-Build-Depends: debhelper (>= 7.0.0), libpng-dev, automake (>= 1:1.15.1)
+Build-Depends: asciidoc-base,
+               automake (>= 1:1.15.1),
+               debhelper (>= 7.0.0),
+               libpng-dev
 Standards-Version: 3.9.8
 Vcs-Git: git://anonscm.debian.org/pkg-games/deutex.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/deutex.git
@@ -11,7 +14,7 @@ Homepage: http://www.teaser.fr/~amajorel/deutex/
 
 Package: deutex
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: doom-engine
 Provides: doom-wad-editor
 Recommends: boom-wad | doom-wad

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



More information about the Pkg-games-commits mailing list