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

emdebuild -v: generated package_em1_arm.deb->data.tar.gz empty



Hello,
I am experimenting with the debian/emdebian tools. The goal is to have
an "emdebianized" library.

The library we use in our project uses autoreconv and a configure
script. make + the arm-linux-gnu works perfectly and I can use the
library on the emdebian crush target (by hand copying the files)

What I did now to get an emdebian package:

-dh_make -e marco.hoefle@haslerrail.com
-f ../libdbusapihasler-0.0.0.tar.gz

This creates the ./debian/control file + several others. I edited the
control file,  dh_make suggests the package name, so
libdbusapihaslerBROKEN was changed to libdbusapihasler.

Afterward emdebuild -v went successfully to all the build process and in
the ./libs as well as in the ./debian/tmp/usr/lib folder is the compiled
library + the symbolic links to it:

-rw-r--r-- 1 hoefle users 11166 2009-06-18 13:57 libdbusapihasler.a
-rwxr-xr-x 1 hoefle users  1001 2009-06-18 13:57 libdbusapihasler.la
lrwxrwxrwx 1 hoefle users    25 2009-06-18 13:57 libdbusapihasler.so ->
libdbusapihasler.so.0.0.0
lrwxrwxrwx 1 hoefle users    25 2009-06-18 13:57 libdbusapihasler.so.0
-> libdbusapihasler.so.0.0.0
-rwxr-xr-x 1 hoefle users 15921 2009-06-18 13:57
libdbusapihasler.so.0.0.0

emdebuild has generated libdbusapihasler_0.0.0-1em1_arm.deb but
data.tar.gz is missing the libraries + the symbolic links.

Does anybody know what I am missing?








Reply to: