This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit e1204489b0ed1ea791ac7d57a0111fbd2fa48258 Author: Jens Reyer <[email protected]> Date: Sun Jun 5 15:59:10 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 (or alternatively the full "fontforge") checking for fontforge... no configure: error: You need fontforge to rebuild fonts in maintainer mode. # Conflicts: # debian/changelog --- debian/changelog | 2 ++ debian/control.in | 4 ++++ debian/rules | 1 + 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index c5e1085..4cc1343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ wine-development (1.9.11-2) UNRELEASED; urgency=medium - Add Wine's TrueType fonts to fonts-wineVERSION.install (see: #818925). Note: fonts-wine-development isn't built currently, instead the already fixed fonts-wine is used. + - Build Wine in maintainer mode. + Note: added alternative build-dependency on fontforge. -- Jens Reyer <[email protected]> Sun, 05 Jun 2016 15:24:30 +0200 diff --git a/debian/control.in b/debian/control.in index b064c51..fb4f752 100644 --- a/debian/control.in +++ b/debian/control.in @@ -63,6 +63,10 @@ Build-Depends: libgstreamer-plugins-base1.0-dev, freebsd-glue [kfreebsd-any], ocl-icd-opencl-dev, + icoutils, + librsvg2-bin, + imagemagick, + fontforge-nox | fontforge, Standards-Version: 3.9.8 Homepage: http://www.winehq.org/ Vcs-Browser: https://anonscm.debian.org/git/pkg-wine/wine.git diff --git a/debian/rules b/debian/rules index fbf0694..43ca888 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ CONFLAGS=--with-gnutls \ --without-capi \ --without-gphoto \ --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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
