![]() |
2010-07-12
, 02:33
|
Posts: 56 |
Thanked: 31 times |
Joined on Jul 2008
@ Austria
|
#2
|
![]() |
2010-07-12
, 04:09
|
Posts: 64 |
Thanked: 13 times |
Joined on Apr 2010
|
#3
|
What do you mean? That makes no sense.
Does one of the programs need the other? Then put its name into "Depends" in the file "debian/control" in one of the debs.
Or you can list it in "Recommends" in the same file instead.
![]() |
2010-07-12
, 15:57
|
Posts: 56 |
Thanked: 31 times |
Joined on Jul 2008
@ Austria
|
#4
|
![]() |
2010-07-13
, 12:43
|
Posts: 64 |
Thanked: 13 times |
Joined on Apr 2010
|
#5
|
Generally you can put whatever files you want into the deb file. This also includes the ability to put two programs into the deb file (whether that's a good idea or not is another matter).
Could you post what you already have?
![]() |
2010-07-13
, 12:55
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#6
|
The Following User Says Thank You to Flandry For This Useful Post: | ||
![]() |
2010-07-14
, 05:12
|
Posts: 64 |
Thanked: 13 times |
Joined on Apr 2010
|
#7
|
It's more a matter of good or bad practice that possibility. You could put the entire maemo Extras repo into a single deb: it would just be pointless.
If the two "applications" have any reason to exist or be updated separately, you should probably put them in separate packages and use a dependency relationship to make sure they are both installed together.
![]() |
2010-07-14
, 05:45
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#8
|
Package: hello
Version: 2.2-2
Section: user/utilities
Priority: optional
Architecture: armel
Depends: libc6 (>= 2.5), foobar, maemo-cplusplus-device-env
Installed-Size: 584
Maintainer: John Doe
Original-Maintainer: Jack Smith
Description: The classic greeting, and a good example
The GNU hello program produces a familiar, friendly greeting. It
allows non-programmers to use a classic computer science tool which
would otherwise be unavailable to them.
.
Seriously, though: this is an example of how to do a Debian package.
It is the Debian version of the GNU Project's `hello world' program
(which is itself an example for the GNU Project).
I need help for create one .deb file to have 2 applications be installed
i use esbox inside ubuntu VM
Kindly advice
Regards
Wael