Skip to content

Commit

Permalink
Move "gcc-multilib" from "Recommends" to Suggests" field on deb package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Sayol authored and MartinNowak committed May 15, 2016
1 parent a135f95 commit 5714e11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linux/dmd_deb.sh
Expand Up @@ -345,8 +345,7 @@ else

# set deb package dependencies
DEPENDS="libc6, libc6-dev, gcc, libgcc1, libstdc++6, xdg-utils, libcurl3"
RECOMMENDS="gcc-multilib"
SUGGESTS="libcurl4-openssl-dev"
SUGGESTS="libcurl4-openssl-dev, gcc-multilib"


# create control file
Expand All @@ -356,7 +355,6 @@ else
Maintainer: '$MAINTAINER'
Installed-Size: '$(du -ks usr/ | awk '{print $1}')'
Depends: '$DEPENDS'
Recommends: '$RECOMMENDS'
Suggests: '$SUGGESTS'
Provides: '$UNZIPDIR-$MINOR', d-compiler
Section: devel
Expand Down

0 comments on commit 5714e11

Please sign in to comment.