Urgent help while porting to N800

2008-01-27 Thread nisha jain
Hi All,

I have created a simple GUI using hildon APIs. I am trying to deploy the
same to N800 and for that
while creating debian package I am getting following errro...I am following
the tutorial 4-x.

Please let me know how to resolve it?

[sbox-CHINOOK_X86: ~/my-application-1.0.0]  export DEBFULLNAME=Nisha Jain
[sbox-CHINOOK_X86: ~/my-application-1.0.0] dh_make -e
[EMAIL PROTECTED]

Type of package: single binary, multiple binary, library, kernel module or
cdbs?
 [s/m/l/k/b] s

Maintainer name : Nisha Jain
Email-Address   : [EMAIL PROTECTED]
Date: Wed, 23 Jan 2008 19:21:33 -0300
Package Name: my-application
Version : 1.0.0
License : blank
Type of Package : Single
Hit enter to confirm:
Could not find my-application_1.0.0.orig.tar.gz
Either specify an alternate file to use with -f,
or add --createorig to create one.

Regards,

Nisha
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Urgent help while porting to N800

2008-01-27 Thread Michael Stepanov
I suspect you should have your sources as tar archive in the directory which
is parent for my-application-1.0.0. In my case when I built mysql for N800,
for example, I had tar with sources as well.

On 1/27/08, nisha jain [EMAIL PROTECTED] wrote:

 Hi All,

 I have created a simple GUI using hildon APIs. I am trying to deploy the
 same to N800 and for that
 while creating debian package I am getting following errro...I am
 following the tutorial 4-x.

 Please let me know how to resolve it?

 [sbox-CHINOOK_X86: ~/my-application-1.0.0]  export DEBFULLNAME=Nisha
 Jain
 [sbox-CHINOOK_X86: ~/my-application-1.0.0] dh_make -e
 [EMAIL PROTECTED]

 Type of package: single binary, multiple binary, library, kernel module or
 cdbs?
  [s/m/l/k/b] s

 Maintainer name : Nisha Jain
 Email-Address   : [EMAIL PROTECTED]
 Date: Wed, 23 Jan 2008 19:21:33 -0300
 Package Name: my-application
 Version : 1.0.0
 License : blank
 Type of Package : Single
 Hit enter to confirm:
 Could not find my-application_1.0.0.orig.tar.gz
 Either specify an alternate file to use with -f,
 or add --createorig to create one.

 Regards,

 Nisha

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
Cheers,
Michael
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Urgent Re: Urgent help while porting to N800

2008-01-27 Thread nisha jain
Hi All,

I have zipped the folder in root directory and tried to do the next steps to
make package.
I am getting following errors.
Please let me know how to resolve these...

This is after creating zip folder in root command using
command -- tar cvfz my-application_1.0.0-1.tar.gz /my-application_1.0.0

Following is the output

[sbox-CHINOOK_X86: ~/my-application-1.0.0]  dh_make -e
[EMAIL PROTECTED]

Type of package: single binary, multiple binary, library, kernel module or
cdbs?
 [s/m/l/k/b] s

Maintainer name : Nisha Jain
Email-Address   : [EMAIL PROTECTED]
Date: Wed, 23 Jan 2008 21:35:32 -0300
Package Name: my-application
Version : 1.0.0
License : blank
Type of Package : Single
Hit enter to confirm:
Skipping copying to my-application-1.0.0.orig since
my-application-1.0.0.org.tar.gz exists.
Currently there is no top level Makefile. This may require additional
tuning.
Done. Please edit the files in the debian/ subdirectory now. You should also
check that the my-application Makefiles install into $DESTDIR and not in / .



Is above output is correct??


[sbox-CHINOOK_X86: ~/my-application-1.0.0/debian]  cd ..
[sbox-CHINOOK_X86: ~/my-application-1.0.0]  dpkg-buildpackage -rfakeroot

dpkg-buildpackage: source package is my-application
dpkg-buildpackage: source version is 1.0.0-1
dpkg-buildpackage: source changed by Nisha Jain [EMAIL PROTECTED]
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 1.0.0-1
: Using Scratchbox tools to satisfy builddeps
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/scratchbox/tools/bin/make clean
make[1]: Entering directory `/home/maemo/my-application-1.0.0'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/home/maemo/my-application-1.0.0'
make: [clean] Error 2 (ignored)
dh_clean
 dpkg-source -b my-application-1.0.0
dpkg-source: building my-application in my-application_1.0.0-1.tar.gz
dpkg-source: building my-application in my-application_1.0.0-1.dsc
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/scratchbox/tools/bin/make
make[1]: Entering directory `/home/maemo/my-application-1.0.0'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/home/maemo/my-application-1.0.0'
make: *** [build-stamp] Error 2

How to resolve following errors above?

Please let me know where is the problem?

Regards,

Nisha



On 1/27/08, nisha jain [EMAIL PROTECTED] wrote:

 Hi All,

 Does it mean I have to tar my-application-1.0.0 folder?
 What command i have to use simple tar command or also some
 command line options needs to be given?

 Regards,
 Nisha


  On 1/27/08, Michael Stepanov [EMAIL PROTECTED] wrote:
 
  I suspect you should have your sources as tar archive in the directory
  which is parent for my-application-1.0.0. In my case when I built mysql
  for N800, for example, I had tar with sources as well.
 
   On 1/27/08, nisha jain [EMAIL PROTECTED] wrote:
 
Hi All,
  
   I have created a simple GUI using hildon APIs. I am trying to deploy
   the same to N800 and for that
   while creating debian package I am getting following errro...I am
   following the tutorial 4-x.
  
   Please let me know how to resolve it?
  
   [sbox-CHINOOK_X86: ~/my-application-1.0.0]  export DEBFULLNAME=Nisha
   Jain
   [sbox-CHINOOK_X86: ~/my-application-1.0.0] dh_make -e
   [EMAIL PROTECTED]
  
   Type of package: single binary, multiple binary, library, kernel
   module or cdbs?
[s/m/l/k/b] s
  
   Maintainer name : Nisha Jain
   Email-Address   : [EMAIL PROTECTED]
   Date: Wed, 23 Jan 2008 19:21:33 -0300
   Package Name: my-application
   Version : 1.0.0
   License : blank
   Type of Package : Single
   Hit enter to confirm:
   Could not find my-application_1.0.0.orig.tar.gz
   Either specify an alternate file to use with -f,
   or add --createorig to create one.
  
   Regards,
  
   Nisha
  
   ___
   maemo-developers mailing list
   maemo-developers@maemo.org
   https://lists.maemo.org/mailman/listinfo/maemo-developers
  
  
 
 
  --
  Cheers,
  Michael



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Urgent help while porting to N800

2008-01-27 Thread nisha jain
Hi All,

Does it mean I have to tar my-application-1.0.0 folder?
What command i have to use simple tar command or also some
command line options needs to be given?

Regards,
Nisha


On 1/27/08, Michael Stepanov [EMAIL PROTECTED] wrote:

 I suspect you should have your sources as tar archive in the directory
 which is parent for my-application-1.0.0. In my case when I built mysql
 for N800, for example, I had tar with sources as well.

  On 1/27/08, nisha jain [EMAIL PROTECTED] wrote:

   Hi All,
 
  I have created a simple GUI using hildon APIs. I am trying to deploy the
  same to N800 and for that
  while creating debian package I am getting following errro...I am
  following the tutorial 4-x.
 
  Please let me know how to resolve it?
 
  [sbox-CHINOOK_X86: ~/my-application-1.0.0]  export DEBFULLNAME=Nisha
  Jain
  [sbox-CHINOOK_X86: ~/my-application-1.0.0] dh_make -e
  [EMAIL PROTECTED]
 
  Type of package: single binary, multiple binary, library, kernel module
  or cdbs?
   [s/m/l/k/b] s
 
  Maintainer name : Nisha Jain
  Email-Address   : [EMAIL PROTECTED]
  Date: Wed, 23 Jan 2008 19:21:33 -0300
  Package Name: my-application
  Version : 1.0.0
  License : blank
  Type of Package : Single
  Hit enter to confirm:
  Could not find my-application_1.0.0.orig.tar.gz
  Either specify an alternate file to use with -f,
  or add --createorig to create one.
 
  Regards,
 
  Nisha
 
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 


 --
 Cheers,
 Michael
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Help regarding porting over N800

2008-01-26 Thread nisha jain
Hi All,

I have created a simple GUI using maemo sdk and tested it. I am trying
to port same on N800 and for that creating debian package and it is
creating a debian package but when i tried testing my package i am getting
following error.

Please let me know what could be problem?

In my directory my-application-1.0.0 there are only two files
N800App.c and binary N800App but no make file.

Does it require any make file??

[sbox-CHINOOK_X86: ~/my-application-1.0.0]  dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is my-application
dpkg-buildpackage: source version is 1.0.0
dpkg-buildpackage: source changed by unknown [EMAIL PROTECTED]
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 1.0.0
: Using Scratchbox tools to satisfy builddeps
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/scratchbox/tools/bin/make clean
make[1]: Entering directory `/home/maemo/my-application-1.0.0'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/home/maemo/my-application-1.0.0'
make: [clean] Error 2 (ignored)
dh_clean
 dpkg-source -b my-application-1.0.0
dpkg-source: building my-application in my-application_1.0.0.tar.gz
dpkg-source: building my-application in my-application_1.0.0.dsc
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/scratchbox/tools/bin/make
make[1]: Entering directory `/home/maemo/my-application-1.0.0'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/home/maemo/my-application-1.0.0'
make: *** [build-stamp] Error 2
[sbox-CHINOOK_X86: ~/my-application-1.0.0] 


Regards,
Nisha
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


AW: porting to N800.

2007-11-05 Thread Christian Kornacker
Hi,

Am 31.10.2007 10:44:43 schrieb(en) pradeep MN:
 Hello Everbody,
   I've done a C program for devloping GUI in
 ubuntu
 (maemo 3.1, scratchbox 3.1) , now I need to port to Nokia N800, since
 for C
 program we'll be getting .exe instead of .deb, hence difficulty in
 porting
 to the device can anybody help me in this regard.
 
 

.deb is a package format for binary files like your .exe (btw. are you 
sure .exe is correct? :) ).

here's a little debian packaging howto:
http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/

  - Christian
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


porting to N800.

2007-10-31 Thread pradeep MN
Hello Everbody,
  I've done a C program for devloping GUI in ubuntu
(maemo 3.1, scratchbox 3.1) , now I need to port to Nokia N800, since for C
program we'll be getting .exe instead of .deb, hence difficulty in porting
to the device can anybody help me in this regard.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers