Simple but worthwhile to fix bugs?
jeanfi
jeanfi at gmail.com
Sun Sep 9 19:28:38 UTC 2012
Hello Andrea,
On 09/09/2012 03:44 PM, a.grandi at gmail.com wrote:
>> pbuilder-dist quantal ../libdbg_1.2-2ubuntu4.dsc
>
> I've followed the instructions and now I've two .deb generated in
> /home/andrea/pbuilder/quantal_result/
> but why their name begins with "happycoders" ?!
>
> andrea at centurion:~/pbuilder/quantal_result$ ls -al
> total 452
> drwxrwxr-x 2 andrea andrea 4096 Sep 9 15:39 .
> drwxrwxr-x 4 andrea andrea 4096 Sep 8 16:52 ..
> -rw-r--r-- 1 andrea andrea 110390 Sep 9 15:39
> happycoders-libdbg_1.2-2ubuntu3_i386.deb
> -rw-r--r-- 1 andrea andrea 38476 Sep 9 15:39
> happycoders-libdbg-dev_1.2-2ubuntu3_i386.deb
> -rw-r--r-- 1 andrea andrea 52600 Sep 9 15:39 last_operation.log
> -rw------- 1 andrea andrea 692 Sep 9 15:39 libdbg_1.2-2ubuntu3.dsc
> -rw-rw-r-- 1 andrea andrea 1801 Sep 9 15:39 libdbg_1.2-2ubuntu3_i386.changes
> -rw-rw-r-- 1 andrea andrea 226532 Sep 9 15:39 libdbg_1.2-2ubuntu3.tar.gz
>
> I cannot understand this....
That's expected. The debian/control file contains:
Source: libdbg
[...]
Package: happycoders-libdbg
[..]
Package: happycoders-libdbg-dev
[..]
It means that when the source package 'libdbg' (specified by the
'Source' field) is built, 2 binary packages (specified by the 'Package'
field) are produced.
That's quite usual for library packages, one package is containing the
library used at runtime by the compiled programs, and the other one
(*-dev) the files needed to compile software using the library (for
example C/C++ header files).
Regards,
JeanFI.
More information about the ubuntu-devel
mailing list