diff --git a/build/debian/README.howto b/build/debian/README.howto index 6982e4c253b..04bd2b20c9f 100644 --- a/build/debian/README.howto +++ b/build/debian/README.howto @@ -8,7 +8,10 @@ script to build a package, ready to be distributed, with format .DEB (for Debian, Ubuntu, ...). # To build a debian package, you need first -# apt-get -i debhelper dpkg-source gpg lintian git-buildpackage +# With Ubuntu 12.04 +# apt-get install debhelper dpkg-source gpg lintian git-buildpackage pkg-php-tools +# With Debian 7 +# apt-get install debhelper dpkg gnupg lintian git-buildpackage pkg-php-tools # This is standard command to work on Debian packaging: