do you know where it is ? any page ?
The way I was releasing packages was getting hard for me to maintain, so I set up a quick repository. The repository requires inception or open mode to enable, but further installations will be done with normal apt-get methods. To enable the repository: Code: wget http://mohammadag.xceleo.org/public/Harmattan/incepted-repo-enabler_0.2_all.deb /usr/sbin/incept incepted-repo-enabler_0.2_all.deb devel-su #enter root pass apt-get update Open mode - untested-: Code: devel-su #enter root pass wget http://mohammadag.xceleo.org/public/Harmattan/incepted-repo-enabler_0.2_all.deb export AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i incepted-repo-enabler_0.2_all.deb apt-get update I'd appreciate any feedback, whether this works or not, etc. To install, for example, led-event-notifier, as root, apt-get install led-event-notifier. If this is working fine, all future releases will be via this repo, it's easier for upgrades etc. The fact this was easy to do opens up the possibility for a CSSU that needs Inception/Open mode, but that's good enough I suppose
wget http://mohammadag.xceleo.org/public/Harmattan/incepted-repo-enabler_0.2_all.deb /usr/sbin/incept incepted-repo-enabler_0.2_all.deb devel-su #enter root pass apt-get update
devel-su #enter root pass wget http://mohammadag.xceleo.org/public/Harmattan/incepted-repo-enabler_0.2_all.deb export AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i incepted-repo-enabler_0.2_all.deb apt-get update