Yes, I do the same thing.<br>Moreover, if your project doesn't orginally contain .service and .desktop files you should manually create theme somewhere in your source dir and add these lines to debian/rules (and create p.links
accordingly to the Wiki, of course):<br><br>mkdir -p $(CURDIR)/debian/p/usr/share/applications/hildon<br>cp -vf $(CURDIR)/p.desktop $(CURDIR)/debian/p/usr/share/applications/hildon<br>mkdir -p $(CURDIR)/debian/p/usr/lib/dbus-
1.0/services<br>cp -f $(CURDIR)/p.service $(CURDIR)/debian/p/usr/lib/dbus-1.0/services<br><br>Luca Donaggio<br><br><div><span class="gmail_quote">2006/2/22, Neil Jerram <<a href="mailto:neil@ossau.uklinux.net">neil@ossau.uklinux.net
</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Through somewhat painful trial and error, I've discovered that the<br>most effective way to make a package from a standard source tarball
<br>(which uses autoconf) is to:<br><br>- configure with --prefix=/var/lib/install/usr<br><br>- add the following lines to debian/rules after the $(MAKE) install<br> line:<br><br> mv $(CURDIR)/debian/p/var/lib/install/* $(CURDIR)/debian/p/
<br> rm -rf $(CURDIR)/debian/p/var<br><br> (where "p" is replaced by the package name).<br><br>This method means that the installed files correctly reference<br>/var/lib/install where they need to (e.g. config files, shell scripts,
<br>libtool .la files), but that the .deb contains files whose names don't<br>include the leading /var/lib/install - which appears to be what the<br>application installer requires.<br><br>Has anyone else reached the same or a different conclusion? Are these
<br>tips already documented anywhere?<br><br>Regards,<br> Neil<br><br>_______________________________________________<br>maemo-developers mailing list<br><a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org
</a><br><a href="https://maemo.org/mailman/listinfo/maemo-developers">https://maemo.org/mailman/listinfo/maemo-developers</a><br></blockquote></div><br>