From 5af95c337a733d040c849a5f9ecc7ee67d71219a Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 11 Oct 2009 20:26:57 +0200 Subject: [PATCH] optifying only in maemo5 --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 55429a7..25a1d33 100755 --- a/debian/rules +++ b/debian/rules @@ -120,7 +120,10 @@ binary-arch: build install dh_installdeb dh_shlibdeps dh_gencontrol +ifeq ($(shell expr "$(MAEMO_VERSION)" ">" 4), 1) +# Optify only in Maemo 5 maemo-optify +endif dh_md5sums dh_builddeb -- 1.7.9.5