Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/README.Fremantle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
embedlite-components for Fremantle
-------------------------------

You need to install maemo-optify, although not mentioned in debian/control.

-- Marcin Mielniczuk <marmistrz@inboxalias.com> Fri, 22 Nov 2013 19:12:30 +0100

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: embedlite-components
Section: libs
Priority: extra
Maintainer: unknown <tmeshkova@github.com>
Build-Depends: debhelper (>= 7)
Build-Depends: debhelper (>= 5), xulrunner-dev
Standards-Version: 3.8.4
Homepage: <insert the upstream URL, if relevant>

Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down