View Single Post
Posts: 58 | Thanked: 73 times | Joined on Jan 2012 @ Argentina
#1
I'm developing a foursquare application for maemo, and as I'm ready for a first development release, I wanted to create a .deb package.

I read through this, but "dh_make" wasn't present on my system.
I looked around a bit, and it seems like the package debhelper should contain this.

I tried installing it, but I get stuck:
Code:
  debhelper: Depends: dpkg-dev (>= 1.14.15) but it is not installable
             Depends: html2text but it is not installable
             Depends: po-debconf but it is not installable
[...]
E: Package dpkg-dev has no installation candidate
Am I installing the wrong package? Do I need something else? Is there some alternate way to create "deb" packages?

Thanks