[pkg-wine-party] [wine] 07/09: Build wine in maintainer mode.

Jens Reyer jreyer-guest at moszumanska.debian.org
Fri Apr 8 15:31:24 UTC 2016


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

jreyer-guest pushed a commit to branch stretch
in repository wine.

commit 8d18bfefc0139a8eb20f328cdfc438bd1911a6b3
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Fri Apr 8 16:52:59 2016 +0200

    Build wine in maintainer mode.
    
    Add needed build-dependencies. If a single one of them misses,
    there are the following configure errors:
    
    librsvg2-bin:
    checking for rsvg-convert... no
    checking for rsvg... no
    configure: error: You need rsvg to rebuild icons in maintainer
     mode.
    
    icoutils:
    checking for icotool... no
    configure: error: You need icotool to rebuild icons in maintainer
     mode.
    
    imagemagick
    checking for convert... no
    configure: error: You need imagemagick to rebuild icons in
     maintainer mode.
    
    fontforge-nox
    checking for fontforge... no
    configure: error: You need fontforge to rebuild fonts in
     maintainer mode.
---
 debian/changelog  | 1 +
 debian/control.in | 4 ++++
 debian/rules      | 1 +
 3 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index abd5b73..f9a3859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ wine (1.8.1-3) UNRELEASED; urgency=medium
   * Add fontdir.patch to take into account the build time configuration
     (closes: #814844).
   * Install wine's TrueType fonts (closes: #818925).
+  * Build wine in maintainer mode.
 
  -- Jens Reyer <jre.winesim at gmail.com>  Sun, 13 Mar 2016 02:40:12 +0100
 
diff --git a/debian/control.in b/debian/control.in
index 1fbff40..0cf232b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -61,6 +61,10 @@ Build-Depends:
  libfontconfig1-dev,
  freebsd-glue [kfreebsd-any],
  ocl-icd-opencl-dev,
+ icoutils,
+ librsvg2-bin,
+ imagemagick,
+ fontforge-nox,
 Standards-Version: 3.9.7
 Homepage: http://www.winehq.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-wine/wine.git/?h=stretch
diff --git a/debian/rules b/debian/rules
index bee2b0c..2da8808 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ CONFLAGS=--with-gnutls \
          --without-gphoto \
          --without-gstreamer \
          --disable-tests \
+         --enable-maintainer-mode \
          --libdir=/$(LIBDIR) \
          --bindir=/$(BINDIR) \
          --mandir=/$(MANDIR) \

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



More information about the pkg-wine-party mailing list