Skip to content

Commit

Permalink
add curl library dependency on deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi committed Aug 25, 2013
1 parent 001ee0d commit a303dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion linux/dmd_deb.sh
Expand Up @@ -271,7 +271,8 @@ else


# find deb package dependencies
DEPEND="libc6-dev, gcc, gcc-multilib, libc6, libgcc1, libstdc++6, libcurl3, xdg-utils"
DEPEND="libc6, libc6-dev, gcc, gcc-multilib, libgcc1, libstdc++6, xdg-utils"
DEPEND=$DEPEND", libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl4-nss-dev"


# create control file
Expand Down
2 changes: 1 addition & 1 deletion linux/dmd_phobos.sh
Expand Up @@ -196,7 +196,7 @@ else
Maintainer: '$MAINTAINER'
Installed-Size: '$(du -ks usr/ | awk '{print $1}')'
Pre-Depends: multiarch-support
Depends: libc6, libcurl3
Depends: libc6, libcurl3 | libcurl3-gnutls | libcurl3-nss
Conflicts: dmd'$MINOR'
Replaces: dmd'$MINOR'
Section: libs
Expand Down

0 comments on commit a303dbc

Please sign in to comment.