Artur R. Czechowski
Tue, 09 Feb 2010 09:26:28 -0800
tags 553454 +patch
tags 553448 +patch
thanks
Hello,
I believe all packages created with dh-make-pear shall depends on php-pear
and ${misc:Depends}. Following trivial patch adds those dependencies
to templates.
Regards -- Artur R. Czechowski <artu...@hell.pl> GCS/IT dpu-(++) s-:-- a C++ UL++++$ P+++ L++(+++) E--- W++ N+(-) K- w !O M- V? PE++ Y+ PGP++ t !5 X R tv--(-) b++ DI+++ D+ G e-(*) h++(---) r++ y+
diff -Naru dh-make-php-0.2.15-buggy/pear.template/control dh-make-php-0.2.15/pear.template/control
--- dh-make-php-0.2.15-buggy/pear.template/control 2010-02-09 18:00:38.119805755 +0100
+++ dh-make-php-0.2.15/pear.template/control 2010-02-09 18:12:06.751804881 +0100
@@ -7,5 +7,5 @@
Package: ##packagename##
Architecture: ##architecture##
-Depends: ##depends##
+Depends: php-pear, ${misc:Depends} ##depends##
Description: ##summary##