![]() |
2007-04-20
, 15:10
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#2
|
I've successfully cross-compiled my first program, p7zip for arm. I manually copied the arm binary to my N800, and it correctly compresses and decompresses some example files.
I'm now at the stage where I'm trying to create a .deb, and have the control file and changelog, but the Maemo Tutorial isn't real clear about what needs to be in the "rules file". I've read through the debian new maintainers manual, but the example there seems pretty convoluted for my needs. Could someone post or point me to a fairly simple rules file? p7zip compiles to a single binary, plus the associated man files. I'm just not sure how much
needs to be included for a CLI app on Maemo.
![]() |
2007-04-20
, 18:22
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#3
|
![]() |
2007-04-25
, 20:39
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#4
|
Thanks, I'll look at that. I did download the debian sources, but the debian/rules file wasn't in the source tarball, in fact, there was no debian/ directory at all. (I ended up downloading manually, apt couldn't find the source for some odd reason, but it was from a debian mirror).
![]() |
2007-04-25
, 21:30
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#5
|
![]() |
2007-04-28
, 15:35
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#6
|
![]() |
2007-04-28
, 15:49
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#7
|
![]() |
2007-04-28
, 17:52
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#8
|
![]() |
2007-04-30
, 05:43
|
Posts: 474 |
Thanked: 30 times |
Joined on Jan 2006
|
#9
|
![]() |
2007-04-30
, 08:44
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#10
|
It should be explained up front in the documentation that 'handle the debianisation for you' doesn't mean you can download a non-debian source package and use mud-builder to make a maemo .deb out of it.
I'm now at the stage where I'm trying to create a .deb, and have the control file and changelog, but the Maemo Tutorial isn't real clear about what needs to be in the "rules file". I've read through the debian new maintainers manual, but the example there seems pretty convoluted for my needs. Could someone post or point me to a fairly simple rules file? p7zip compiles to a single binary, plus the associated man files. I'm just not sure how much needs to be included for a CLI app on Maemo.