[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Libary Packaging



Hi,
i still have problems to understand how to build libraries.

> >
> > The Debian Library Packaging Guide is best:
> > http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
> 
I've read this document and have the following specific file:

yg@etch-xen$ cat shlibs.local
libdchk 1.0 dchk (>> 1.0-0), dchk (<< 1.0-99)

yg@etch-xen:$ cat control
Source: dchk
Priority: extra
Maintainer: me
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2
Section: libs

Package: dchk-dev
Section: libdevel
Architecture: any
Depends: dchk (= ${Source-Version})
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>

Package: dchk
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>

run debuild and i've got 

dchk-dev_1.0-1_amd64.deb
dchk_1.0-1_amd64.deb

ar x dchk-dev_1.0-1_amd64.deb and tar xvzf data.tar.gz shows:

./
./usr/
./usr/lib/
./usr/share/
./usr/share/doc/
./usr/share/doc/dchk-dev/
./usr/share/doc/dchk-dev/changelog.Debian.gz
./usr/share/doc/dchk-dev/copyright
./usr/share/doc/dchk-dev/README.Debian
./usr/share/doc/dchk-dev/README
./usr/share/doc/dchk-dev/TODO
./usr/include/

why do i have only directories and no libfiles?

where can i find this?

yonah


-- 
"Der Langsamste, der sein Ziel nicht aus den Augen verliert, 
geht noch immer geschwinder, als jener, der ohne Ziel umerhirrt."
Gotthold Ephraim Lessing

Homepage: http://home.pages.at/yonah

Nur bis 31.05.: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und
Telefonanschluss nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02


Reply to: