![]() |
2010-09-11
, 21:18
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#2
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-09-11
, 21:31
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#3
|
![]() |
2010-09-11
, 21:44
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#4
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-09-11
, 21:57
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#5
|
![]() |
2010-09-12
, 02:04
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#6
|
The Following User Says Thank You to Berserk For This Useful Post: | ||
![]() |
2010-09-12
, 22:19
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#7
|
The Following User Says Thank You to Berserk For This Useful Post: | ||
For anyone with the same problem of the changelog not showing on the package page, here is the solution that worked for me (saves you from scrolling..).
I did this in WinXP with Madde Terminal (included in Nokia Qt SDK).
Pack your packagename-version directory into packagename-version.orig.tar.gz BEFORE you run "mad dh_make --createorig --single -e name@host.com -c gpl" in Madde.
It will say that it skips creating the orig, but that's OK.
When editing the files in the src/debian dir, make sure that in changelog you use the same version as in your .desktop file, and top-level directory name.
Then run "mad dpkg-buildpackage -rfakeroot -sa" in Madde, and it will make:
- package_version.dsc
- package_version.tar.gz
- package_version_target.changes
- package_version_target.deb
With the debian directory inside the .tar.gz
Thanks to Nicolai
I've uploaded a few times to Extras-devel now, but so far my changelog has never shown up on the package page
Also, in Faster Application Manager, it says that it's not available..
Can anyone tell me what I might be doing wrong, or better: tell me which steps are needed to get it to show up?
I'm using the Maemo Extras Assistant to upload packages, which asks for the .changes file first, so it's definately uploaded.
Please help!
Thanks in advance.
(debian/changelog has 2 empty lines at the end,
.changes file has 1 empty line at the end)
My debian/changelog file contains the following format:
Wallpaeper - Desktop background manager (in Extras!)
Config Reader - Export all Gconf to an HTML file + compare feature (Extras-testing)
Even though these programs are available for free, I would appreciate any donations
Last edited by Berserk; 2010-09-13 at 08:10. Reason: Solution in first post