debian/control: add missing run-time dependencies
authorAntonio Ospite <ao2@ao2.it>
Sat, 8 Feb 2014 17:57:38 +0000 (18:57 +0100)
committerAntonio Ospite <ao2@ao2.it>
Wed, 12 Feb 2014 14:35:31 +0000 (15:35 +0100)
commit2cfe54c60c6d5dd830b5d18f789a46c3d998f97c
treeaec875bedffad6419319a4a76bcc87de83bbecef
parentfe05b85ee1f421a0892f48be04b8b7662b83028b
debian/control: add missing run-time dependencies

Prevent two fatal errors which happen when needed components are not
installed.

Without php5-curl:

  PHP Fatal error:  Call to undefined function curl_init() in
  /usr/share/php/tweeper/tweeper.php on line 52

Without php5-xsl:

  PHP Fatal error:  Class 'XSLTProcessor' not found in
  /usr/share/php/tweeper/tweeper.php on line 33

Closes: #738201
Thanks: Anton Nesterov
debian/control