tags 662606 patch
thanks

Hi,

Moritz Muehlenhoff <muehlenh...@univention.de> writes:

> Your package fails to build from source:
>
> dh binary --buildsystem=phppear --with phppear
>    dh_testroot -O--buildsystem=phppear
>    dh_prep -O--buildsystem=phppear
>    dh_installdirs -O--buildsystem=phppear
>    dh_auto_install -O--buildsystem=phppear
> File "js/tooltips.js" in directory "<dir name="/">" has invalid role "horde", 
> should be one of cfg, data, doc, php, script, test, www
> This package contains role "horde" and requires package "horde/Role" to be 
> used

According to Mathieu Parent in #666625, the solution is to add
php-horde-role in Build-Depends. The attached patch does this.

Vincent

diff -Nru php-horde-core-1.8.3/debian/changelog php-horde-core-1.8.3/debian/changelog
--- php-horde-core-1.8.3/debian/changelog	2012-01-10 22:23:10.000000000 +0100
+++ php-horde-core-1.8.3/debian/changelog	2012-07-14 10:06:58.000000000 +0200
@@ -1,3 +1,10 @@
+php-horde-core (1.8.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-Depends on php-horde-role (Closes: #662606)
+
+ -- Vincent Legout <vleg...@debian.org>  Sat, 14 Jul 2012 10:06:55 +0200
+
 php-horde-core (1.8.3-1) unstable; urgency=low
 
   * Horde_Core package.
diff -Nru php-horde-core-1.8.3/debian/control php-horde-core-1.8.3/debian/control
--- php-horde-core-1.8.3/debian/control	2012-01-10 22:23:09.000000000 +0100
+++ php-horde-core-1.8.3/debian/control	2012-07-13 18:39:10.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Horde Maintainers <pkg-horde-hack...@lists.alioth.debian.org>
 Uploaders: Mathieu Parent <sath...@debian.org>
-Build-Depends: debhelper (>= 8.0.0), pkg-php-tools, pear-horde-channel
+Build-Depends: debhelper (>= 8.0.0), pkg-php-tools, pear-horde-channel, php-horde-role
 Standards-Version: 3.9.2
 Homepage: http://${phppear:channel}/
 

Reply via email to