Skip to content

Commit

Permalink
Tempoary change to checkinstall, while waiting to migrate to dpkg -b
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 21, 2016
1 parent 61a9550 commit bcae394
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions php5-fpm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@ function AptInstall {
}

make && checkinstall -D -y \
--install=no
--pkgname=php5-fpm
--pkgversion=$pkgver
--pkglicence=GPL
--maintainer=Unknown #<-- FIXME
--nodoc
--install=no \
--fstrans=no
--pkgname=php5-fpm \
--pkgversion=$pkgver \
--pkglicence=GPL \
--maintainer=Unknown \ #<-- FIXME
--pkgarch=$(dpkg --print-architecture)
--nodoc \
--umask=0027 \
--provides="php5-fpm" \
--requires="init-system-helpers \(\>= 1.18\~\), libbz2-1.0, libc6 \(\>= 2.15\), libcomerr2 \(>=1.01\), libdb5.3, libgssapi-krb5-2 \(\>= 1.6.dfsg.2\), libk5crypto3 \(\>= 1.6.dfsg.2\), libkrb5-3 \(\>= 1.6.dfsg.2\), libmagic1, libonig2 (>= 5.9.5), libpcre3, libqdbm14 \(\>= 1.8.74\), libssl1.0.2 \(\>= 1.0.2d\), libsystemd0, libxml2 \(\>= 2.9.0\), mime-support, tzdata, ucf, zlib1g \(\>= 1:1.1.4\)"

0 comments on commit bcae394

Please sign in to comment.