From a5a4d0bc2cd72c80283137bd2d0c6ecc0f334b95 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Tue, 18 Dec 2007 19:06:07 +0000 Subject: [PATCH] Don't fail if maemo-launcher-dev is not installed pmo-trunk-r3941 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e517f87..ed4407d 100755 --- a/debian/rules +++ b/debian/rules @@ -115,7 +115,8 @@ binary-arch: build install dh_makeshlibs dh_installdeb dh_shlibdeps - dh_maemolauncher usr/bin/modest + # Not a requirement by now, so don't fail if it's not installed + which dh_maemolauncher && dh_maemolauncher usr/bin/modest || true dh_gencontrol dh_md5sums dh_builddeb -- 1.7.9.5