diff --git a/debian/README.Fremantle b/debian/README.Fremantle new file mode 100644 index 0000000..0bfda3a --- /dev/null +++ b/debian/README.Fremantle @@ -0,0 +1,7 @@ +embedlite-components for Fremantle +------------------------------- + +You need to install maemo-optify, although not mentioned in debian/control. + + -- Marcin Mielniczuk Fri, 22 Nov 2013 19:12:30 +0100 + diff --git a/debian/control b/debian/control index ea981aa..5e69690 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: embedlite-components Section: libs Priority: extra Maintainer: unknown -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 5), xulrunner-dev Standards-Version: 3.8.4 Homepage: diff --git a/debian/rules b/debian/rules index fa267b7..ca178e4 100755 --- a/debian/rules +++ b/debian/rules @@ -93,6 +93,9 @@ binary-arch: build install dh_installdeb dh_shlibdeps dh_gencontrol +ifneq (,$(findstring Maemo 5,$(shell cat /etc/issue))) + maemo-optify +endif dh_md5sums dh_builddeb