The Following User Says Thank You to Copernicus For This Useful Post: | ||
![]() |
2012-01-16
, 19:42
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#2
|
# Add here commands to compile the package. qmake $(MAKE)
# Add here commands to clean up after the build process. #$(MAKE) clean
The Following 2 Users Say Thank You to marxian For This Useful Post: | ||
![]() |
2012-01-16
, 19:53
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#3
|
I added a build step by following the instructions from here: http://qt-funk.blogspot.com/2011/02/...le-source.html
The Following User Says Thank You to Copernicus For This Useful Post: | ||
![]() |
2012-01-16
, 21:03
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#4
|
![]() |
2012-01-16
, 21:54
|
|
Posts: 412 |
Thanked: 480 times |
Joined on Feb 2011
@ Bronx, NY
|
#5
|
The Following User Says Thank You to Mike Fila For This Useful Post: | ||
![]() |
2012-01-16
, 22:34
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#6
|
I still don't understand fully what is going on here, but I'm guessing I just needed to clean things up from my previous failed attempts.
The Following 3 Users Say Thank You to Copernicus For This Useful Post: | ||
![]() |
2012-02-03
, 22:47
|
Posts: 57 |
Thanked: 90 times |
Joined on Nov 2010
@ Bologna
|
#7
|
debian/rules clean Can't exec "debian/rules": Permission denied at /home/utente/QtSDK/Maemo/4.6.2/madbin/dpkg-buildpackage line 474. dpkg-buildpackage: failure: debian/rules clean failed with unknown exit code -1 Error: dpkg-buildpackage did not succeed.
![]() |
2012-02-03
, 23:17
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#8
|
when i used a wizard to upload packages to extras-testing (Build→publish project), the output is:
Code:debian/rules clean Can't exec "debian/rules": Permission denied at /home/utente/QtSDK/Maemo/4.6.2/madbin/dpkg-buildpackage line 474. dpkg-buildpackage: failure: debian/rules clean failed with unknown exit code -1 Error: dpkg-buildpackage did not succeed.
while [ true ]; do chmod +x /tmp/qtc_packaging/projectname/debian/rules; done
![]() |
2012-02-04
, 10:04
|
Posts: 57 |
Thanked: 90 times |
Joined on Nov 2010
@ Bologna
|
#9
|
while [ true ]; do chmod +x /tmp/qtc_packaging/projectname/debian/rules; done
![]() |
2012-02-04
, 17:44
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#10
|
But the /tmp/ directory is created on source directory (or in the build directory) by wizard and after is remove?
The Following User Says Thank You to Copernicus For This Useful Post: | ||
I guess what I'd really like to ask is whether there are folks out there packaging products using the current Qt SDK. Does the wizard work for you, and if not, what practices do you use for packaging up apps for submission to extras?
Thanks in advance!