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

Libary and Binary from 1 Source



Hello,

i want to build a libary and a binary from one sourcefile.
I run dh_make twice once with single binary, once with library.

Is this possible? Which files i have to change too?

attached controlfile:

Source: libxy-tools        
Section: unknown
Priority: extra
Maintainer: <email>
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2

Package: libxy-tools        ## binary ??###
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>

Package: libxy-dev       ## include files?? ###
Section: libdevel
Architecture: any
Depends: libiris-toolsBROKEN (= ${Source-Version})
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>

Package: libiris-tools  ## libary? ###
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>


thanks for help,
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://www.yonah-online.de


Reply to: